Peter Weston
b532b9e3f1
Fix tests for windows paths ( #1153 )
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 ( #1146 )
...
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 ( #1145 )
...
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 ( #1137 )
...
* fix: Fix progress bar coloring and remove % on indicator
Fixes #1129
* 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 ( #1138 )
...
* 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 ( #1142 )
...
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 ( #1139 )
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 ( #1132 )
...
* 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
Zef Hemel
123309d791
Lua get and set now possibly async
2024-10-26 16:02:37 +02:00
Zef Hemel
77f0c8669c
Deno bump
2024-10-26 16:01:41 +02:00
Michael Kolb
e83f3ebc66
Enabler to make scripts loaded from CDN more secure ( #1127 )
...
* added integrity property to load scripts
* fix contribution
2024-10-25 10:38:37 +02:00
Zef Hemel
8acb112e4e
Lua stack frame refactor
2024-10-20 15:06:23 +02:00
Zef Hemel
64c98678bc
Adjust import for tagRegex
2024-10-20 12:40:43 +02:00
Marek S. Łukasiewicz
010e2b23f4
Allow tags to start with a number and be escaped with angle brackets ( #1116 )
...
Includes tests and Markdown/Hashtags page for website. Closes #1072
2024-10-20 12:39:58 +02:00
Marek S. Łukasiewicz
f37cf23ba7
Space config for smart quotes ( close #1114 ) ( #1121 )
2024-10-17 22:34:47 +02:00
Ohad Lutzky
cb39ad5004
Linked Tasks: Include tasks linked to aliases ( #1120 )
2024-10-17 19:03:20 +02:00
Zef Hemel
5765540a3a
Widget: alt-click to move cursor into widget
2024-10-16 20:50:38 +02:00
Zef Hemel
413855c180
More Space Lua docs, and slight API tweaks
2024-10-15 21:20:50 +02:00
Zef Hemel
2842183568
Lua widgets: support inline for HTML widgets
2024-10-15 16:58:39 +02:00
Zef Hemel
6ec6f0cd6d
First Lua docs
2024-10-14 20:59:10 +02:00
Zef Hemel
c1a20af981
Lua: widgets
2024-10-13 15:14:22 +02:00
Zef Hemel
4b6cd183a8
Dependency bumps
2024-10-11 16:59:06 +02:00
Zef Hemel
5c8332a109
Cleaning some dependencies
2024-10-11 15:52:37 +02:00
Marek S. Łukasiewicz
7b955ef26a
Index wikilinks in frontmatter strings ( #1000 ) ( #1066 )
2024-10-11 15:39:14 +02:00
Zef Hemel
64e398fd90
deno fmt
2024-10-11 15:34:27 +02:00
Zef Hemel
9f6063998f
deno task bundle fixes
2024-10-10 14:04:51 +02:00
Zef Hemel
66461c72e7
Fix test action
2024-10-10 12:54:24 +02:00
Zef Hemel
6a30284bab
Migration to Deno 2.0
2024-10-10 12:52:28 +02:00
Zef Hemel
3319c7f21c
More lua progress: JS Interop
2024-10-09 20:35:11 +02:00
Fernando Serboncini
7731b28203
auto close brackets setting ( #1110 )
2024-10-08 21:06:33 +02:00
Zef Hemel
899c2556cb
Lua: more fixes and work on stdlib
2024-10-08 19:53:09 +02:00
Zef Hemel
f74bab0aca
Lua: inline directives improvements
2024-10-07 19:17:12 +02:00
Zef Hemel
6c71862641
Lua: multi-line string literals
2024-10-07 09:08:36 +02:00
Zef Hemel
41a856636a
Lint
2024-10-05 15:38:28 +02:00
Zef Hemel
1299d85e9a
First simple Lua directive Live Preview
2024-10-05 15:37:36 +02:00
Zef Hemel
2c08cb1821
More lua features (some metatable support) and tests
2024-10-04 17:15:50 +02:00
Zef Hemel
69c1da3dfb
[Lua] Property access and function call fixes
2024-10-03 18:52:44 +02:00
Zef Hemel
b2ff858f1d
Support empty Lua strings
2024-10-03 18:40:06 +02:00
Zef Hemel
3cf7b72ebb
First integration of Lua into the core (via space-lua code blocks)
2024-10-03 17:55:51 +02:00
Zef Hemel
c0a248daba
deno fmt
2024-09-30 12:50:54 +02:00
Zef Hemel
a5c4bcc43b
Lua AST refactor
2024-09-29 15:09:13 +02:00
Zef Hemel
2ef43bd56d
Fixes #1100
2024-09-29 13:39:08 +02:00
Zef Hemel
3b1378717c
Use a bullet instead of a dash for the task
2024-09-29 13:30:39 +02:00
Abin Simon
fca5d2a903
Convert bullet to task when Task: Cycle State is called ( #1099 )
...
Fixes #1074
2024-09-29 13:30:11 +02:00
MrMugame
f7cfe328b8
Fixes #1101 ( #1102 )
...
* Make all keywords use @specialize
* Rebuild the grammar
* Making it work in the later parsers
2024-09-29 13:26:44 +02:00
Zef Hemel
cdcce0d828
Lua work
2024-09-27 17:09:25 +02:00
Zef Hemel
aa712ed8f4
More work on Lua
2024-09-27 09:11:06 +02:00
Ohad Lutzky
f08c66d305
Add tips for slow drives ( #1098 )
2024-09-27 08:05:54 +02:00