Commit Graph

9 Commits (75471fa86b8eeac62685ed8e6355aa68737b2d4d)

Author SHA1 Message Date
Zef Hemel 6d8149d747 Fixes #845 2024-07-06 20:52:27 +02:00
Zef Hemel e919aa82e9 0.7.4 2024-02-29 15:23:05 +01:00
Zef Hemel de2d1089d4
New space script APIs (#761)
New space script APIs: registerEventListener and registerAttributeExtractor
2024-02-27 20:05:12 +01:00
Zef Hemel 60d3199d64
Giant code reorganization (#690)
Code restructure
2024-02-08 21:00:45 +01:00
Zef Hemel 848211120c
Tags redo (#624)
Introduction of `tag` and `itags`
2024-01-11 13:20:50 +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 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