omz:forum

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

    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 7
    • Posts 43
    • Best 2
    • Controversial 0
    • Groups 0

    NikkiSchwartzVB

    @NikkiSchwartzVB

    2
    Reputation
    1180
    Profile views
    43
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    NikkiSchwartzVB Unfollow Follow

    Best posts made by NikkiSchwartzVB

    • RE: CSV to mmd table

      And soooooooo.....

      Here is a workflow for this step of my process. http://www.editorial-workflows.com/workflow/5771846762889216/xI4LXsctvGg

      The csv is exported from iOS Numbers into editorial. This workflow takes the file contents of that csv (which is default named Blank.csv) and converts it to a mmd table, adds borders in the HTML step. Replaces the csv text with the mmd table... and in the shared workflow outputs to a PDF file. I'll save that step until I'm done with the whole report.

      All python thanks to @ccc , who is effing fantastic.

      πŸ’ƒπŸ»πŸ•ΊπŸΌπŸ’₯πŸŒŸβœ¨πŸ’«πŸΎπŸ₯‚πŸŽ†πŸŽ‡πŸŽ‰

      posted in Editorial
      NikkiSchwartzVB
      NikkiSchwartzVB
    • RE: Conditional if then, with math, less than, greater than

      @dgelessus @ccc

      I finally made it work. You both will understand better than I. (Have I mentioned I have literally nearly zero experience coding... outside of things like Editorial and the Workflow app and copy and pasting some HTML stuff).

      That said. Someone throw a party!

      #coding: utf-8
      import datetime
      import workflow
      
      ymd = workflow.get_variable('DOB')
      year, month, day = ymd.split(',')
      delta_t = datetime.date.today() - datetime.date(int(year.strip()), int(month.strip()), int(day.strip()))
      age = int(delta_t.days / 365.2425)
      workflow.set_variable('age of client', str(age))
      workflow.set_output(str(age))
      
      posted in Editorial
      NikkiSchwartzVB
      NikkiSchwartzVB

    Latest posts made by NikkiSchwartzVB

    • RE: Is this app still alive?

      Any idea if editorial has just been abandoned? I reached out to @omz on Twitter with no response. It’s still working fairly well for something that’s last update was 2 years ago (which speaks to how incredible it is), but some of my workflow are broken now and I am not sure its worth the time to try to fix it all, if there isn’t going to be an update at some point. Anyone know?

      posted in Editorial
      NikkiSchwartzVB
      NikkiSchwartzVB
    • RE: Adding a page header to PDF output

      @omz thanks again! It's overall fan friggin tastic. :)

      I'll play with this soon

      posted in Editorial
      NikkiSchwartzVB
      NikkiSchwartzVB
    • RE: Adding a page header to PDF output

      I had a chance to play with it last night. It's fantastic.

      There is a weird character that shows up at the end of the header text, a black box. But it's not a deal breaker.

      Otherwise, it's perfect.

      posted in Editorial
      NikkiSchwartzVB
      NikkiSchwartzVB
    • RE: Editorial as a 3rd party keyboard. (Fantasy World)

      I love Workflow... I use it to schedule appointments from contact info, with specific notes and send automatic confirmation emails.

      I wonder if workflow could make editorial interface with PDFEXPERT?

      (Actually the r/workflow is where I found out about Editorial)

      posted in Editorial
      NikkiSchwartzVB
      NikkiSchwartzVB
    • Editorial as a 3rd party keyboard. (Fantasy World)

      I'm sure I'm not the first person to think of this... But how awesome would it be if editorial could run as a 3rd party keyboard being able to function in the text sections of other apps, like PDFexpert or Pages. Running workflows and other such amazingness.

      Sigh. That would be incredible.

      posted in Editorial
      NikkiSchwartzVB
      NikkiSchwartzVB
    • RE: Adding a page header to PDF output

      Yes, please! And thank you?

      I had assumed this was a lost cause.

      It'll take me a few days to check this out and implement it.

      I'm planning on trying to simplify some of the workflow I've created on the directory as well... In an effort to contribute to the community, FWIW.

      The workflows I've put together to write this report have worked well. Albeit with some bugs, but that is to be expected.

      Thank you all, again, so much!

      posted in Editorial
      NikkiSchwartzVB
      NikkiSchwartzVB
    • RE: Adding a page header to PDF output

      The best idea I can come up with is to open the file in PDFExpert, where it is added to the client's file and then use a stamp to add their name and DOB to the top of each page. It's cumbersome, but in the last step I have editorial Add that information to the clipboard. So, at least I don't have to type it all in when I create the new stamp.

      The only pdf app that seems to add page numbers is pdfpen. But it doesn't have customized stamps on ios... So it would mean one more step... Getting less and less simple by the minute πŸ˜‚. I may decide to forgoe (sp?) page numbers until @omz is able to come up with a more efficient solution, if it's possible in some future fantasy world. πŸ˜‰

      posted in Editorial
      NikkiSchwartzVB
      NikkiSchwartzVB
    • RE: Broken links in online Editorial Workflow Directory

      I noticed this, but thought it needed to be opened in editorial to click the link. That would be useful.

      posted in Editorial
      NikkiSchwartzVB
      NikkiSchwartzVB
    • RE: Adding a page header to PDF output

      Adding page numbers and headers/footers seems to be elusive, after some more digging.

      And I thought this would be the easy part.

      @ccc any ideas?

      posted in Editorial
      NikkiSchwartzVB
      NikkiSchwartzVB
    • Adding a page header to PDF output

      Per usual, I've searched the forum and found ... nothing. πŸ˜‚

      Anyway to add a header to each page of the PDF output? Ideally this would include the client's name, dob, and the page number of the PDF itself... too much to ask? I'm crossing my fingers. (Both client's name and dob are stored in separate files from earlier workflows in the process)

      I could do this as an outside process in PDFOffice, but automated in editorial would be waaaAaay better.

      TIA!

      I just wondered if I could somehow abuse the footnote for this purpose? I'd prefer it at the top starting on p2... but ya know, beggars can't be choosers,,, so I'd be happy with any kind of fix for this.

      posted in Editorial
      NikkiSchwartzVB
      NikkiSchwartzVB