Commit Graph

13 Commits (69578ae09f189fe8ac0993377e6eb1b0370265c3)

Author SHA1 Message Date
MrMugame 442133ea2b
Add subscript and superscript ()
* Added superscript and subscript to markdown

* Added docs for Superscript and subscript

* Remove leftover brace
2024-06-07 08:21:16 +02:00
Maks 8a3782e946
improve dependency management ()
* use import_map.json instead of per-file import

* remove test_deps.ts in favor of import_map

* remove common/deps.ts in favor of import_map

* use import_map instead of server/deps.ts

* make all plug-api files usable without an import_map

* make all lib files usable without an import_map

* remove web/deps.ts in favor of import_map

* fix plug build

* remove plug-api/deps.ts in favor of lib/deps.ts

* fix server deps bundled in client deps
2024-03-16 15:29:24 +01:00
Zef Hemel 60d3199d64
Giant code reorganization ()
Code restructure
2024-02-08 21:00:45 +01:00
Zef Hemel 341c07049f
Custom template parser ()
New template engine 🤯
2024-02-02 19:19:07 +01:00
Zef Hemel ad4a795e7f Remove "syntax" support from plugs 2024-01-24 13:34:12 +01:00
Zef Hemel 8a2e081672
Fixes by removing directives ()
* Fixes  by removing directives
* Load builtin tags on space reindex
2024-01-02 14:47:02 +01:00
Zef Hemel 0313565610
Complete redo of content indexing and querying ()
Complete redo of data store
Introduces live queries and live templates
2023-10-03 14:16:33 +02:00
Zef Hemel 2ee20af5c8 Custom task statuses plus various fixes 2023-09-01 16:57:29 +02:00
Zef Hemel 2b494f263e Work on inline attributes 2023-07-24 19:54:31 +02:00
Zef Hemel aaebea5e54
Major directive refactor ()
Fixes   : major refactor of directive parsing, rendering, styling
2022-12-14 20:04:20 +01:00
Zef Hemel 0b82d248d3 Fixes 2022-12-05 13:07:38 +01:00
Zef Hemel 24c17a793f
Live Preview ()
Live preview mode is here
2022-11-18 16:04:37 +01:00
Zef Hemel 561aa6891f
Migrate to Deno ()
Big bang migration to Deno 🤯
2022-10-10 14:50:21 +02:00