Releases: dragonish/obsidian-abbreviations
Releases · dragonish/obsidian-abbreviations
Release 1.2.1
Fix
- copy: fix the missing code blocks and other text in the copied formatted content
Ui
- list: add prompt text for when no abbreviations are matched
Release 1.2.0
Unify
- extract the base class
- affixes: the data includes affix calculation results
Feat
- add copy and format content command
- add insert markdown extra syntax definition command
- support quick add abbreviations to frontmatter
- add command for manage global abbreviations
- support list all abbreviations in the current file and jump to their definition position
Enh
- metadata: support parse json properties
Alt
- yaml: remove the
js-yaml
package
Polish
- parser: filter out global abbreviations with empty name
- tool: improve method for determines empty abbreviation list
- tool: improve method for query abbreviation prompt
Perf
- view: optimize handle views with empty abbreviation list
Release 1.1.1
Polish
- hide the asterisks in continuous definition rows in the live preview
Fix
- reading: fix consecutive row definitions will be displayed in the reading view
Release 1.1.0
Adj
- mark: allow abbreviations to include
-
and&
characters.
Perf
- tool: remove duplicate judgment condition
Feat
- support markdown extra syntax
- allow match supplementary affixes for abbreviations
- allow mark abbreviations in source mode
Release 1.0.0
Feat
- support for rendering in the reading view
- support for rendering in the editing view
- support for rendering tables and callouts in the editing view
Perf
- do not handle the content without abbreviations
Fix
- fix effects not clearing after clearing abbreviations in live preview
- fix tables or callouts not reading metadata in live preview
Expand
- dom: support for rendering callout title content
Enh
- ability to respond immediately to metadata changes in live preview