Skip to content

Releases: wenlzhang/obsidian-task-marker

0.5.1

16 Nov 19:18
Compare
Choose a tag to compare

Feature

  • Include list item as the first cycled status
    • A toggle is added for selecting whether to include the list item as the first cycled status or not.
  • Retain cursor location when operating on tasks
    • The cursor location is set with respect to text, excluding item/task prefix.
    • The behaviour is the same as the default Obsidian command Cycle bullet/checkbox.

0.5.0

04 Nov 22:27
Compare
Choose a tag to compare

Feature

Note that the hotkeys for the original cycling tasks commands may need to be re-configured, as the command names changed. However, no other configuration data should be lost when updating to this new version. Sorry about the inconvenience!

0.4.3

24 Jul 14:53
Compare
Choose a tag to compare

Feature

  • Support operating on items that start with + and *. This should fix #72.

0.4.2

22 Mar 16:35
Compare
Choose a tag to compare

Fix

  • Allow operating with menu items. This should fix #50.

0.4.1

16 Mar 17:48
Compare
Choose a tag to compare

This is a quick fix thanks to the GPT-4 powered IDE Cursor. Hopefully, it did not cause any other bugs. Otherwise, kindly let me know, and I will ask GPT-4 how to fix them. 😆

Fix

  • Keep cursor location when operating on task lines

0.4.0

04 Mar 13:34
Compare
Choose a tag to compare

Feature

  • Support automatically appending text according to task status
  • Support automatically appending text to a non-task line

Documentation

  • Update descriptions in plugin settings tab
  • Update plugin usage descriptions

0.3.5

17 Feb 16:00
Compare
Choose a tag to compare

Feature

  • Support cycling task status from a list item

Fix

  • Start with the correct status when reversely cycling task statuses
  • Allow operating on items that start with note and URL links

0.3.4

10 Feb 18:50
Compare
Choose a tag to compare

Feature

  • Support cycling task status reversely
    • For example, if x- Rip is configured and Support cycling task status reversely is enabled, then this new command would cycle among piR -x.
    • This might be useful if you have many statuses to cycle among.

0.3.3

04 Feb 17:30
Compare
Choose a tag to compare

Feature

  • Add two more commands for appending text

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