Commit Graph

1791 Commits (bf6a34f82c33ccd0aece3010d4335d47d931da6a)

Author SHA1 Message Date
Zef Hemel bf6a34f82c Lua Integrated Query 2025-01-13 20:25:39 +01:00
Zef Hemel 2283d16d09 Render scalar arrays as bulleted list 2025-01-13 16:22:39 +01:00
Zef Hemel 61f82869e9
Lua integrated query work ()
* Lua query embeddings
2025-01-12 16:54:04 +01:00
Zef Hemel 337534cf02 Lua: early work on LuaQueryCollections 2025-01-09 18:22:26 +01:00
Zef Hemel 15ad6f3129 Lua: language fixes, and new space_lua APIs 2025-01-09 18:22:12 +01:00
Zef Hemel 86f31e3a00 Lua: experimental string interpolation 2025-01-09 11:45:15 +01:00
Zef Hemel b6f1977cec Lua runtime fixes 2025-01-09 10:27:41 +01:00
Zef Hemel 821dddff5e Lua string.gsub fixes 2025-01-09 09:00:29 +01:00
Zef Hemel c2fea2d25b Lua work 2025-01-08 17:09:09 +01:00
Zef Hemel 29e127ca78 Remove references to HTTP storage 2025-01-08 16:29:37 +01:00
Zef Hemel fc9213c7ca Lua cleanup 2025-01-08 11:39:00 +01:00
Zef Hemel fc1ff7dc5b Lua test cleanup 2025-01-08 11:23:30 +01:00
Zef Hemel 076c296dfd Lua iterator fixes 2025-01-08 11:12:26 +01:00
Zef Hemel ec6db8c766 Lua vararg testing 2025-01-08 11:04:33 +01:00
Zef Hemel c70f8fef1a Lua scope fixes 2025-01-08 10:00:46 +01:00
Zef Hemel f4507e9513 Bump deno version to 2.1.4 2025-01-08 09:38:06 +01:00
Zef Hemel de83995f35 Upgrade cliffy dependency 2025-01-08 09:37:56 +01:00
Marek S. Łukasiewicz 1508f6bcbf
Correctly extract hashtag content in links and Page Picker filter (fix ) () 2025-01-07 19:57:46 +01:00
István Szekeres fdd3d1b650
Fix encoding of inline content ()
Inline content with the file containing e.g. a `:` cannot be displayed
as the file name is set as the img src, and the browser treats the part
before the : as the protocol, instead of as a file name.

This change encodes the file name so `:` becomes `%3A`, fixing the
issue.

Fixes .
2025-01-07 19:56:45 +01:00
Mufeed Ali f801fd263b
fix(system): Add condition to prevent remote script reload when syncOnly is enabled () 2025-01-04 07:02:49 +01:00
Marek S. Łukasiewicz e94c4843b4
Add config for Helix editor () 2025-01-04 06:59:12 +01:00
David Lawrence df9edc5d64
Allow clicking Remember me label to toggle checkbox () 2024-12-31 07:19:17 +01:00
David Chiles 4cadb8cb4d
fix Swift syntax highlighting () 2024-12-26 08:17:48 +01:00
Martin Mauch 6e421ca20e
Fix passing URL parameters when proxying () 2024-12-14 09:58:41 +01:00
TR Staake 2020e85a6f
Update how tags are rendered to allow for custom styling ()
* Updated how tags are rendered to allow for custom styling via space-styles

* Wrapped the existing span for a tag with an anchor element <a> to
improve ux for screen readers
* Added data-tag-name attribute to tags so that given a tag `#my-tag` it
will have the attribute `data-tag-name="my-tag"` added to the new `<a>`
element wrapper allowing for end users to target tags for styling with a
css selector such as `.sb-hashtag[data-tag-name="my-tag"]{...}`

