1
0
Commit Graph

46 Commits

Author SHA1 Message Date
Zef Hemel
848e11a773 Rebuilt frontmatter templates as template widgets 2024-01-08 17:08:35 +01:00
Zef Hemel
91027af5fe
Awesome frontmatter (#617)
Live Frontmatter Templates
2024-01-04 20:08:12 +01:00
Zef Hemel
8a2e081672
Fixes #529 by removing directives (#613)
* Fixes #529 by removing directives
* Load builtin tags on space reindex
2024-01-02 14:47:02 +01:00
Zef Hemel
c63a93e866 Priority support for commands and overrides 2024-01-02 13:47:43 +01:00
Zef Hemel
11693fbd00 Auto down-adjust sub-headers in TOC 2024-01-02 11:40:59 +01:00
Zef Hemel
8ab5edeccc Tweaks in rendering and buttons 2024-01-02 11:01:34 +01:00
Zef Hemel
d43dbcacec Fixed a lot of bugs with new widget rendering 2023-12-28 16:14:30 +01:00
Zef Hemel
4d66f23391 Top-bottom panel refactor, more instant rendering 2023-12-27 18:05:47 +01:00
Zef Hemel
c709f4e4be More ways to define tags in frontmatter 2023-12-22 13:59:16 +01:00
Zef Hemel
a49a65c149 Fix page tag indexing 2023-12-22 12:10:09 +01:00
Zef Hemel
581edf92d5 Federation fix 2023-12-22 11:45:32 +01:00
Zef Hemel
82391682f6 Avoid builtin page attributes to be overridden 2023-12-22 11:27:07 +01:00
Zef Hemel
70ef6ed9da Work on #587: revamped templates 2023-12-21 18:38:02 +01:00
Zef Hemel
1d5c6f9277 Replace YAML parser 2023-11-29 16:51:28 +01:00
Zef Hemel
259ad5b488 Fixes #576 supporting markdown in headers and refactoring some stuff 2023-11-27 16:29:19 +01:00
Zef Hemel
d834646686 Don't index templates as pages 2023-11-27 10:04:03 +01:00
Zef Hemel
8d326a668b Slight tweaks 2023-11-25 14:30:31 +01:00
Zef Hemel
1ac494765f Fixes #263: Implement TOC 2023-11-25 13:40:56 +01:00
Zef Hemel
9b89330ec9 More linting 2023-11-21 16:56:21 +01:00
Zef Hemel
2aed9e5685 Fixes #539 linter support, now checking YAML formats 2023-11-21 16:24:20 +01:00
Zef Hemel
063c49effb Preparing for 0.5.6 2023-11-19 12:18:16 +01:00
Zef Hemel
1af5e022a0 Milde optimizations 2023-11-16 09:59:37 +01:00
Zef Hemel
b359d9e065 Don't index templates during full space reindex 2023-11-15 13:41:36 +01:00
Zef Hemel
b4ab56c712 Requeue messages on the server as well 2023-11-15 09:31:44 +01:00
Zef Hemel
f3d72ca6f4 iframe widget pooling (experimental) 2023-11-12 11:50:49 +01:00
Zef Hemel
51e3dd72e8 0.5.4 2023-11-11 14:28:46 +01:00
Zef Hemel
d58db6aa1a No longer index templates tagged as #template 2023-11-09 09:26:44 +01:00
Zef Hemel
ed0c0d9616 Give docked Safari PWA the proper title bar color 2023-11-07 15:21:53 +01:00
Zef Hemel
1afac0274e Custom template slash commands 2023-11-06 09:14:16 +01:00
Zef Hemel
e0b6fbed3e Change anchor reference syntax 2023-11-03 12:01:33 +01:00
Zef Hemel
509683c537 Added 'created' attribute to files and pages 2023-11-03 09:38:04 +01:00
Zef Hemel
3f1aa45b5d Global anchor completion 2023-11-02 16:19:33 +01:00
Zef Hemel
d8318c4ad7 Code widget refactor 2023-10-31 10:33:38 +01:00
Zef Hemel
99fe8e8c68 Ignore tags in first paragraph of page for paragraph indexing 2023-10-13 17:32:31 +02:00
Zef Hemel
cc5c2ee316 staskstate meta data 2023-10-13 17:10:57 +02:00
Zef Hemel
13903a3e30 Indexing fixes 2023-10-13 16:33:37 +02:00
Zef Hemel
f7b664aad3 Fixes to paragraph indexing 2023-10-13 15:37:25 +02:00
Ian Shehadeh
50105fd044
Index plug: index paragraph nodes (#528)
* index plug: index paragraph nodes

Includes attributes and tags in the paragraphs.
 Only considers top level paragraphs (right below Document node)

* keep ref and pos consistent with other objects

- most objects just store the starting position in the `pos` field.
- ref is usually `${page}@${pos}` so that it works as a link.

* cleanup and clarify comments

* add paragraph to builtins index
2023-10-12 20:30:47 +02:00
Zef Hemel
17ba536801 Linked mentions improvements and other fixes 2023-10-09 20:39:03 +02:00
Zef Hemel
852b07c7a7 Widget sizing fixes 2023-10-04 13:47:02 +02:00
Zef Hemel
d0bc1bc722 FTS simplifications 2023-10-03 15:24:07 +02:00
Zef Hemel
0313565610
Complete redo of content indexing and querying (#517)
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
75da8e7ca9 Further iteration 2023-08-30 17:25:54 +02:00
Zef Hemel
9a005f26b5 Work on client modes 2023-08-29 21:17:29 +02:00
Zef Hemel
5ff1a8bae3 Refactor all the things 2023-08-28 17:12:15 +02:00