omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. CoryBradford

    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.


    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    CoryBradford

    @CoryBradford

    0
    Reputation
    588
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    CoryBradford Unfollow Follow

    Latest posts made by CoryBradford

    • Pick Different CSS Files

      Does anyone know how to pick different CSS files for output? I created a workflow that has the following actions:

      1. Document Text
      2. Convert Markdown
      3. Set Variable (variable name: markdown; store the markdown text)
      4. Get File Contents (I specify css.css as the CSS file i want)
      5. Set variable (variable name: css; stores the text contents of the css.css file)
      6. Generate text (setup HTML; use <style>css</style> and <body>markdown</body>)
      7. Serve HTML (A python script from another workflow that in essence prepends pdf to the http address which then opens in Readdle PDF Converter.

      What I was hoping is if there was a way at step 4 to pick a css file to use. Depending on what I am writing I use different stylings for the output. I don't know python, so if that is the solution, can someone help me write the script?

      posted in Pythonista
      CoryBradford
      CoryBradford
    • Pick Different CSS Files

      Does anyone know how to pick different CSS files for output? I created a workflow that has the following actions:

      1. Document Text
      2. Convert Markdown
      3. Set Variable (variable name: markdown; store the markdown text)
      4. Get File Contents (I specify css.css as the CSS file i want)
      5. Set variable (variable name: css; stores the text contents of the css.css file)
      6. Generate text (setup HTML; use <style>css</style> and <body>markdown</body>)
      7. Serve HTML (A python script from another workflow that in essence prepends pdf to the http address which then opens in Readdle PDF Converter.

      What I was hoping is if there was a way at step 4 to pick a css file to use. Depending on what I am writing I use different stylings for the output. I don't know python, so if that is the solution, can someone help me write the script?

      posted in Editorial
      CoryBradford
      CoryBradford