github roodolv/markdown-toggle.nvim v0.1.1

latest release: v0.1.2
11 months ago

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 to true if you want.
  • Renamed two enable_XXX_cycle options to cycle_XXX_table: f01de67
  • Added Cycling-only API functions: f01de67
    • You can now set up separate keymaps for toggling and cycling with list_cycle() or checkbox_cycle()
  • Added default keymaps for auto-setup: f01de67
    • <Leader><C-l> calls list_cycle()
    • <Leader>mC calls switch_list_before_box()
  • Changed default keymaps for auto-setup: f01de67
    • <M-x> now calls checkbox()
    • <Leader><M-x> now calls checkbox_cycle()

Don't miss a new markdown-toggle.nvim release

NewReleases is sending notifications on new releases.