Skip to content

Releases: dragonish/obsidian-abbreviations

Release 1.2.1

20 Jan 13:56
4e14f3f
Compare
Choose a tag to compare

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

19 Jan 14:31
20ddce2
Compare
Choose a tag to compare

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

15 Jan 14:17
44ce901
Compare
Choose a tag to compare

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

09 Jan 15:02
3a79f08
Compare
Choose a tag to compare

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

29 Jul 11:52
d599929
Compare
Choose a tag to compare

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