Skip to content

Martin-Milbradt/obsidian-cycle-checkboxes

Repository files navigation

Obsidian Cycle Checkboxes Plugin

This is a plugin for Obsidian (https://obsidian.md).

It offers two configurable commands Cycle forward and Cycle backward, that offer more functionality than the basic functions Toggle checkbox status and Cycle bullet/checkbox.

Configuration

List all checkbox "fillings" you want in your rotation and if you want the basic bullet point and "no checkbox".

image

Note

This plugin makes most sense in combination with CSS that beautifies your checkboxes, such as the Minimal Checklists.

How to use

  • Clone this repo.
  • Make sure your NodeJS is at least v16 (node --version).
  • npm i or yarn to install dependencies.
  • npm run dev to start compilation in watch mode.

Manually installing the plugin

  • Copy over main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/obsidian-cycle-checkboxes/.