1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-01 02:18:02 +00:00

Docs updates

This commit is contained in:
Jermolene
2014-06-19 08:53:24 +01:00
parent 5eae2f0fb6
commit c2b08b43b5
3 changed files with 29 additions and 2 deletions

View File

@@ -8,6 +8,14 @@ The MarkdownExample tiddler below is written in Markdown. Create wiki links with
[link text](#TiddlerTitle)
```
Markdown image syntax can be used to reference images by tiddler title or an external URI. For example:
```
![alt text](/path/to/img.jpg "Title")
![alt text](Motovun Jack.jpg "Title")
```
To add the plugin to your own TiddlyWiki5, just drag this link to the browser window:
[[$:/plugins/tiddlywiki/markdown]]