Zef Hemel
1fbc9493f4
Fixes #364
2024-07-27 11:03:42 +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
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
af3df5dbeb
Docs on #154
2024-07-25 15:31:15 +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
Bo Jeanes
b1dcbc3454
Add Ruby syntax support ( #966 )
...
* Add Ruby syntax support
2024-07-22 17:33:50 +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
2a4e4874ef
0.8.2
2024-07-17 20:22:01 +02:00
Zef Hemel
11967b82a6
Meta links ( #954 )
...
Add carret page link support (for meta pages)
2024-07-17 17:03:25 +02:00
Zef Hemel
663f1523f1
Renamed 'source' to 'import' for Libraries
2024-07-16 15:48:49 +02:00
Zef Hemel
8662357799
More docs updates
2024-07-15 20:39:03 +02:00
Zef Hemel
43d7003290
Slash command shortcut documentation
2024-07-15 20:31:37 +02:00
Zef Hemel
e050c7a4cf
Support creating a slashCommand as a command shortcut
2024-07-14 19:57:06 +02:00
Zef Hemel
a9ed194fa1
Minor page deocration doc fix
2024-07-14 12:19:31 +02:00
Zef Hemel
d54c400b76
Deno upgrade and attempt to fix upgrade issues
2024-07-14 12:12:21 +02:00
Zef Hemel
e4da0b7849
Refined implementation of #560
2024-07-14 11:29:43 +02:00
Zef Hemel
70d8a36e88
0.8.1
2024-07-11 21:12:14 +02:00
Zef Hemel
84b738ff11
0.8.0
2024-07-11 20:39:54 +02:00
Zef Hemel
25d14031c9
Fixes #926
...
Libraries have been rethought, see associated documentation.
2024-07-11 20:36:26 +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
6d8149d747
Fixes #845
2024-07-06 20:52:27 +02:00
Zef Hemel
e5c0dbc961
Update SETTINGS.md
...
Commenting out back button
2024-07-06 18:34:18 +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
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
Zef Hemel
19854851b9
Changelog and image size docs
2024-06-22 21:14:48 +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
MrMugame
442133ea2b
Add subscript and superscript ( #879 )
...
* Added superscript and subscript to markdown
* Added docs for Superscript and subscript
* Remove leftover brace
2024-06-07 08:21:16 +02:00
Zef Hemel
73a427fe48
0.7.7
2024-04-30 15:11:49 +02:00
honnip
9ad41295a7
docs: update deno deploy entrypoint url ( #857 )
2024-04-28 21:04:48 +02:00
s1gnate-sync
37865243d0
Provide a way to customize app name & desc ( #854 )
...
* Provide a way to customize app name & desc
* Add description to SB_NAME, SB_DESCRIPTION env vars
---------
Co-authored-by: s1gnate.sync <s1gnate.sync@github.com>
2024-04-21 14:37:57 +02:00
Marek S. Łukasiewicz
dc79ba0224
Remove dollar before commands, consistently specify shell for code blocks ( #834 )
2024-04-02 19:25:21 +02:00
Thomas Michelat
e280dfee4a
Adds an option in SETTINGS to change the maximum size of file you can upload to your space. ( #832 )
2024-03-27 21:21:12 +01:00
Zef Hemel
22b0f13270
README update
2024-03-15 08:32:47 +01:00
Zef Hemel
4eccefb132
Changelog tweaks
2024-03-15 08:21:29 +01:00
Zef Hemel
43ae677fb2
0.7.6
2024-03-15 08:18:09 +01:00
Zef Hemel
26a7cd83c6
Changelog
2024-03-11 20:05:30 +01:00
onespaceman
95ae722a50
Implement space-style ( #796 )
...
* Implement space-style
* Add reloading styles to System: Reload
---------
Co-authored-by: Zef Hemel <zef@zef.me>
2024-03-09 12:26:58 +01:00
onespaceman
6230c8ab83
Custom admonitions ( #786 )
2024-03-04 18:35:02 +01:00
Zef Hemel
241069e16f
Added silverbullet-pub to plug index
2024-03-02 15:27:09 +01:00
Zef Hemel
89e2e7a37c
Fixes #621 with improved snippets for page links
2024-03-02 14:48:02 +01:00
Zef Hemel
63eb99e0d3
Fixes #771
2024-03-02 13:54:31 +01:00
Zef Hemel
42dd7f3678
Added `contains` function
2024-03-02 11:01:52 +01:00
Zef Hemel
06a827bf7e
0.7.5
2024-02-29 15:25:43 +01:00
Zef Hemel
e919aa82e9
0.7.4
2024-02-29 15:23:05 +01:00
Zef Hemel
032486e0e7
Changelog
2024-02-28 12:21:49 +01:00
Zef Hemel
e046415f05
First iteration of new take on sharing
2024-02-28 12:16:51 +01:00
Zef Hemel
daa490f60f
Changelog
2024-02-28 11:07:22 +01:00
Zef Hemel
ecf72a27d0
Docs tweak
2024-02-28 10:58:40 +01:00
Zef Hemel
7518dfc82a
Updated space script examples
2024-02-28 10:55:38 +01:00
Zef Hemel
de2d1089d4
New space script APIs ( #761 )
...
New space script APIs: registerEventListener and registerAttributeExtractor
2024-02-27 20:05:12 +01:00
Zef Hemel
3844718139
0.7.3
2024-02-25 08:35:38 +01:00
Zef Hemel
5668669f80
0.7.2
2024-02-25 08:30:59 +01:00
Zef Hemel
fb0bc4eacb
Revert indexing space script in templates, not a good idea
2024-02-25 08:18:49 +01:00
Marek S. Łukasiewicz
e63c6c1993
Bake live blocks ( #719 )
2024-02-24 15:51:55 +01:00
Zef Hemel
cafe39135e
Youtube URL unfurl
2024-02-24 13:16:04 +01:00
Zef Hemel
d299b1f13f
Changelog
2024-02-24 13:02:27 +01:00
Zef Hemel
7de987fd56
Use backtick syntax to support identifiers in expression language, see examples
2024-02-24 12:59:27 +01:00
Zef Hemel
d5f1ba6583
Support carets in matchregex snippets
2024-02-24 09:08:10 +01:00
Zef Hemel
0cf36a0acf
Changelog
2024-02-23 19:04:01 +01:00
Zef Hemel
cdefe7351a
Change to registerFunction space script API (backwards compatibility added)
2024-02-23 14:06:55 +01:00
Zef Hemel
c307f09b7e
Fixes #710
2024-02-23 13:47:27 +01:00
Michael Kolb
4056c4f2f2
Implemented queries for tables ( #729 )
2024-02-23 10:18:47 +01:00
Zef Hemel
1012282cd4
Added AI and TreeView plugs to website
2024-02-23 10:02:11 +01:00
Patrik Stenmark
9ba4d008f2
Add note about https requirements ( #714 )
2024-02-16 09:23:44 +00:00
Zef Hemel
352c064420
Update Page Name Rules.md
2024-02-13 22:48:52 +01:00
Zef Hemel
98613bf853
Youtube links
2024-02-09 14:27:54 +01:00
Zef Hemel
79a850137c
New intro video
2024-02-09 10:55:01 +01:00
Zef Hemel
a925212427
0.7.1
2024-02-08 09:29:40 +01:00
Zef Hemel
05efbc8741
Refactoring and adding ability to create custom commands from space functions
2024-02-07 14:50:01 +01:00
Marek S. Łukasiewicz
257c7a3e4a
Improve mobile navigation through history ( #686 )
...
* History back and forward commands
* Conditionally display actionButtons on mobile devices
2024-02-07 09:33:47 +01:00
Zef Hemel
7f26d867c8
Changelog fix
2024-02-06 16:55:17 +01:00
Zef Hemel
0ddbd877f9
Space script MVP ( #685 )
...
* Space Script MVP
* New `command` and `syscall` query sources
2024-02-06 16:51:04 +01:00
Marek S. Łukasiewicz
dbce3a2ad1
Plug: Emoji aliases ( #246 ) ( #679 )
...
Plug: Emoji aliases (#246 )
2024-02-06 14:07:38 +01:00
Zef Hemel
99df161a8f
Update SilverBullet.md
2024-02-06 06:51:42 +01:00
Zef Hemel
828216795c
Update SilverBullet.md
2024-02-05 23:33:53 +01:00
Zef Hemel
7133d6c0f0
Update SilverBullet.md
2024-02-05 23:32:26 +01:00
Zef Hemel
61c50c6fa0
More new website copy
2024-02-05 21:47:05 +01:00
Zef Hemel
0302c5776d
Updated changelog
2024-02-05 20:12:46 +01:00
Zef Hemel
fcac8e4755
New website copy
2024-02-03 21:01:32 +01:00
Zef Hemel
d0ebda0d7a
Fixes #678
2024-02-03 15:28:24 +01:00
Zef Hemel
341c07049f
Custom template parser ( #672 )
...
New template engine 🤯
2024-02-02 19:19:07 +01:00