1. The markdown way to link to other tiddlers is: [Caption for 
   link](#TiddlerName)
   If your tiddler has spaces, it needs escaping.
   [Caption to link](#Tiddler%20Name)
   2. Calling macros works just fine in Markdown text (as long as it's an 
   inline call). If you want to declare macros, you need to alter 
   "$:/config/markdown/renderWikiTextPragma" and add macrodef
   3. I think your best bet is probably transclusion. I messed around with 
   a way to mix markdown and wikitext. Results weren't great.
   4. Conversion between the two? Not that I know of. Though like Torax 
   said, you can put most wikitext in a markdown file and it'll render.
   

On Friday, April 30, 2021 at 11:05:37 AM UTC-4 Mark S. wrote:

> In the latest official markdown plugin, you can put most wikitext into 
> your markdown text that fits on *a single line*. Unfortunately, this does 
> *not 
> include links [[ ]]* because that markup resembles markdown. But you can 
> use the link widget
>
> <$link to"mytiddler/>
>
> If you want to put markdown into your wikitext, you can transclude the 
> rendered contents of a markdown tiddler into your text:
>
> {{mymarkdowntiddler}}
>
> AFAIK, no one has made a markdown-to-wikitext or vice-versa converter. You 
> could possibly use HTML as an intermediary and then convert to one or the 
> other.
>
> Markdown is the *de facto* markup language used in virtually all modern 
> apps. There is no prospect that the rest of the world will suddenly embrace 
> wikitext. It would be great if we could work seamlessly with markdown, but 
> I guess we have to use whatever work-arounds we can get.
>
> On Friday, April 30, 2021 at 7:09:36 AM UTC-7 [email protected] 
> wrote:
>
>> Hello,
>>
>> Please help me out if these are possible somehow:
>>
>>    - Linking tiddlers from MD? 
>>    - Or if possible even macros in MD?
>>    - Making part of the TW5 formatted tiddler to be rendered as MD, or 
>>    in MD to render part of it as TW5?
>>    - Conversion between TW5 and MD?
>>
>>
>> Thanks,
>> Laci
>>
>>

-- 
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/155786c9-0a66-4a3c-830b-93471ac310b7n%40googlegroups.com.

Reply via email to