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.


    Combined Markdown and TaskPaper mode

    Editorial
    6
    7
    6070
    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.
    • edgauthier
      edgauthier last edited by

      I'm not sure if this makes sense, but in Editorial, is there any way to get Taskpaper mode for markdown files? Specifically, I’d like to have the tagging/row highlights, ability to move lines, and task behavior (checkbox, done, etc) mixed with full markdown support.

      I tried setting one of the markdown extensions to be .taskpaper but that didn't seem to stick. I'm guessing that a document is in either Markdown or TaskPaper mode, and those can't be combined? It would be nice if they could (and then I could set the TaskPaper settings to apply for .md files), but I'm not sure how feasible this is from an implementation standpoint.

      I can already get some of the line movement through a workflow, so I can probably solve that (albeit not as cleanly as the drag handles support for TaskPaper mode). Check boxes aren't critical (more a nicety) but I suppose maybe I could get some of the tagging/row highlights via a custom template for markdown mode that responds based on how a line is tagged?

      Thanks,
      Ed

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

        This sounds a lot like the other HogBay software project, FoldingText. http://www.foldingtext.com/

        There isn't an iOS version and I think if Editorial could handle FT documents it would be awesome.

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

          This isn't possible right now, the syntax highlighting for Markdown and TaskPaper are completely separate, and you're in one mode or the the other... Long-term, I plan to make this more flexible, but I can't promise anything in the near future.

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

            I am working my way to a solution such as that. I know it is possible, but I need a better html editor workflow (working on that right now actually).

            Here are a few of the workflows I made to lay the groundwork:

            Editorial Workflow — Folding Text:

            Editorial Workflow — Keyword 2.0

            Editorial Workflow — UI Outline

            Editorial Workflow — Task to Mark 1.0a

            Editorial Workflow — Mark To Task

            Editorial Workflow — Index

            Editorial Workflow — HTML Editor 1.0a

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

              Hi,

              I have just bought Editorial and I would really like to use taskpaper mode with my folding text files. Would it be possible to allow the option to associate the .ft extension with task paper mode. I guess it is possible to rename all the folding text files with .taskpaper extension but it would be easier to just allow either file extension to use task paper mode. I can associate extensions with markdown but don't seem to be able to do the same with task paper mode.

              Many thanks
              Adrian

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

                Perhaps searching for some open source APIs will help:

                For starters:
                https://codeload.github.com/mattd/python-taskpaper/zip/master

                1 Reply Last reply Reply Quote 0
                • leejoramo.com
                  leejoramo.com last edited by

                  I too have been searching for a FoldingText app for iPhone. I much prefer the markdown syntax of FoldingText to Taskpaper. The Editorial is the closest that I have found so far. I rename my files to have the .taskpaper extension.

                  I then take all of the Markdown style # headings and add a colon : to the end.

                  ## My Heading 
                  

                  becomes

                  ## My Heading :
                  

                  This goes a long way to making the TaskPaper mode handle Markdown files. I hope that Editorial will eventually support FoldingText as a mode within markdown documents.

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