1
0
Commit Graph

117 Commits

Author SHA1 Message Date
Zef Hemel
0abf043652 Fixes #29 2022-07-18 16:48:36 +02:00
Zef Hemel
363a11a264 Add prefixLines and substring helpers to query templates 2022-07-18 16:45:04 +02:00
Zef Hemel
928ef59190 Add inline command links {[Command Name]} syntax 2022-07-18 16:44:43 +02:00
Zef Hemel
311e8f0341 0.0.23 release 2022-07-18 10:55:29 +02:00
Zef Hemel
3658bd46ec Documentation for readSettings call 2022-07-18 10:51:28 +02:00
Zef Hemel
307bd3be7a Move to website folder 2022-07-15 14:59:47 +02:00
Zef Hemel
a69289f1ab Fixes #8: SETTINGS page to keep all settings 2022-07-15 11:17:02 +02:00
Zef Hemel
d57a9e79de 0.0.22 release 2022-07-13 13:32:59 +02:00
Zef Hemel
32e5a3ec94 Use "store" syscall to keep index and version state 2022-07-12 12:30:36 +02:00
Zef Hemel
a1d89a9234
Merge pull request #4 from Willyfrog/links
Add link command
2022-07-11 13:56:26 +02:00
Zef Hemel
d8377ac1dd Version bump 2022-07-11 13:20:50 +02:00
Zef Hemel
8d61812d0e Cleanup of unused code, moving mounts to plug 2022-07-11 13:14:31 +02:00
Zef Hemel
c557253ad1 Auto reindexing on version upgrades 2022-07-11 09:08:22 +02:00
Guillermo Vaya
63bee59cf3 move caret 2022-07-10 23:30:38 +02:00
Guillermo Vaya
86823918cc Add link command 2022-07-10 17:51:34 +02:00
Zef Hemel
ca86f75e16 Fix hashtag parsing bug, re-added item indexing 2022-07-08 09:50:26 +02:00
Zef Hemel
cce5be43e1 Adding https/file support for mounts 2022-07-06 17:48:43 +02:00
Zef Hemel
fcf712ccc7 Query code refactor 2022-07-06 12:18:47 +02:00
Zef Hemel
05edbfe305 Initial space mounting support 2022-07-06 12:18:33 +02:00
Zef Hemel
fa87012957 0.0.20 2022-07-04 16:28:30 +02:00
Zef Hemel
5f90d7244a Clean up some debug commands 2022-07-04 15:51:04 +02:00
Zef Hemel
2a4ea9b3e1 Tweaking the hashtag parser 2022-07-04 15:43:34 +02:00
Zef Hemel
60cfefbc95 Template cleanup, autocomplete for more query stuff 2022-07-04 15:07:27 +02:00
Zef Hemel
21836ca073 Add a quick "Navigate: Home" command with Alt-h keyboard shortcut 2022-07-04 11:52:09 +02:00
Zef Hemel
f29f9315a1 Move "tags" plug into core 2022-07-04 11:38:05 +02:00
Zef Hemel
1ad9b82631 Implemented array query 2022-07-04 11:31:39 +02:00
Zef Hemel
d0431bbd99 Added new "tasks" built-in plug 2022-07-04 11:30:30 +02:00
Zef Hemel
429b896785 Version bump 2022-07-01 15:40:01 +02:00
Zef Hemel
9c2fde7d48 Version bumps 2022-06-29 15:46:44 +02:00
Zef Hemel
bcff45e7ad Cleanup and @lezer/lr upgrade 2022-06-29 15:03:06 +02:00
Zef Hemel
ed03c2cdf9 Fix deps with security issues 2022-06-28 15:48:29 +02:00
Zef Hemel
6cee3b82bb Removing some builtin plugs 2022-06-28 14:48:45 +02:00
Zef Hemel
3cb8535124 Minor fixes, publishing 0.0.8 2022-06-28 14:41:21 +02:00
Zef Hemel
16fcd91d6c Preparing for an initial release 2022-06-28 14:14:15 +02:00
Zef Hemel
be92bf2311 0.0.2 2022-06-27 14:21:47 +02:00
Zef Hemel
e74caf0055 A few more text manipulation commands 2022-06-23 17:59:18 +02:00
Zef Hemel
b22775fcc4 Moved bold and italics to plug, new file: plug protocol 2022-06-23 17:08:42 +02:00
Zef Hemel
94d0e31b30 Remove shortcuts again, just trigger command pallete 2022-06-20 18:30:45 +02:00
Zef Hemel
5fe10e441b Shortcut menu instead of buttons 2022-06-17 20:17:22 +02:00
Zef Hemel
c25a53357d Mostly working except yaml codeblocks 2022-06-13 18:31:36 +02:00
Zef Hemel
24ac6bbd25 Parcel upgrade and global dependency update 2022-06-13 13:06:53 +02:00
Zef Hemel
32937f88e3 Template instatiation, tweak of query syntax 2022-06-08 15:58:43 +02:00
Zef Hemel
7429a96e61 Queries 2022-05-20 11:29:14 +02:00
Zef Hemel
dfd820cc25 Changed how data is stored quite a bit with nice query capabilities 2022-05-17 15:54:55 +02:00
Zef Hemel
9a6a86f8b5 Added pageNamespace hook support 2022-05-17 11:53:17 +02:00
Zef Hemel
cd89634fd6 Changes 2022-05-17 08:32:33 +02:00
Zef Hemel
2cdd3df6c3 Initial search implementation 2022-05-16 15:09:36 +02:00
Zef Hemel
7d01f77318 Tweaking 2022-05-13 17:05:52 +02:00
Zef Hemel
3c5048ac25 Dependency builds for plugos 2022-05-13 14:36:26 +02:00
Zef Hemel
8c974161c3 Tweaks and panel updates 2022-05-11 20:10:45 +02:00
Zef Hemel
4518476c77 Merge branch 'main' of github.com:zefhemel/silverbullet 2022-05-11 11:49:32 +02:00
Zef Hemel
f9ddb49ec6 Plug manger rebuild 2022-05-11 11:49:27 +02:00
Zef Hemel
14596b4f50 Added query update button 2022-05-09 18:44:01 +00:00
Zef Hemel
f6758dbbaf Lots of tweaks 2022-05-09 14:59:12 +02:00
Zef Hemel
7e221ce5aa Action button prototype 2022-05-06 18:55:04 +02:00
Zef Hemel
098a419ff3 Work 2022-04-29 18:54:27 +02:00
Zef Hemel
a4e127a6dd Clean 2022-04-29 13:37:31 +02:00
Zef Hemel
9ef30d1f49 New query rendering engine with handlebars 2022-04-28 11:55:38 +02:00
Zef Hemel
0182a587e4 Cleanup 2022-04-26 20:31:31 +02:00
Zef Hemel
76636dd9b1 Work 2022-04-26 19:04:36 +02:00
Zef Hemel
cb2d3f8652 Service workers fixed (I think) 2022-04-25 19:46:08 +02:00
Zef Hemel
d52d81a909 Make stuff work with npm 2022-04-25 11:24:13 +02:00
Zef Hemel
44cf4c6a72 Refactor and renaming 2022-04-25 10:33:38 +02:00
Zef Hemel
6a10cbd9b7 Javascript and Typescript highlighting 2022-04-24 18:06:34 +02:00
Zef Hemel
a2cb2727d2 Deleted fetch syscall (now natively supported) 2022-04-21 15:29:13 +02:00
Zef Hemel
1a3ae65ccb Switched to npm workspace 2022-04-21 14:54:50 +02:00
Zef Hemel
1f842ec1d6 Monorepo with yarn workspaces requires yarn 3.2 2022-04-21 13:57:45 +02:00