1
0
Commit Graph

232 Commits

Author SHA1 Message Date
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
72453bac88 Fixes #521 2023-10-13 17:03:20 +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
ae17385dd9 Add ability to convert #use and #import via a command 2023-10-11 10:27:12 +02:00
Zef Hemel
dc255c3dda Fix iframes in Safari PWA 2023-10-09 21:02:57 +02:00
Zef Hemel
17ba536801 Linked mentions improvements and other fixes 2023-10-09 20:39:03 +02:00
Zef Hemel
ae3e5f375e Fixed using handlebar variables live queries and templates 2023-10-06 14:40:09 +02:00
Zef Hemel
d8797aa805 Code complete fixes and changelog 2023-10-04 17:14:24 +02:00
Zef Hemel
852b07c7a7 Widget sizing fixes 2023-10-04 13:47:02 +02:00
Zef Hemel
91387d1e96 Fix template embedding via federation 2023-10-03 18:09:03 +02:00
Zef Hemel
1e8a96ef20 Fix ordering and limit in query 2023-10-03 16:54:03 +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
Ian Shehadeh
9188a772b6
add context to directive errors (#513) 2023-09-05 10:24:50 +02:00
Zef Hemel
2ee20af5c8 Custom task statuses plus various fixes 2023-09-01 16:57:29 +02:00
Zef Hemel
9b5fa44fb6 Perform initial index 2023-08-30 22:36:27 +02:00
Zef Hemel
4277de2184 Full-text search is back 2023-08-30 22:16:14 +02:00
Zef Hemel
79242a524c Full text refactor step 1 2023-08-30 21:12:33 +02:00
Zef Hemel
75da8e7ca9 Further iteration 2023-08-30 17:25:54 +02:00
Zef Hemel
cbc00b73a0 Disable full-text index on server for now 2023-08-29 21:57:14 +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
Zef Hemel
c3d384330d More event refactoring work 2023-08-27 14:13:18 +02:00
Zef Hemel
9ee9008bf2 Work on #508 (thin client) 2023-08-26 08:31:51 +02:00
Zef Hemel
5a88254cde Refactoring about how proxy fetching happens 2023-08-23 19:08:21 +02:00
Zef Hemel
a94724768e Refactoring 2023-08-20 17:51:00 +02:00
Zef Hemel
75bdd6390b Completion for non-federation federation links 2023-08-17 21:58:05 +02:00
Zef Hemel
b043ffaee0 Improve wiki link markdown preview 2023-08-17 20:37:55 +02:00
Zef Hemel
b273645bae Change all SETTINGS with page references to allow "[[page]]" notation 2023-08-17 20:27:05 +02:00
Zef Hemel
bd77f2932c Space sync now scheduled 2023-08-15 20:24:02 +02:00
Zef Hemel
7cce83b240 API refinements 2023-08-15 20:15:27 +02:00
Zef Hemel
b47c07da74 Fix minor inconsistencies 2023-08-15 07:56:29 +02:00
Zef Hemel
01ad45f929 Include $ frontmatter attributes in page meta 2023-08-15 07:55:57 +02:00
Zef Hemel
4dbbc31cb9 Work on plug:run 2023-08-11 20:37:13 +02:00
Zef Hemel
d4f7833f0d Use MQ for updating directives in entire space 2023-08-10 19:00:28 +02:00
Zef Hemel
97a84e8538 Fixes #115: By introducing MQ workers 2023-08-10 18:32:41 +02:00
Zef Hemel
d5173a9939 Fixes #500: New apply page template command 2023-08-09 10:55:35 +02:00
Zef Hemel
2f1f266482 Make attribute extensible 2023-08-08 16:35:46 +02:00
Zef Hemel
4af7afa4aa Instantly sync updated pages when ticking off a task in a directive 2023-08-05 21:09:41 +02:00
Zef Hemel
71c9f81a84 0.3.9 2023-08-04 21:35:58 +02:00
Zef Hemel
351f4172d9 Fixes #485 2023-08-04 21:25:14 +02:00
Zef Hemel
3464af0252 WIP: CLI running of plugs 2023-08-04 18:56:55 +02:00
Zef Hemel
b097750fe8 Make 'pos' a number in tasks 2023-08-02 08:57:25 +02:00
Zef Hemel
964058646b Completion for handlebar template variables 2023-08-02 08:35:24 +02:00
Zef Hemel
701a567c95 Attribute indexing and code completion 2023-08-01 21:35:19 +02:00
Zef Hemel
bd4c86cd33 Federation listing timeouts 2023-07-31 21:06:15 +02:00
Zef Hemel
6929a7beb5 Federation: rewrite page references in federated content 2023-07-30 19:31:04 +02:00