On Thursday, October 8, 2020 at 6:50:53 AM UTC-7, Prestige wrote: > > I am here to check if there's a way to change the implementation of > wikilinks in TW? > My md editor used [[Link | Alias]] method while TW5 uses [[Alias|Link]. Is > there a way I can change it? >
Although it is *possible* to change the underlying TWCore code for parsing wikilinks, changing this implementation would make your content incompatible with any other TiddlyWiki. However, there is this plugin, which support direct use of markdown (md) content formatting: https://tiddlywiki.com/plugins/tiddlywiki/markdown/ One note: according to the documentation for that plugin, as well as this reference: https://www.markdownguide.org/basic-syntax/#links, the markdown syntax for links is: [link text](#TiddlerTitle) not [[link|alias]] so I'm not sure that the plugin will actually help with your problem. -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/a767e9aa-33f9-498a-bdea-6cab66e4ffa6o%40googlegroups.com.

