This repository has been archived on 2024-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
build.py/_src
faildev_mode 3408f325b5
Simplified evaluation regex
2023-07-20 11:29:43 +02:00
..
content Added 'content' and 'static' dirs to the repo 2023-06-13 17:58:39 +02:00
static Added 'content' and 'static' dirs to the repo 2023-06-13 17:58:39 +02:00
apis.py Smart log() and article() API function, incomplete html templating implementation 2023-07-19 22:01:29 +02:00
attrdict.py Improved Item class: now thanks to AttrDict all frontmatter fields can be read as attributes 2023-06-27 12:23:35 +02:00
build.py Simplified evaluation regex 2023-07-20 11:29:43 +02:00
config.py Improved sharing global config across modules 2023-06-13 17:21:20 +02:00
files.py Auto-deleting mode-exclusive content files, new functions files.write_accessible() and files.delete_this() 2023-07-14 20:13:41 +02:00
gemtext.py Changed evaluation braces from {...} to {{...}} (breaks backward compatibility), fixed displaying 'None' in gemini links with no label 2023-07-19 20:02:27 +02:00
item.py Bug fix: some properties were per-class, not per-object (gemtext.GemtextParser, item.Item), reassemble gemtext document (gemtext) 2023-07-18 22:16:58 +02:00