Commit Graph

1616 Commits (c111f72e09b5010e365ab61cdcbe364be31c198b)

Author SHA1 Message Date
Zef Hemel c111f72e09 Lint error removal 2024-07-30 17:33:33 +02:00
Zef Hemel 9f353f7de1 More JSR dependency moves 2024-07-30 17:24:17 +02:00
Zef Hemel 64e116f75e lint cleanup 2024-07-30 15:17:34 +02:00
Zef Hemel 169f4ba302 0.8.5 2024-07-30 14:47:56 +02:00
Zef Hemel d2c158378f Fix tests 2024-07-30 14:26:02 +02:00
Zef Hemel a6d07a46e7 First JSR dependency 2024-07-30 14:22:44 +02:00
Zef Hemel 60ab40005a Added Grep plug 2024-07-30 14:04:43 +02:00
Zef Hemel b2e7bc8494 Allow for array extension in dynamic attributes, disallow attribute overrides 2024-07-30 11:46:42 +02:00
Zef Hemel 704e318229 Fix object decorator docs 2024-07-30 11:46:22 +02:00
Zef Hemel 75471fa86b
Object decorators (#995)
Implemented objectDecorators to replace pageDecorations in SETTINGS
2024-07-29 21:21:16 +02:00
Marek S. Łukasiewicz 69578ae09f
Improve Plug distribution through GitHub Releases (fix #975) (#997) 2024-07-29 21:14:16 +02:00
Zef Hemel 47f6c61007 Fixes #983 2024-07-29 12:16:12 +02:00
Zef Hemel 0aac4f00f9 Revert back to @codemirror/view@6.27.0 because of spell check regression 2024-07-29 12:00:52 +02:00
Marek S. Łukasiewicz a0f3f7ef41
Support linking to and moving to line number in pages (#988)
Support linking to and moving to line number in pages
2024-07-28 20:31:37 +02:00
Joe Krill 86bee00e5e
Use aliased preact import in Panel (#989) 2024-07-28 17:03:32 +02:00
Zef Hemel 36deb6a0a1 Core Library: Order quick notes by lastModified 2024-07-27 11:10:04 +02:00
Zef Hemel bfe168e63a 0.8.4 2024-07-27 11:04:15 +02:00
Zef Hemel 1fbc9493f4 Fixes #364 2024-07-27 11:03:42 +02:00
Zef Hemel 830ae9c83d Fix meta picker breaking with broken links 2024-07-27 11:01:28 +02:00
Zef Hemel ec88543a14 Fix meta picker breaking with broken links 2024-07-27 10:55:45 +02:00
Zef Hemel 528351438d 0.8.3 2024-07-27 10:35:38 +02:00
Zef Hemel c80976d10e Change event pattern for custom HTTP endpoints 2024-07-27 09:26:55 +02:00
Zef Hemel b6848f4bbb Readding test file 2024-07-26 19:16:08 +02:00
Zef Hemel 0ad47987f5 Added http:request event enabling custom http endpoints 2024-07-26 19:12:10 +02:00
Zef Hemel 992513ad8e Cleanup and deno bump for gitpod 2024-07-26 18:18:44 +02:00
Zef Hemel 230bb2ab8b Dependency upgrades 2024-07-25 20:58:03 +02:00
Zef Hemel 161cd004a7 Cleaning e2e encryption stuff 2024-07-25 20:29:13 +02:00
Zef Hemel af3df5dbeb Docs on #154 2024-07-25 15:31:15 +02:00
Zef Hemel 3ca132e16a Fixes #154 2024-07-25 15:19:06 +02:00
Zef Hemel cff343a66b Import clean 2024-07-25 15:19:06 +02:00
Justyn Shull 1d8dfb964a
Add system.invokeFunctionOnServer syscall to force proxying syscalls to server (#974) 2024-07-24 11:26:12 +02:00
Zef Hemel b560c0dcc8 Fixes #970 2024-07-24 07:03:43 +02:00
Ross 7fa1aabf3e
Unified the size of headers and sb-line-headers (#972)
* Unified the size of headers and sb-line-headers
2024-07-23 21:10:36 +02:00
Zef Hemel 835e9e3b3e Fixes #779 2024-07-23 17:23:30 +02:00
Zef Hemel e0d15dad88 Changelog updates 2024-07-23 16:49:32 +02:00
Zef Hemel 234a17c608 Fixes #955 2024-07-23 16:49:27 +02:00
Zef Hemel b188750e03 Fix tests 2024-07-23 14:56:07 +02:00
Zef Hemel 731e246264 Fixes #967 2024-07-23 14:53:36 +02:00
Zef Hemel d1a827aa4a Attempt to fix issue where pages would randomly disappear from the index
I suspect this is due to event triggering order (where clearing happened at the same time as adding new entries), this should fix that.
2024-07-23 13:12:02 +02:00
Ross 121ecb328a
Added a timeout for fetch (#965)
Added a timeout for fetch
2024-07-22 17:36:02 +02:00
Bo Jeanes b1dcbc3454
Add Ruby syntax support (#966)
* Add Ruby syntax support
2024-07-22 17:33:50 +02:00
Justyn Shull 1635c417c3
Expose determineItemBounds and ensureNewLine from editor plug (#969) 2024-07-22 04:50:55 +02:00
Zef Hemel c81237d93c Fix late settings loading 2024-07-20 06:25:04 +02:00
Marek S. Łukasiewicz e2cb2ab6e7
Add setting for smart quotes (#960) 2024-07-19 19:08:49 +02:00
Marek S. Łukasiewicz 1fc061ac6a
Auto complete folder in Page Picker (#961) 2024-07-19 17:10:39 +02:00
Marek S. Łukasiewicz 75cd4b1383
Hide pages from auto complete with Page Decorations (#962) 2024-07-19 17:06:40 +02:00
onespaceman 5fe77083ae
Fix #850 (#964) 2024-07-19 17:00:13 +02:00
Sean Pedersen 122a0a99a1
Add link for plugs (#958) 2024-07-18 20:18:50 +02:00
Zef Hemel 6286e4a8ed Fixes #953 support decimals in query expressions 2024-07-17 20:34:52 +02:00
Zef Hemel 2a4e4874ef 0.8.2 2024-07-17 20:22:01 +02:00