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
## Differences from [original](https://github.com/DannyBen/madness)
9
-
10
-
### support for link format used by smart-notes apps like Obsidian.
11
-
12
-
Markdown based smart-notes apps frequently use a non-standard link format in the form of `[[Link]]` where Link is equally the link text and the name of the local markdown file to link to. `[[Link]]` would therefore translate to `[Link](./Link.md)`
13
-
14
7
---
15
8
16
9
## Screenshots (click to zoom)
@@ -33,6 +26,7 @@ Markdown based smart-notes apps frequently use a non-standard link format in the
33
26
*[Search](#search)
34
27
*[Images and Static Files](#images-and-static-files)
35
28
*[Automatic H1](#automatic-h1)
29
+
*[Shortlinks](#shortlinks)
36
30
*[Table of Contents Generation](#table-of-contents-generation)
0 commit comments