appml / neutrinote

neutriNote - the original extensible Markdown + Math note app. Non-commerical. No lock-ins. Only 3 MB footprint & highly optimized. Designed for plaintext purists.
GNU General Public License v3.0
335 stars 23 forks source link

Default to markdown view #78

Closed ippocratis closed 2 weeks ago

ippocratis commented 2 weeks ago

Is your feature request related to a problem? Please describe. It makes more sense to want to preview already edited notes and only hit edit if you want to re-edit them

Describe the solution you'd like Opening a note should default to markdown view. Creating a note to edit mode

Describe alternatives you've considered Well, I just tap on the markdown view button each time I open any note.

Additional context None. Thanks for the amazing app.

appml commented 2 weeks ago

Use this flag:

com.appmindlab.nano.pref_open_in_markdown

See also

ippocratis commented 2 weeks ago

Use this flag:

com.appmindlab.nano.pref_open_in_markdown

See also

Thanks for pointing to the right place in the documentation.

Missed that.

Closing