1
0
silverbullet/plugs/index
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
..
asset Linked mentions improvements and other fixes 2023-10-09 20:39:03 +02:00
anchor.ts Complete redo of content indexing and querying (#517) 2023-10-03 14:16:33 +02:00
api.ts Linked mentions improvements and other fixes 2023-10-09 20:39:03 +02:00
attachment.ts Refactor all the things 2023-08-28 17:12:15 +02:00
attributes.ts Linked mentions improvements and other fixes 2023-10-09 20:39:03 +02:00
builtins.ts Index plug: index paragraph nodes (#528) 2023-10-12 20:30:47 +02:00
command.ts FTS simplifications 2023-10-03 15:24:07 +02:00
data.ts Complete redo of content indexing and querying (#517) 2023-10-03 14:16:33 +02:00
index.plug.yaml Index plug: index paragraph nodes (#528) 2023-10-12 20:30:47 +02:00
item.ts Complete redo of content indexing and querying (#517) 2023-10-03 14:16:33 +02:00
mentions_ps.ts Linked mentions improvements and other fixes 2023-10-09 20:39:03 +02:00
page_links.ts Complete redo of content indexing and querying (#517) 2023-10-03 14:16:33 +02:00
page.ts Complete redo of content indexing and querying (#517) 2023-10-03 14:16:33 +02:00
paragraph.ts Index plug: index paragraph nodes (#528) 2023-10-12 20:30:47 +02:00
plug_api.ts FTS simplifications 2023-10-03 15:24:07 +02:00
refactor.ts Further iteration 2023-08-30 17:25:54 +02:00
snippet.test.ts Complete redo of content indexing and querying (#517) 2023-10-03 14:16:33 +02:00
tags.ts Complete redo of content indexing and querying (#517) 2023-10-03 14:16:33 +02:00