Skip to content

Instantly share code, notes, and snippets.

View AsheeshSrivastava's full-sized avatar

Asheesh Ranjan Srivastava AsheeshSrivastava

  • India
View GitHub Profile
@AsheeshSrivastava
AsheeshSrivastava / AltCheckbox.js
Created November 5, 2023 13:14 — forked from dmych/AltCheckbox.js
A script for Obsidian Templater that allows you to select a checkbox value from a menu. It is recommended to assign a template to a hotkey or a button in the mobile toolbar. Save the template as .md file to your Templater scripts folder.
<%*
let lst = ['[ ] to-do',
'[/] incomplete',
'[x] done',
'[-] canceled',
'[>] forwarded',
'[<] scheduling',
'[?] question',
'[!] important',
'[*] star',