obsidian-task-marker
obsidian-task-marker copied to clipboard
An [Obsidian](https://obsidian.md/) plugin to change task status and append text with hotkeys and right-click context menu.
Setup a keyboard shortcut for cycling through tsak statuses, no hotkey conflicts, it just sets the next status (if anything, most of the times it doesn't recognize my item as...
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.2 to 3.2.5. Release notes Sourced from prettier's releases. 3.2.5 🔗 Changelog 3.2.4 Fix .eslintrc.json format #15947 🔗 Changelog 3.2.3 Format tsconfig.json file with jsonc parser #15927...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.49.0 to 6.21.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v6.21.0 6.21.0 (2024-02-05) 🚀 Features export plugin metadata (#8331) allow parserOptions.project: false (#8339) eslint-plugin: add rule prefer-find (#8216)...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.10 to 20.11.16. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I would like to use the the "cycle task status" command as a drop-in replacement for the built-in "cycle bullet/checkbox" command, but it seems that this isn't currently possible. For...
I have another suggestion. This is a simple usability suggestion. If a person initiates a cycled task on an empty line, I think it's safe to assume that the `-...
Bumps [obsidian](https://github.com/obsidianmd/obsidian-api) from 1.1.1 to 1.4.11. Changelog Sourced from obsidian's changelog. Changelog v1.4.4 We've exposed our helper function for setting tooltips on elements (setTooltip) as well as added a new...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 4.9.5. Release notes Sourced from typescript's releases. TypeScript 4.9.5 For release notes, check out the release announcement. Downloads are available on: npm NuGet package Changes:...
Hello! In my workflow, I'd like to automatically insert creation and completion dates for tasks. I really like the concept of your plugin, as I understand it. However, I'm having...
Sometimes, I use task with an ordered list: ```markdown 1. [ ] task ``` But plugin tell, that it is not a task. Can you support the provided format?