From 458433a9f5ddb5716b2db3e9fc14ce468e5f37c0 Mon Sep 17 00:00:00 2001 From: Peter Ludikovsky Date: Wed, 4 May 2016 11:43:01 +0200 Subject: [PATCH] =?UTF-8?q?*=20L=C3=A4ngerer=20Text=20scrollt=20nicht=20me?= =?UTF-8?q?hr=20die=20Eingabe=20raus=20*=20Vorschau=20wird=20erst=20nach?= =?UTF-8?q?=201=20Sekunde=20ohne=20Tippen=20aktualisiert,=20reduziert=20di?= =?UTF-8?q?e=20Calls=20im=20Hintergrund?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mdlive.py | 2 +- static/index.html | 51 ++++++++++++++++++++++++++++++++++++----------- 2 files changed, 40 insertions(+), 13 deletions(-) diff --git a/mdlive.py b/mdlive.py index dce2638..90f0423 100755 --- a/mdlive.py +++ b/mdlive.py @@ -20,5 +20,5 @@ def parse(): return proc.communicate(input=data) if __name__ == "__main__": - app.debug = True + app.debug = False app.run() diff --git a/static/index.html b/static/index.html index 59b6299..5471f38 100644 --- a/static/index.html +++ b/static/index.html @@ -7,11 +7,22 @@ +
- +
@@ -21,17 +32,33 @@