-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
Context based formatting #363
Comments
I think this is out of scope for this app. IMHO this fits better to e. g. NextNotes (i don't know if they have an companion android client) because the focus of this app is writing and not formatting. |
I'm happy with the Nextcloud serverside Notes service. I'd only like to have easier support on Android side to edit/write markdown: have the Markdown commands/characters always directly accessible on the onscreen-keyboard (as in Markor) without need to switch keyboard between signs and characters all the time. |
This might help with the implementation: https://stackoverflow.com/questions/12995439/custom-cut-copy-action-bar-for-edittext-that-shows-text-selection-handles/13004720#13004720 |
- removing markdown disabled, because it does not work properly and might cause data loss
- render 'bold' & 'italic' in pop-over-menu in bold & italic
- place cursor at the end of the selection after markdown has been added
Okay, this is already in master. I will soon release a new version containing those improvements. We should keep tracking further features regarding Context based formatting in new issues - otherwise we will have a never ending issue here :) |
- Use selection as link target instead of label when it starts with `http`
@stefan-niedermann so cool! Great work there. :) |
I'm using nextcloud-notes on android together with nextcloud notes on the server and qownnotes on the desktop to manage the notes using markdown. Sync working fine for me. A feature I'm missing is some better support for editing markdown in the android app eg. some buttons for easily inserting markdown characters, similar as it is in Markor (which I couldn't get to sync with nextcloud android client so far).
The text was updated successfully, but these errors were encountered: