omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    A bunch of workflows to help manage MD links

    Editorial
    3
    4
    2464
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • jonmoore
      jonmoore last edited by

      Here's a bunch of workflows to help manage links.

      These first three are based on the original Seth Brown python script Formd; which is also the basis of a few Brett Terpestra's Markdown Service Tools on OS X. However the original script was launched via a command line argument to change it's functionality so I've separated the three functions into separate workflows.

      'Links 2 reference'

      'Links 2 inline'

      'Links flip'

      Full explanations for each, inclusive of a link to the original GitHub documentation is included with each workflow.

      This next one adapts the Federico Viticci workflow for creating MD links from whatever page is open in the internal browser and enables it to work with info stored in the clipboard too. This is not only great if you're doing a research session in browsers external to Editorial but it's great for creating wiki style links to other Editorial docs in your repository (local or Dropbox). The great thing about Federico's original workflow is that it allows you to choose inline or reference when creating the MD link.

      'Link MD (clipboard)'

      Much like Frederico I sometimes like to work with inline links when creating my documents but once the document is final I convert them all to reference links. These few workflows are a great help here

      I find the best way to manage these workflows is to create launch palettes on my bookmark bar (which are effectively workflows to launch other workflows - another trick I picked up from reading Federico Viticci's excellent Editorial ebook). Whilst these are simple to create a couple of the steps aren't obvious so I'll create another forum post that takes you through the steps involved later today.

      1 Reply Last reply Reply Quote 0
      • minnepicker
        minnepicker last edited by

        Here's one for creating an image link too.

        'Image Link'

        1 Reply Last reply Reply Quote 0
        • the_buch
          the_buch last edited by

          Good stuff Jon. I looked at that script, the Formd one, a while back and thought about that but never got around to making anything. This should be handy. Thanks.

          1 Reply Last reply Reply Quote 0
          • jonmoore
            jonmoore last edited by

            @the_buch

            The other approach I suppose would be to use the script via Pythonista seeing as you can add a command line argument as part of the URL. I thought about this but breaking it up into three separate scripts seemed a better option in the long run. Especially if you create a launch palette for all your MD related workflows.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            Powered by NodeBB Forums | Contributors