forked from gsantner/markor
-
Notifications
You must be signed in to change notification settings - Fork 0
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
latest #2
Merged
Merged
latest #2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
) * This commit introduces the ability to change text case within the editor, addressing issue #2390. Users can now toggle case, switch case, capitalize words, and capitalize sentences directly from the Edit menu. * Added an example to the display text of each text case.
… overview in filemanager instead (PR #2440 by @gsantner) * Remove top menu submenu to open special folders, go to virtual storage directory folder instead * There all special folders/devices/lists are available too, and only needs to be maintained at one location then * this way less duplication of those options, and all of them are available outside mainactivity too
…n older devices) PR#2455 Prevents `QuickNote.org` from being filtered out of the QuickNote file-picking dialog.
…nd download broken. (PR #2468)
* add replacepattergenerator file for orgmode we need this to set more correct patterns for orgmode lists and headings, which are different to markdown ones fix action button behaviour on unordered and ordered lists fix checkbox to only use uppercase X as per orgmode specs add heading action buttons * prevent bolding of level 3+ headings more generically, prevent emphasizing a pattern if it's made entirely of the delimiter character also fix heading and comments being highlighted across newlines we were using \s but what we really want is whitespace only and \s also matches newline orgmode headings can also be any depth, unlike markdown 1-6
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.