Changed attachment link behavior

This commit is contained in:
Zef Hemel
2022-09-06 14:36:06 +02:00
parent 03daf92ba4
commit 61d5f9d460
11 changed files with 70 additions and 6 deletions
+2
View File
@@ -3,7 +3,9 @@ An attempt at documenting of the changes/new features introduced in each release
---
## 0.0.34
* Change to attachment handling: the `attachment/` prefix for links and images is no longer used, if you have links to attachments in your notes, you will need to remove the `attachment/` prefix manually. Sorry about that.
* Improved styling for completion (especially slash commands)
* Completion for commands using the (undocumented) `{[Command Syntax]}` — yep, that exists.
---
+1 -1
View File
@@ -3,7 +3,7 @@ Silver Bullet (SB) is highly-extensible, [open source](https://github.com/silver
Here is a screenshot:
![Silver Bullet PWA screenshot](attachment/silverbullet-pwa.png)
![Silver Bullet PWA screenshot](silverbullet-pwa.png)
At its core, SB is a Markdown editor that stores _pages_ (notes) as plain markdown files in a folder referred to as a _space_. Pages can be cross-linked using the `[[link to other page]]` syntax. However, once you leverage its various extensions (called _plugs_) it can feel more like a _knowledge platform_, allowing you to annotate, combine and query your accumulated knowledge in creative ways, specific to you. To get a good feel for it, [watch this video](https://youtu.be/RYdc3UF9gok).
Binary file not shown.

Before

Width:  |  Height:  |  Size: 316 KiB

After

Width:  |  Height:  |  Size: 144 KiB