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.


    Pick Different CSS Files

    Editorial
    1
    1
    1017
    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.
    • CoryBradford
      CoryBradford last edited by

      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?

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