to be update in the next version
- [fix] Convert Table to Bullet List, may be related to #99
- [updated] latex math add:
'≠': '\\neq'
- [feature] Settings: global configuration for format on paste #97
- [feature] several commands (e.g. decode URI) support in front matter (metadata)
- [feature] command for open settings tab directly
- [fix] convert Latex has no editor when formatting on paste
- [updated] Chinese: command translation and description of Upper/Lower heading level
- [PR] #96
- [updated] Chinese description of Upper/Lower heading level
- [fix] wrapper did not work in canvas
- [update] #93
- [feature] #90
- [feature] #89
- [feature] Only sort the todo block where the caret is. more details at #46.
- [fix]
#
for capitalizeSentence - [update] #81
- [feature] support multi-cursor for commands (#48)
- [feature] heading upper/lower for multi-lines (#83)
- [fix] remove all
(?<=)
for compatible issue (#82) - [renamed] rename
totoggle case
cycle case
(idtotogglecase
cycle-case
), renametotitlecase
title-case
. (Hotkeys on these commands need to be re-configured) - [update] beautify settings (#84)
- [feature] format on paste for plain text (#86)
- [fix]
customReplace()
: error when search contains like\.\!\?
- [update]
Chinese-punctuation
: select modification at last - [update]
math mode
:- calculation support
=
and Greek letters - if selectedText is surrounded by
$
, convert unicode Greek letters to latex commands
- calculation support
- [update]
Chinese-punctuation
: only remove spaces between Chinese characters and punctuations rather than all spaces - [update]
Format bullet list
- Keep selecting whole paragraphs after formatting rather than set cursor at the end.
- Ensure first line starts with
-
if multiple lines are selected
- [notice] refactoring i18n, but zh-tw language will be deprecated later because of the limitation of developing time.
- [feature] support #68
- [update]
Convert wikiLinks to plain markdown links in selection
: Three path modes- absolute
- relative to Obsidian
- relative to file
- [feature] collapsible heading in settings
- [feature] custom replacement
- [update] callout format: auto select whole paragraph
- [feature]
math mode
:- rename: Detect and convert characters to math mode (LaTeX)
- two characters (sub case): e.g.
a0
->$a_0$
- More ignore case should be considered. For now:
/is|or|as|to|am|an|at|by|do|go|ha|he|hi|ho|if|in|it|my|no|of|on|so|up|us|we/g
- More ignore case should be considered. For now:
- simple calculation: e.g.
ab+cd
->$a_b+c_d$
- sup case for
*
: e.g.a*
->$a^*$
- [feature] Convert wikiLinks to plain markdown links in selection (#40)
- [feature] remove trailing spaces (#61)
- [update] decodeURI
%2F
->/
- support more schemes, not only http, https, ftp, etc.
- [fix]
Chinese-punctuation
: remove blanks beside punctuation marks
- [update] Wrapper & Request API commands not need to re-enable plugin
- [update] Custom separator RegExp for "Detect and format ordered list"
- [fix] #79
- [feature] Wrapper: support template for metadata (file properties).
- [feature] New Setting: Proper nouns, which are ignored in title case. e.g., USA, UFO.
- [update] paste Zotero note: if regex fail to match, return original text in clipboard.
- [update] General: commands support Chinese language. 命令支持中文显示
- [add] Chinese README
- [fix] support canvas
- [feature] Heading upper/lower
- [update] Request API support multi API setting
- [fix] merge PR #70 : fix typo
- [feature] merge PR #69 : snakify command
- [feature] merge PR #57 : slugify command
- [update] latex-letter convert
- lowercase first default as TRUE (#65)
- fix #66
- support #67
- [feature] convert to English punctuation marks
- case: url contains () pair (#72)
- Swedish characters #74
- [update] update url regex
- [fix] decode URI
- [fix] #55
- [fix] #64
- [fix] #60
- [fix] #63
- [fix] convert table to bullet list
- [update] #56
- [update] #45
- [feature] #24
- [update] #45
- [feature] #45
- [feature] #51
- [update] #54
- [fix] #53
- [fix] #50
- [fix] #49
- [merged] #42
- [update] #41
- [fix] #38
- [feature] merge: toggle-case
- [feature] API request
- [fix] support mobile
- [update] sort todo