Desktop: Support converting multiple notes from HTML to Markdown at once#13802
Conversation
How tricky would it be to make it apply to all notes regardless of format, but then during conversion only process those in HTML format? I think that would be easier for the user, since if you have many notes you might not want to find out which one is or is not already Markdown |
It should be very easy (there's already logic for this!). Perhaps it would make sense to change the enabled condition from |
Yes I agree that would be better |
Implemented in 4f062db. |
Summary
This pull request adds a right-click and multiselect menu item when only HTML notes are selected that allows converting from HTML to Markdown.
Previously, it was only possible to convert notes from HTML to Markdown one-at-a-time through the "Convert it to Markdown to edit it more easily" banner.
Notes
convertNoteToMarkdowncommand implementation topackages/lib/commands. In the future, this should simplify adding UI to convert HTML notes to Markdown to the mobile app.Testing
Screen recording
Screencast.from.2025-11-28.09-54-37.webm
The above screen recording shows:
Additional manual testing
It has also been manually verified that: