Commit Graph

1694 Commits (lua)

Author SHA1 Message Date
Zef Hemel 3e94389c1e Fix missed events 2024-07-10 11:32:07 +02:00
Zef Hemel c7f5645075 Fixes #927 2024-07-10 08:50:54 +02:00
Zef Hemel 21b04a17fe Fixes #922 2024-07-09 09:32:57 +02:00
Zef Hemel 50d80d5fef Changelog typo 2024-07-09 09:27:47 +02:00
Zef Hemel fb21377bef
Transclosure support for pages (#925)
Transclusion implementation
2024-07-09 09:22:08 +02:00
Zef Hemel 2e6a938c01 Linked Tasks documentation 2024-07-08 08:02:10 +02:00
Zef Hemel d36c04361f New Page templates in Core 2024-07-07 12:57:18 +02:00
Zef Hemel 58b0a5b8fb Default Linked Tasks widget in Core 2024-07-07 12:45:17 +02:00
Zef Hemel 8368b2839f Fix link 2024-07-07 12:37:47 +02:00
Zef Hemel d6f0f61d30 Rebrand Template Picker to Meta Picker
As well as associated documentation changes
2024-07-07 12:12:05 +02:00
Zef Hemel 49ab7111ee New /item slash command 2024-07-07 12:11:38 +02:00
Zef Hemel f914c40330 Updated Linked Tasks template 2024-07-07 12:11:27 +02:00
Zef Hemel d6d06abe64 Support strings as regular expressions 2024-07-07 12:10:35 +02:00
Zef Hemel a0ac6e66f9 Support regular expressions that are strings in the query language 2024-07-07 10:55:31 +02:00
Zef Hemel ae2d636e80 Force space reindex on upgrade to incorporate new indexing features 2024-07-07 10:35:17 +02:00
Zef Hemel 7ddd7c4011 Style a line containng only "#" as if it were to become a tag instead of a header 2024-07-07 10:32:13 +02:00
Zef Hemel 4fa58aaafd Make tag auto-complete context independent
Previously there was a (best effort) attempt to limit tag auto complete to only the type of object a had been applied to (e.g. an item, a page, a task). This is now removed, because I realized the need to reuse tags for various purposes and this filtering was annoying in practice.
2024-07-07 10:13:53 +02:00
Tomas 9ea4b1c463
Follow-up for parsing YAML dates (#921) 2024-07-06 21:52:03 +02:00
Zef Hemel 6d8149d747 Fixes #845 2024-07-06 20:52:27 +02:00
Zef Hemel 25720c63e0 Fixes #822 2024-07-06 20:29:38 +02:00
Zef Hemel e5c0dbc961
Update SETTINGS.md
Commenting out back button
2024-07-06 18:34:18 +02:00
Zef Hemel 104b6356df Fixes #902 2024-07-06 15:45:04 +02:00
Zef Hemel 2eb7e25854 Parse YAML dates into strings 2024-07-06 15:07:40 +02:00
Zef Hemel 468a9961b4 CHANGELOG updates 2024-07-04 21:32:18 +02:00
Zef Hemel a6450d3179 Fixes #704 implementing read-only mode and mobile only button 2024-07-04 21:22:37 +02:00
MrMugame c412bed98e
Add `drawSelection()` (#917) 2024-07-04 07:05:58 +02:00
MrMugame 5c28b1a73f
Change selection behaviour (#904)
* Change selection behaviour
* turn mouseup/mousedown events into click
* Remove `drawSelection()`
* Add custom cursor
2024-07-03 19:13:54 +02:00
Semyon Novikov 09e7f1f906
Fix up validatePageName routine (#912)
* Fix up validatePageName routine

File extensions can contain numbers too.
My main motivation was to enable myself hosting `woff2` files right from
my space, like I do for `ttf` files.

Also added some tests.

* Fix up typo and add more numeric samples

* Add missing semicolons

(sorry, I'm not really js/ts programmer)

* Make linter happy
2024-07-03 07:50:26 +02:00
Zef Hemel 1e58d220eb Fixes #911 2024-07-02 20:13:41 +02:00
Zef Hemel cf9b8f07ab Removed Discord references 2024-07-02 20:02:59 +02:00
MrMugame 9ed493aa00
Makes the behaviour of logic expressions consistent in all cases (#898)
* Returned the value of a logic expression in all cases

* Remove legacy call syntax

* Correct test

* Remove old call syntax from docs/library

* Corrected docs for call syntax

* Add null coalescing operator
2024-07-02 19:12:40 +02:00
Florent 5226c43552
Support arm64 arch for Linux (#906) 2024-06-28 12:22:01 +02:00
MrMugame 1ea652a730
Hides the '\' from escaped characters (#901) 2024-06-26 15:55:56 +02:00
MrMugame 513b9ef441
Recreate file list on every call of pageExists() (#900) 2024-06-24 06:21:57 +02:00
MrMugame 7cb4ceb5d6
Fix double imports (#899) 2024-06-23 20:42:09 +02:00
MrMugame 2a2cdef0f4
Added automatic quote insertion (#897) 2024-06-23 05:33:16 +02:00
Zef Hemel e535ef14ff Deno upgrade 2024-06-22 21:26:49 +02:00
Zef Hemel 19854851b9 Changelog and image size docs 2024-06-22 21:14:48 +02:00
MrMugame b6d95ec632
Redirect to initial url after authentication (#893) 2024-06-22 12:45:23 +02:00
Zef Hemel bd3e91ba65 Fix regression reloading pages changed "on disk" 2024-06-14 08:44:46 +02:00
Zef Hemel bb8f594a68 Fixes #888 regression in #boot url 2024-06-13 12:10:12 +02:00
Zef Hemel ad067e08e7 Fixed some issues with attachment indexing and sync mode 2024-06-13 12:01:40 +02:00
Zef Hemel 470c1153ed Support auto link in markdown render 2024-06-13 11:47:03 +02:00
Zef Hemel 78be20c24f Fix regression where the index would no longer be cleared in sync mode 2024-06-13 11:46:52 +02:00
MrMugame 0e2553839c
Strip Markdown in TOC (#887) 2024-06-12 20:05:29 +02:00
stellarorion f22b370a4d
Include a preview of another note (#874)
* added note including snippet

* Update and rename include-note.md to include-page.md

---------

Co-authored-by: orion-tux <alex.sejnost@pm.me>
2024-06-12 19:22:39 +02:00
Zef Hemel 7ee3ebc33b Fixes #881 2024-06-08 13:45:53 +02:00
Zef Hemel 3e1322de66 Fixes #883 2024-06-08 13:44:41 +02:00
MrMugame 892849c30b
Fixes the white flash for widget iframes & Make use of panel api (#882)
* Fix widget iframes flashing when loading

* Set the data-theme attribute for all panels
2024-06-08 13:32:35 +02:00
Zef Hemel ff923b8718 Remove redundant log 2024-06-07 08:31:55 +02:00