Zef Hemel
d8b4295af4
Fix double page reloads
2024-09-10 14:54:15 +02:00
Zef Hemel
d9aa6ef1c4
New window command
2024-09-10 14:38:41 +02:00
Ruibin Xing
bddb1b5da9
Export PDF through print. ( #1065 )
...
Add print button for markdown panel
2024-08-28 17:32:29 +02:00
Zef Hemel
80f9c14b96
Change how attribute indexing and completion works ( #1061 )
...
* Creation of separate aspring-page objects for pages linked to, but not created
* Show "No results" instead of broken markdown table for no query results
* Show schema validation errors
* Deno upgrade
* Adds config support to plugs (see examples)
* Moves all builtin schemas to plug config
* Adds core plug just for builtin schemas
* Changes how attributes are indexed and completed, now attempts to derive a JSON schema for ad hoc attributes
2024-08-24 12:35:09 +02:00
Zef Hemel
efc5fa6b2c
Fix RO mode
2024-08-22 14:24:40 +02:00
jcgurango
eea8326220
Use setText instead of replacing entire editor state ( #1056 )
...
* Fix diffAndPrepareChanges
* Use setText instead of replacing editor state
* Isolate editor.setText transaction
2024-08-21 21:36:50 +02:00
jcgurango
eeb54738f2
Fix diffAndPrepareChanges ( #1055 )
2024-08-21 20:03:30 +02:00
Zef Hemel
0c4838e45c
Fix copy code edge case
2024-08-20 10:52:08 +02:00
Zef Hemel
b8081d970c
Fixes #1049 centralizes page URL encoding and decoding
2024-08-20 09:38:56 +02:00
Zef Hemel
225443aef1
Fixes #984 adds Page: Rename Linked Page command
2024-08-18 15:24:18 +02:00
Zef Hemel
3ac21498f3
Fixes #680 all times and dates are now local (to the environment)
2024-08-18 13:04:51 +02:00
Zef Hemel
cf054fa186
Should fix #1019 and #1035
2024-08-18 10:39:04 +02:00
Ruibin Xing
770b4b3b59
Added ctrl-p/n keybindings for filters ( #1006 ) ( #1036 )
...
Co-authored-by: Ruibin Xing <xingruibin@kanyun.com>
2024-08-15 16:41:15 +02:00
Zef Hemel
074aa323c2
Initial schema implementation #104
2024-08-15 16:39:06 +02:00
Zef Hemel
94d745c7a7
Fixes #1030
2024-08-15 14:36:15 +02:00
Zef Hemel
b7c56a8379
Fix some things with transclusions, and added a renderWidgets page decoration
2024-08-12 20:12:28 +02:00
onespaceman
7c23e8d622
Widget buttons for transclusions ( #942 ) ( #1013 )
...
Widget buttons for transclusions
2024-08-08 20:19:41 +02:00
Zef Hemel
6b69449d05
More JSR ( #1027 )
...
* Move all syscalls to JSR-style package naming
* Eliminating some prefixes in import maps
2024-08-06 20:11:38 +02:00
Zef Hemel
ea6e4ce079
Emit config:loaded event
2024-08-03 20:59:53 +02:00
Zef Hemel
47f504f2ce
deno fmt
2024-08-02 17:14:40 +02:00
Zef Hemel
64b6d9e2df
Space config ( #1011 )
...
Space config + a whole bunch of other tweaks
2024-08-02 16:47:36 +02:00
onespaceman
45166ccd93
Embed video, audio and pdf ( #1008 )
2024-08-02 16:30:39 +02:00
Zef Hemel
357a50f820
Fix JS error
2024-07-31 13:06:10 +02:00
onespaceman
70cb0fc226
Per-tag page styling ( #945 )
...
PageDecorator add cssClasses
---------
Co-authored-by: Zef Hemel <zef@zef.me>
2024-07-31 11:28:31 +02:00
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
75471fa86b
Object decorators ( #995 )
...
Implemented objectDecorators to replace pageDecorations in SETTINGS
2024-07-29 21:21:16 +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
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
161cd004a7
Cleaning e2e encryption stuff
2024-07-25 20:29:13 +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
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
234a17c608
Fixes #955
2024-07-23 16:49:27 +02:00
Zef Hemel
731e246264
Fixes #967
2024-07-23 14:53:36 +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
Zef Hemel
11967b82a6
Meta links ( #954 )
...
Add carret page link support (for meta pages)
2024-07-17 17:03:25 +02:00
Ross
5162ea7bf2
chore: Update index.html to include norefer ( #951 )
2024-07-17 07:37:05 +02:00
Zef Hemel
e050c7a4cf
Support creating a slashCommand as a command shortcut
2024-07-14 19:57:06 +02:00
Zef Hemel
e4da0b7849
Refined implementation of #560
2024-07-14 11:29:43 +02:00
Zef Hemel
71b2199dd4
Include prefix in browser title
2024-07-13 15:00:04 +02:00
Zef Hemel
dcde6aaf7c
Better updating of decorations
2024-07-13 14:55:35 +02:00
Deepak Narayan
850c06fd70
Fixes #560 and provides an initial implementation for assigning ( #940 )
...
decorators to tags.
This patch enables decorations for user specified tags - starting
with handling only a single decoration - a 'prefix' to be added
to the page name. Prefix is handled in the top bar title,
page navigator, wiki-links appearing within a page as well as
page autocomplete suggestions.
2024-07-13 13:56:00 +02:00