nbossard1k downloadsCycle through various items with keyboard shortcuts. Such as days, months, true-false, log level,... anything you need.
Inspired by vim plugin : https://github.com/Konfekt/vim-CtrlXA
This Obsidian plug-in allows easy cycle through lists of keywords such as for example:
It also automatically increases/decreases numbers and dates.
Install and enable this plugin.
Go to settings of plugin, fill the lists you need.
Go to settings/hotkeys, define hotkeys for commands "Ctrl-XA cycle various items: Cycle up" and "Ctrl-XA cycle various items: Cycle Down", could be Ctrl-X and Ctrl-A (like in Vim), or any key you want...
You are ready to use it:
Refer to changelog
Note: this plugin has been started using https://github.com/obsidianmd/obsidian-sample-plugin
This is to get latest version in development.
Go to the folder containing your vault, then in subfolder ".obsidian/plugins". Git clone there the repo : https://github.com/nbossard/obsidian-CtrlXA. Restart Obsidian.
npm run devApparently Obsidian is checking content of manifest.json on "main" branch to detect for new versions. So "main" branch will now contain only releases and work will be done in "develop" branch.
This project uses "github actions" to generate (draft) releases out of tags. This is configured in file release.yml Refer to documentation: https://docs.github.com/en/actions