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.


    Why no Editorial share sheet?

    Pythonista
    editorial share sheet
    2
    3
    3146
    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.
    • jesse_the_k
      jesse_the_k last edited by

      So I'm a long-time Editorial user, but not a programmer. Most of the workflows discussion here is incomprehensible to me.

      I see references to using Drafts to grab text from one place and then move it to Editorial. Hmm, OK. But how can I move text -- selected paragraph from a web page in Safari, or a tweet or FB post -- directly to Editorial?

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

        If you manually copy the text in Safari, Twitter, or Facebook then you can switch to Editorial and executive a script like:

        import clipboard
        text = clipboard.get()
        if text:
            print('Clipboard text is:', text)
        else:
            print('Clipboard has no text.')
        
        1 Reply Last reply Reply Quote 0
        • jesse_the_k
          jesse_the_k last edited by

          Cool, that's almost what I'm after.

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