1
0
Commit Graph

1186 Commits

Author SHA1 Message Date
Max Richter
0034b4e8a7
feat: style queries a bit nicer :) (#532) 2023-10-16 11:23:46 +02:00
Zef Hemel
f41c5a4642 0.5.3 2023-10-13 17:33:24 +02:00
Zef Hemel
99fe8e8c68 Ignore tags in first paragraph of page for paragraph indexing 2023-10-13 17:32:31 +02:00
Zef Hemel
9b6214e7e1 Fix plugs page 2023-10-13 17:23:50 +02:00
Zef Hemel
5a4fbf57a7 Fix website 2023-10-13 17:22:46 +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
05431bdee5 0.5.2 2023-10-13 16:33:49 +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
c2610cba7e Bumped ESBuild version 2023-10-12 11:21:38 +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
6892756397 Ignore casing in wiki link marking 2023-10-10 09:38:06 +02:00
Zef Hemel
539f0e5326 Safari theme color tweaks 2023-10-10 09:01:44 +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
ba3f9f5b2c 0.5.1 2023-10-05 18:24:28 +02:00
Zef Hemel
386c5ab916 Minor page load fixes 2023-10-05 18:24:12 +02:00
Zef Hemel
d8797aa805 Code complete fixes and changelog 2023-10-04 17:14:24 +02:00
Zef Hemel
371932e085 More iframe height fixing 2023-10-04 16:21:18 +02:00
Zef Hemel
852b07c7a7 Widget sizing fixes 2023-10-04 13:47:02 +02:00
Zef Hemel
2a1438f95a Use Deno.Command for upgrade 2023-10-04 10:47:52 +02:00
Zef Hemel
4904644464 = semantics 2023-10-04 09:43:15 +02:00
Zef Hemel
6dc62f8d14 Implement != operator for arrays 2023-10-04 09:29:46 +02:00
Zef Hemel
b3bffd5f9a Upgrade instructions 2023-10-03 22:41:51 +02:00
Zef Hemel
55d4699930 Content updates 2023-10-03 18:16:07 +02:00
Zef Hemel
91387d1e96 Fix template embedding via federation 2023-10-03 18:09:03 +02:00
Zef Hemel
beba6a2c09 Updated getting started guide 2023-10-03 18:02:19 +02:00
Zef Hemel
5c3612eeeb Refactored the website 2023-10-03 17:59:33 +02:00
Zef Hemel
1e8a96ef20 Fix ordering and limit in query 2023-10-03 16:54:03 +02:00
Zef Hemel
38318556aa Marking #eval as deprecated 2023-10-03 16:22:58 +02:00
Zef Hemel
a66842c50e 0.5.0 2023-10-03 15:27:56 +02:00
Zef Hemel
d0bc1bc722 FTS simplifications 2023-10-03 15:24:07 +02:00
Zef Hemel
0b4f938c5d Remove console.log 2023-10-03 14:34:21 +02:00
Zef Hemel
3535bc9449 Improved cached widget height 2023-10-03 14:34: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
7af98e7c7b Merge branch 'main' of github.com:silverbulletmd/silverbullet 2023-09-09 21:06:27 +02:00
Zef Hemel
d6402802ca 0.4.0 2023-09-09 21:06:20 +02:00
Zef Hemel
3f42377f58 Single-line height directives again 2023-09-09 21:06:15 +02:00
Zef Hemel
d9f1f848c4
Update editor_ui.tsx 2023-09-07 12:52:40 +02:00
Zef Hemel
a98c74eba2 Better docs on client modes 2023-09-07 12:47:52 +02:00
Zef Hemel
a2779f5719 store-only -> sync-only flag change 2023-09-07 12:38:20 +02:00
Zef Hemel
56503e3c01 Merge branch 'main' of github.com:silverbulletmd/silverbullet 2023-09-07 12:33:29 +02:00
Zef Hemel
ae2135714d Tweaking the styling of the sync button 2023-09-07 12:33:25 +02:00
Ian Shehadeh
9188a772b6
add context to directive errors (#513) 2023-09-05 10:24:50 +02:00
Zef Hemel
b936a435ab Fix endpoint test 2023-09-04 21:14:04 +02:00
Zef Hemel
5bbd099bdd Fix endpoint support 2023-09-04 21:11:57 +02:00
Zef Hemel
ccb7f9e6f6 ssh 2023-09-04 20:42:56 +02:00