From 71ce707c519eb02d45b119b0df27cda1368f3d58 Mon Sep 17 00:00:00 2001 From: rattatwinko Date: Thu, 25 Sep 2025 10:27:08 +0200 Subject: [PATCH] ordering of ul and desing improvment --- PyPost.py | 6 +- html/base/index.html | 57 ++++++++++++++- js/search.js | 164 +++++++++++++++++++++++++++++++++---------- js/ulorder.js | 47 +++++++++++++ 4 files changed, 233 insertions(+), 41 deletions(-) create mode 100644 js/ulorder.js diff --git a/PyPost.py b/PyPost.py index e8d3f65..882b5bf 100644 --- a/PyPost.py +++ b/PyPost.py @@ -131,8 +131,8 @@ def render_markdown(md_path: Path):

Back - {title} -

+ {title} + write_img
Written @{time.asctime(time.localtime())}

@@ -148,7 +148,7 @@ def render_markdown(md_path: Path): Hash2 Hash 2 (Windows-1252):{base64.b64encode(hash2.encode("windows-1252")).decode("windows-1252")}
Hash2 - Download as Markdown + Download as Markdown """ diff --git a/html/base/index.html b/html/base/index.html index d961725..80d5599 100644 --- a/html/base/index.html +++ b/html/base/index.html @@ -3,6 +3,58 @@ Auto Index