Commit Graph

96 Commits (read-only-directives)

Author SHA1 Message Date
Zef Hemel 5455c4e137 Work to implement #131 2022-12-07 09:53:05 +01:00
Zef Hemel 8c62ca981e Fix empty cell MD table render bug 2022-11-30 15:59:41 +01:00
Zef Hemel 15263a8dc6 Nicer hash tag CSS 2022-11-30 15:59:28 +01:00
Zef Hemel 19e5d8f21d Remove confusing plug manager logs 2022-11-28 08:48:09 +01:00
Zef Hemel b43c028e51 Fix alias page link markdown rendering 2022-11-27 11:20:43 +01:00
Zef Hemel 701a601641 Remove 'publish' command moved to silverbullet-publish 2022-11-26 19:00:01 +01:00
Zef Hemel ee4979b471 Clean up website build 2022-11-25 19:43:54 +01:00
Zef Hemel 6779c9076a Stop replacing directives with garbag on silverbullet.md 2022-11-25 16:10:18 +01:00
Zef Hemel e926b7ba47 Massive documentation bump 2022-11-25 16:01:05 +01:00
Zef Hemel 94127c41f0 Directive fix 2022-11-25 13:47:10 +01:00
Zef Hemel aee071be6a Fix syntax extensions not loading at b oot 2022-11-25 13:05:41 +01:00
Zef Hemel 53408feed5 Search pages should keep running on the server side 2022-11-24 16:58:16 +01:00
Zef Hemel b61e8ff681 Implementation of #117: sharing 2022-11-24 16:08:51 +01:00
Zef Hemel 5b1ec14891 Work on $share 2022-11-24 12:04:00 +01:00
Zef Hemel 0ebbe2e7f3 Fix client-driven directive updates 2022-11-23 10:05:01 +01:00
Zef Hemel 56e5466b19 Don't blow up when frontmatter YAML is invalid 2022-11-23 10:04:51 +01:00
Zef Hemel 5d89e15959 Plugs: Add command 2022-11-20 10:56:52 +01:00
Zef Hemel 7f7be814fc Limit maximum width of images in markdown preview 2022-11-20 10:28:23 +01:00
Zef Hemel 89f27f9e9c Expose file and page meta data directly 2022-11-20 10:24:42 +01:00
Zef Hemel 7a627c2f35 Fixes #124 2022-11-20 10:24:24 +01:00
Zef Hemel a1e3299fb8 Order page reference completion by date modified 2022-11-20 08:51:27 +01:00
Zef Hemel dff2a3dfa4 Dependency bump 2022-11-19 16:05:37 +01:00
Zef Hemel cde6311bcb Fixes #122 2022-11-19 15:22:43 +01:00
Zef Hemel 24c17a793f
Live Preview (#119)
Live preview mode is here
2022-11-18 16:04:37 +01:00
Ben Schumacher 334550675a
Add nextWeek template variable (#109) 2022-11-03 13:14:43 +01:00
Zef Hemel c56261a024 Weekly Note command + docs 2022-11-02 09:06:30 +01:00
Zef Hemel c4f80589f3 Migrated silverbullet-publish into this repo 2022-11-01 17:03:42 +01:00
Zef Hemel 3d671e8195 Fixes #100 implements a custom Markdown renderer 2022-11-01 15:01:28 +01:00
Zef Hemel bef2c4c62b Cmd/Ctrl-click now opens page in new window 2022-10-29 09:23:12 +02:00
Zef Hemel 540af411a0 Large "query" plug refactor into "directive" 2022-10-28 16:17:40 +02:00
Zef Hemel 2b06af6147 Rename "name" frontmatter to "displayName" not to clash with builtin name 2022-10-26 09:33:37 +02:00
Zef Hemel 590440748b WIP: real-time collab support 2022-10-25 18:50:07 +02:00
Zef Hemel a2e5d0cc93 Changed named anchor syntax 2022-10-24 19:40:52 +02:00
Zef Hemel 9164b57a3e Full text search improvements 2022-10-22 20:23:54 +02:00
Zef Hemel 02dd2f17c7 No await for reload 2022-10-21 20:20:58 +02:00
Zef Hemel 5bb73c111d Parallel plug loading on the server 2022-10-21 17:06:14 +02:00
Zef Hemel dc32ca81a9 HTTP Caching 2022-10-21 16:56:46 +02:00
Zef Hemel c1a78e0105 Fixes #97: SQLite is now async, optimized, tests 2022-10-21 10:00:43 +02:00
Zef Hemel 70501bc3e4 Fixes #90: Re-enables full text search 2022-10-19 09:52:29 +02:00
Zef Hemel cd7c37b136 Fixed regression where OPTIONS resulted in 500 instead of 404 2022-10-17 20:21:09 +02:00
Zef Hemel 7d1a04f392 Fixes #92: implements frontmatter syntax 2022-10-17 15:48:21 +02:00
Zef Hemel 574014a8be Reduce lint errors 2022-10-15 19:02:56 +02:00
Zef Hemel 68809ff958 Fix to queryPrefix and LIKE queries 2022-10-14 16:49:45 +02:00
Zef Hemel 3a3210ecac Asset fixes 2022-10-14 15:53:51 +02:00
Zef Hemel 7d28b53b75 Massive restructure of plugin API 2022-10-14 15:11:33 +02:00
Zef Hemel 982623fc38 Added imports 2022-10-13 15:16:18 +02:00
Zef Hemel 4c19ab21f2 Refactor of asset bundles 2022-10-12 11:47:13 +02:00
Zef Hemel 61bf715c9f Fix materialized queries and reload 2022-10-10 18:19:08 +02:00
Zef Hemel 561aa6891f
Migrate to Deno (#86)
Big bang migration to Deno 🤯
2022-10-10 14:50:21 +02:00
Zef Hemel 1f842ec1d6 Monorepo with yarn workspaces requires yarn 3.2 2022-04-21 13:57:45 +02:00