snowgoon88 / TW5-extendedit

Try to extend the editor of TiddlyWiki5
MIT License
37 stars 10 forks source link

Template Example: Markdown style links #25

Open rasagy opened 3 years ago

rasagy commented 3 years ago

Loved this plugin, and used it to get autocomplete to work in markdown files. Wondering if you could add the markdown style link approach as an example in the templates?

{
  "pattern": "[[",
  "filter": "[all[tiddlers]!is[system]]",
  "start": "[](#",
  "end": ")",
  "startOffset" : 1
}

More details on my wiki.

snowgoon88 commented 3 years ago

Hello :o)

I will instead provide a link to http://rasagy.in/wiki/#Autocomplete-links-for-markdown as I have the impression you can have either autocomplete for markodown-style or for TW style.

What you think ?