Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Very simple plugin to convert lists into checkboxes in org-mode files

License

NotificationsYou must be signed in to change notification settings

massix/org-checkbox.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Small plugin to convert list into checkboxes and viceversa.

Installation

To install the plugin, simply add the following lines with your favouriteplugin manager, the example below is usingLazy:

{"massix/org-checkbox.nvim",config=function()require("orgcheckbox").setup()end,ft= {"org"},}

Usage

The plugin automatically registers a buffer-local mapping set by default to<leader>oC which, if triggered on a list item it will toggle it between acheckbox and a standard list item.

If you want to change the default mapping, callsetup with anlhs option:

{"massix/org-checkbox.nvim",config=function()require("orgcheckbox").setup({lhs="<leader>oT"})end,}

About

Very simple plugin to convert lists into checkboxes in org-mode files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp