You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ Whenever a commit is pushed to the `main` branch, within ~5 minutes, it will be
10
10
* Now works with headers (moves around entire sections)
11
11
* Now works with table rows
12
12
* Now works with paragraphs
13
+
*[Footnote support](https://www.markdownlang.com/extended/footnotes.html): both reference-style (`[^1]`) and inline (`^[text]`) footnotes with syntax highlighting, live preview on hover, reference completion, and invalid reference linting.
13
14
* The [[^Library/Std/Widgets/Widgets#Table of contents]] widget is now **collapsible**, defaults to open (by [Dobli](https://github.com/Dobli)).
14
15
* Client upgrade notification: if the server is updated but the client version doesn't match, a notification will appear instructing the user to reload.
15
16
*[Improved Lua widget rendering](https://github.com/silverbulletmd/silverbullet/pull/1876) (by [Matouš Jan Fialka](https://github.com/mjf)): `${...}` expressions now render scalars, arrays, records, and arrays-of-tables with better HTML and markdown output.
@@ -20,6 +21,19 @@ Whenever a commit is pushed to the `main` branch, within ~5 minutes, it will be
20
21
* Fix: document file opening with URL prefix.
21
22
* Fix: autofocus on authentication page.
22
23
* Fix: mini editor regressions.
24
+
*[Custom markdown syntax extensions](https://github.com/silverbulletmd/silverbullet/pull/1881) (EXPERIMENTAL): define custom inline syntax via [[API/syntax]] that gets parsed, highlighted, and rendered in live preview.
25
+
*[[Space Lua/Lua Integrated Query]] improvements:
26
+
*`offset` clause support
27
+
* Intra-aggregate `order by` support
28
+
* Action Button enhancements:
29
+
*`standalone` option: only show certain action buttons in standalone/PWA mode (e.g. forward/back navigation buttons)
30
+
* Support for opting out action buttons from the mobile dropdown menu
31
+
***Bundle size optimization**: chunked builds with ESBuild, JIT loading of large modules (Turndown, Vim mode), replaced AJV with lighter JSON schema library.
32
+
* Removed vim mode from mini-editor (it didn't work properly).
33
+
* Fix: "No such header #boot" errors in PWA mode.
34
+
* Fix: Edit buttons now work correctly for Lua expressions and code widgets whose bodies appear multiple times in the same page.
* Fix: [Markdown table rendering](https://github.com/silverbulletmd/silverbullet/pull/1879) and removal of deprecated command button remnants.
23
37
24
38
## 2.5.0
25
39
* Changed keyboard bindings (sorry!). CodeMirror no longer directly allows `Alt-<letter>` and `Alt-<special-character>`[[Keyboard Shortcuts]], meaning I had to **remap a few key bindings**. It’s basically a mission impossible to pick great ones, but here are the new defaults:
0 commit comments