Skip to content

Latest commit

 

History

History
92 lines (42 loc) · 4.2 KB

CHANGELOG.md

File metadata and controls

92 lines (42 loc) · 4.2 KB

Changelog

0.0.13 (2022-05-13)

Fixes

  • 🐛 Remove pluginTypes of plugins which aren't installed anymore (ddb2d45)

0.0.12 (2022-05-13)

Features

  • ✨ Option to ignore types from suggestion list (#7) (91f0396)

0.0.11 (2022-05-13)

Features

  • ✨ Place cursor inside coeblock labels {}, if enabled (37e9a2b)

Fixes

  • 🐛 Match lowerCase (9ecd891)
  • 🐛 Obsidian now adds a line break in newer versions (074fac9)
  • 🐛 SetValue of toggle to actual saved value (b8aef24)

0.0.10 (2022-02-13)

Features

  • ✨ Toggle to add codeblock label at end of cb type (fix #5) (8b18091)

0.0.9 (2022-02-13)

0.0.8 (2022-02-13)

Fixes

  • Also check pluginTypes when adding addToCustomTypes button (d90ad74)

0.0.7 (2022-02-13)

0.0.6 (2022-02-13)

Features

  • Button to add new template type to custom types (fbaf788)
  • Use $|$ to set where cursor is placed after inserting template (2c360ce)

Fixes

0.0.5 (2022-02-13)

Features

  • ✨ Codeblock templates! (4f89c9d)

0.0.4 (2022-01-24)

Fixes

  • 🐛 Work with auto pair markdown syntax core setting (#3) (ac3311b)

0.0.3 (2022-01-24)

Documentation

Fixes

  • 🐛 Don't add new line if there is already content inside the codeblock (fix #2) (9bb9bcf)

0.0.2 (2022-01-23)

Features

  • ✨ Working suggestor with custom types (4f043af)