Skip to content

Releases: nothingislost/obsidian-dynamic-highlights

0.3.1

22 Jun 14:30
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release
  • Fix issue with settings relating to dynamic highlighters not updating properly
  • Fix issue #58 where link clicks can be ignored when dynamic highlighting is enabled
  • Set the minimum highlight delay to 200ms for the dynamic highlighter

0.3.0

12 Jun 22:03
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • Preemptive release to support the upcoming CodeMirror 6.0 changes
  • You can only upgrade to this once Obsidian 0.15.x is available

0.2.5

17 Feb 23:29
Compare
Choose a tag to compare
  • Fix an esbuild issue
  • Switch to a fork of Pickr that fixes requestAnimationFrame issues
  • Removed an errant package import

0.2.4

17 Feb 22:51
Compare
Choose a tag to compare
bump version

0.2.3

17 Feb 17:33
Compare
Choose a tag to compare
  • Fix an issue that was causing the color pickr to use resources even after the settings modal was closed

0.2.2

14 Feb 15:18
Compare
Choose a tag to compare
  • Fix conflict with Shell Commands plugin caused due to a RegExp Match shim
    • Please restart Obsidian for this update to take effect
  • Escape will again properly close the settings UI until I find a better way to only enable that while the CSS editor is focused

0.2.1

21 Jan 17:43
Compare
Choose a tag to compare
  • Fixed a bug that was preventing CSS styles from updating

0.2.0

21 Jan 15:40
Compare
Choose a tag to compare
  • Add import/export feature
  • Add ability to associate custom CSS with a highlighter
  • Add a custom editor to the settings UI with CSS syntax highlighting and auto-complete
  • Settings UI layout improvements
  • Improvements to the mobile UI

0.1.6

19 Jan 06:08
Compare
Choose a tag to compare
0.1.6 Pre-release
Pre-release
  • Fix settings UI bugs on mobile.
    • Settings should be much more usable on mobile now.

0.1.5

19 Jan 00:58
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release
  • Add the option to add static classes to the start and end of a match
    • The class names will be -start and -end
    • Use these to place icons or anything that takes up space to the beginning or end of your match