BREAKING CHANGES
- Removed Mimicking Obsidian options: f01de67
Features
- Added a new option
list_before_box
to replace the Obsidian-related options: f01de67- NOTICE: The default value is
false
. Set it totrue
if you want.
- NOTICE: The default value is
- Renamed two
enable_XXX_cycle
options tocycle_XXX_table
: f01de67 - Added Cycling-only API functions: f01de67
- You can now set up separate keymaps for toggling and cycling with
list_cycle()
orcheckbox_cycle()
- You can now set up separate keymaps for toggling and cycling with
- Added default keymaps for auto-setup: f01de67
<Leader><C-l>
callslist_cycle()
<Leader>mC
callsswitch_list_before_box()
- Changed default keymaps for auto-setup: f01de67
<M-x>
now callscheckbox()
<Leader><M-x>
now callscheckbox_cycle()