* Updated Docs
2024-12-14 09:57:46 +01:00
Zef Hemel a56db78194 Reload configuration before updating plugs 2024-12-14 09:42:46 +01:00
Marek S. Łukasiewicz 6e4742de11
Plug Manager rework () () 2024-12-14 09:39:37 +01:00
Ohad Lutzky 3e153a525c
Fix trailing periods for naked URLs ()
Fixes https://github.com/silverbulletmd/silverbullet/issues/1160
2024-12-14 09:19:25 +01:00
Marek S. Łukasiewicz a400f0fc20
Create Library/Core/Snippet/yesterday.md () 2024-12-07 15:23:09 +01:00
Bruno Heridet 206c3f7603
doc: replace Oak mentions by Hono () 2024-12-07 15:22:27 +01:00
Lindsay Schwartz 660c7c3f99
readme MIT license link corrected () 2024-12-05 21:15:42 +01:00
Michael Kolb cfbe8959d0
fix case sensitive property () 2024-11-24 09:21:34 +01:00
Michael Stapelberg 8114b25470
markdown_parser: allow comma and semicolon in naked URLs () 2024-11-21 22:39:27 +01:00
Zef Hemel 51fc5952bc Some enhancement of the lockout mechanism 2024-11-15 16:56:54 +01:00
Peter Weston 046a0df868
Simple protection against brute force attacks () 2024-11-15 16:51:18 +01:00
Zef Hemel 7811f53e28 0.10.1 2024-11-14 21:31:13 +01:00
Zef Hemel 924902f6db 0.10.1 2024-11-14 21:28:52 +01:00
Zef Hemel 711d634277 0.10.0 2024-11-14 21:27:57 +01:00
Vighnesh Shenoy 3132d9e9f2
Allow tab press to autocomplete () 2024-11-13 21:15:40 +01:00
Vighnesh Shenoy 6ba28e0a95
Fix rendering on tag pages () 2024-11-13 21:14:51 +01:00
Peter Weston b532b9e3f1
Fix tests for windows paths () 2024-11-13 21:08:24 +01:00
Zef Hemel 613cfad233 Deno version bump 2024-11-12 15:30:05 +01:00
Ohad Lutzky 916c84e9c1
Fix Enter for vim mode ()
This is a workaround for https://github.com/replit/codemirror-vim/issues/182

Fixes https://github.com/silverbulletmd/silverbullet/pull/1145 (harder)
2024-11-11 13:57:19 +01:00
Ohad Lutzky 4457927416
Do not use standardKeymap in vim mode ()
The standard keymap conflicts with the vim mode, e.g. not allowing arrow
keys to move through the vim commandline for `/` and `:` commands. The
keys described in
https://codemirror.net/docs/ref/#commands.standardKeymap seem to work
just fine without it in vim mode.

Fixes https://github.com/silverbulletmd/silverbullet/issues/976
2024-11-11 12:38:01 +01:00
Mufeed Ali c52e9e71f0
Few dark mode fixes and top bar improvements ()
* fix: Fix progress bar coloring and remove % on indicator

Fixes 

* fix: Improve header, action buttons and progress bar spacing

* fix: Fix caret color on sb-mini-editor
2024-11-07 21:28:14 +01:00
Peter Weston d9d3868d9e
Fix build on windows ()
* Fix build on windows

* More robust fix for paths in windows builds
2024-11-07 21:24:00 +01:00
Vighnesh Shenoy 68ead02975
fix: update unused scss variable for directive mark color ()
Signed-off-by: Vighnesh shenoy <vighneshq@gmail.com>
2024-11-07 21:19:37 +01:00
Peter Weston 83646eba37
recognise tel: uri scheme as a non-local path () 2024-11-02 22:34:26 +01:00
Zef Hemel d79d84be8c Fix sync mode failing due to Lua 2024-10-28 14:26:00 +01:00
aekaisato 64bbe67912
Create "remember me" functionality for basic auth, which sets an unexpiring jwt and refreshes the cookie during requests ()
* Create "remember me" functionality for basic auth, which sets an unexpiring jwt and refreshes the cookie during requests
2024-10-28 14:09:32 +01:00