Clean up filter boxes
This commit is contained in:
@@ -5,4 +5,10 @@ An attempt at documenting of the changes/new features introduced in each (pre) r
|
||||
* Plugs can implement their own unfurlers by responding to the `unfurl:options` event (see the [Twitter plug](https://github.com/silverbulletmd/silverbullet-twitter) for an example).
|
||||
* Core implements only one unfurl option: “Extract title” which pulls the `<title>` tag from the linked URL and replaces it with a `[bla](URL)` style link.
|
||||
* Removed status bar: to further simplify the SB UI. You can still pull up the same stat on demand with the `Stats: Show` command.
|
||||
* The page switcher is now maintaining its ordering based on, in order:
|
||||
1. Last opened pages (in current session)
|
||||
2. Last modified date (on disk)
|
||||
3. Everything else
|
||||
4. The currently open page (at the bottom)
|
||||
* Filter boxes (used for the page switching and command palette among other things) now also support PgUp, PgDown, Home and End and have some visual glitches fixed as well.
|
||||
* Reverted exposing an empty `window` object to sandboxes running in workers and node.js (introduced in 0.0.28)
|
||||
|
||||
Reference in New Issue
Block a user