1
0
Commit Graph

60 Commits

Author SHA1 Message Date
Zef Hemel
61d5f9d460 Changed attachment link behavior 2022-09-06 14:36:06 +02:00
Zef Hemel
03daf92ba4 Improved autocomplete styling 2022-09-06 11:30:54 +02:00
Zef Hemel
b025a3c76a Remove /task-today 2022-09-05 09:02:14 +02:00
Zef Hemel
0272e0c4f0 Fixes #60 2022-09-02 15:47:44 +02:00
Zef Hemel
69ec24ee2d Change search prefix and add cloud page references 2022-09-02 15:41:40 +02:00
Zef Hemel
3895e3026c Fix emoji completion inside of page links 2022-09-02 15:18:33 +02:00
Zef Hemel
799144a74e Anchors 2022-08-30 10:44:20 +02:00
Zef Hemel
d70b91a6c4 Dark theme related fixes 2022-08-29 16:16:55 +02:00
Zef Hemel
ff24358269 Fixes #62 2022-08-29 15:40:38 +02:00
Zef Hemel
df4980fc6b Don't index page meta data starting with $ 2022-08-10 09:26:07 +02:00
Zef Hemel
47faea2289 Renamed #inject to #use 2022-08-10 09:18:11 +02:00
Zef Hemel
7f6e608460 Template syntax refactor 2022-08-09 15:37:47 +02:00
Zef Hemel
1bbfbe19e2 Improvements to templates 2022-08-08 13:56:04 +02:00
Zef Hemel
3589aadbb3 PAGENAME for page instantiations 2022-08-08 13:09:19 +02:00
Zef Hemel
7111fb6b1e Make index page configurable 2022-08-02 12:43:39 +02:00
Zef Hemel
b29b175b40 0.0.29 2022-08-01 18:27:50 +02:00
Zef Hemel
ca796b9c95 Fixed a bunch of bugs around page navigation and renaming 2022-08-01 15:06:32 +02:00
Zef Hemel
4060d0a3f8 Added a CHANGELOG 2022-08-01 11:25:46 +02:00
Zef Hemel
ec7c272594 Removed status bar, replaced with Show: Stats command 2022-08-01 11:04:48 +02:00
Zef Hemel
3217f2afc3 Fixes #6 by implementing link unfurling 2022-07-30 13:39:40 +02:00
Guillermo Vaya
7f70065ce7 remove log 2022-07-29 18:29:41 +02:00
Guillermo Vaya
b1d02ca776 error on formating plug sections 2022-07-29 18:26:42 +02:00
Pantelis Vratsalis
c21cc7cba0 Fix deletion of page on renaming to current name 2022-07-26 13:49:04 +03:00
Zef Hemel
f9875e7e57 Replaced #inst with #template and #include, made query parsing more robust 2022-07-25 16:51:46 +02:00
Guillermo Vaya
24df846988 Add GHR protocol to plug manager 2022-07-23 20:57:59 +02:00
Zef Hemel
928ef59190 Add inline command links {[Command Name]} syntax 2022-07-18 16:44:43 +02:00
Zef Hemel
a69289f1ab Fixes #8: SETTINGS page to keep all settings 2022-07-15 11:17:02 +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
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
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
d0431bbd99 Added new "tasks" built-in plug 2022-07-04 11:30:30 +02:00
Zef Hemel
bcff45e7ad Cleanup and @lezer/lr upgrade 2022-06-29 15:03:06 +02:00
Zef Hemel
16fcd91d6c Preparing for an initial release 2022-06-28 14:14:15 +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
dfd820cc25 Changed how data is stored quite a bit with nice query capabilities 2022-05-17 15:54:55 +02:00