Skip to content

Releases: wenlzhang/obsidian-task-marker

0.3.2

23 Jan 16:42
Compare
Choose a tag to compare

Note that you might need to re-assign hotkeys for certain Task Marker commands, as the way of defining commands has changed internally in the code. Sorry for the inconvenience!

Feature

  • Show task status symbols in mark task commands

Fix

  • Support cycling the status of indented tasks. This resolves #19.

Code

  • Define commands in one step
  • Use editorCheckCallback to define commands
  • Clean up code

0.3.1

11 Jan 20:24
Compare
Choose a tag to compare
  • Allow mark completed/cancelled tasks
  • Give notifications when marking tasks with the same mark

0.3.0

31 Dec 17:17
166df3e
Compare
Choose a tag to compare

Support appending text to any line

0.2.0

31 Dec 12:33
Compare
Choose a tag to compare
  • Support creating tasks
  • Improve documentation
  • Clean up code

Initial release

29 Dec 20:54
Compare
Choose a tag to compare
Prepare for plugin release

Improve code quality with eslint.