• Yokemate of Keyboards
    Yokemate of Keyboards
    Papiosaur
    Posts: 2377 from 2003/4/10
    From: France
    Open FlowStudio, create a file with this code and save it to sys:prefs/Ambient/Filtypes/text/x-md
    and you could read a conversion of your MD file in HTML format on Wayfarer.

    Code:
    AMTD
    1
    Type text/markdown
    Name Markdown document
    Match
    PatternHint #?.(md|MD)
    Name #?.(md|MD)
    End
    Action
    Name Read Markdown file
    Event DoubleClick
    Command AMIGADOS cmark %sf >RAM:T/file.html
    Command AMIGADOS openurl file:///RAM:T/file.html
    Flag cd source
    End
    End


    I'm not a specialist of Mimetype, maybe it could be improved.
  • »07.02.25 - 15:39
    Profile Visit Website