omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. MDB
    3. Topics

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

    Topics created by MDB

    • MDB

      Force nonsuperscript character after a superscript character
      Editorial • • MDB

      3
      1
      Votes
      3
      Posts
      2234
      Views

      MDB

      Don't know why I didn't think of that! Works perfectly. Thanks!

    • MDB

      Feature request: Improve editing of file name
      Editorial • • MDB

      2
      0
      Votes
      2
      Posts
      1769
      Views

      Ophiochos

      I just registered to ask exactly this (and offer similar praise). Perhaps a prompt when you create it or the option to use the first line of text?

      Maybe that could be scripted but I'm not a programmer;) just a heavy duty multimarkdown user.

    • MDB

      1st paragraph not visible in preview
      Editorial • • MDB

      2
      0
      Votes
      2
      Posts
      1717
      Views

      omz

      This is due to the way metadata headers are handled in MultiMarkdown. Possible workarounds:

      Begin your document with an empty line Turn off MultiMarkdown in the settings (and also disable "Metadata Headers" if necessary)
    • MDB

      Create docx file using Python-docx?
      Editorial • • MDB

      4
      1
      Votes
      4
      Posts
      5247
      Views

      Webmaster4o

      @roosterboy197 I have had some success in the past simply replacing lxml functions with their xml equivalents (only works in some places). I remember getting one module to work by replacing

      import lxml.etree

      with

      import xml.etree

      sucessfully. I don't know how heavily lxml is used, but in some cases, xml can be used to do the same operations slightly less efficiently.

    • MDB

      DropboxTrash folders
      Editorial • • MDB

      1
      0
      Votes
      1
      Posts
      1077
      Views

      No one has replied

    • MDB

      Moving files from local to dropbox
      Editorial • • MDB

      2
      0
      Votes
      2
      Posts
      1811
      Views

      omz

      You can copy individual files from local storage to Dropbox like this:

      Open the file in the editor Tap on the document title Tap the Dropbox icon next to the filename, and select "Copy to Dropbox"