Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add option to remove common indent from note body #500

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 17, 2019

  1. add option to remove common indent from note body

    for example:
    ```
    * foo
    ** bar
       example content
         deeper indent
    ```
    will display `example content\n  deeper indent` instead of
    `   example content\n     deeper indent`.
    
    This does not apply to the EditText, because it might confuse the user when
    typing spaces at the beginning of a line, as they wouldn't show up if they are
    part of a common indent.
    Johannes Knoedtel committed Mar 17, 2019
    Configuration menu
    Copy the full SHA
    c5fbecf View commit details
    Browse the repository at this point in the history