Skip to content

Releases: erincayaz/obsidian-colored-text

1.0.0

15 Jan 19:24
Compare
Choose a tag to compare
  • Highlight mode is added
  • Now there is a button in status bar which shows the current status of the highlight mode, it can be activated by clicking on it or by using shortcut
  • Hide plugin affects highlight mode as well
  • Now after coloring the text html will be hided immediately

0.6.0

04 Oct 17:46
Compare
Choose a tag to compare
  • Color formatting (bold, italic) now affects colored text as well. However, it only works with the shortcuts and whole text (including HTML elements) should be selected for it to work. The other cases, such as wrapping colored text by hand, removing the color and selecting more than one text with colored text in it are not covered yet. I want to implement those as well however it is hard to do, so I want to first give a way to make colored text bold, italic until then. #20
  • Disable plugin in status bar is added to settings #26
  • Some code cleanup

0.5.0

03 Sep 13:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.1...0.5.0

0.4.1

27 Jul 21:16
6141672
Compare
Choose a tag to compare

What's Changed

  • Command names changed
  • You can now open color modal by clicking selected color cell

Full Changelog: 0.4.0...0.4.1

0.4.0

08 Jul 18:10
1a84077
Compare
Choose a tag to compare

What's Changed

  • add favorite colors to color picker and clickable status bar by @rl16432 in #14
  • Update manifest.json by @erincayaz in #13

Full Changelog: 0.3.0...0.4.0

0.3.0

26 Jun 17:26
71554e2
Compare
Choose a tag to compare
  • Cursor returns inside span when command is used
  • Added context menu, now mouse can be used to change color as well. When mouse is used cursor will be outside span
  • Fixed a bug which causes default color to be black when plugin is reloaded
  • Changed the name of the setting

What's Changed

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0

29 May 16:48
Compare
Choose a tag to compare
  • You can adjust the count of color cells in the status bar within the range of 1 to 20 through the settings.
  • Minor bug fixes

0.1.0

24 Apr 23:32
6c33937
Compare
Choose a tag to compare

First release