Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshuawootonn/obsidian-rich-text-editor-shortcuts

Create and toggle checkboxes, paste links wrapping your current selection, and toggle underline without leaving the keyboard.
https://github.com/joshuawootonn/obsidian-rich-text-editor-shortcuts

codemirror codemirror-addon obsidian obsidian-md obsidian-plugin rich-text

Last synced: about 1 month ago
JSON representation

Create and toggle checkboxes, paste links wrapping your current selection, and toggle underline without leaving the keyboard.

Awesome Lists containing this project

README

        

# Obsidian Rich Text Editor Shortcuts

I created this plugin to port some of my favorite richtext editor shortcuts from Notion to Obsidian.
Here is a list so far

https://github.com/user-attachments/assets/25f283f4-b284-45f0-be45-8da0a4ae26c9

- `[]-space` to create a unchecked checkbox
- `[x]-space` to create a checked checkbox
- `mod-shift-enter` to toggle checkbox status
- This is based on `shift-enter` Notion shortcut
- `mod-v` to create a link when the clipboard contains a URL and selection is a range
- `mod-shift-k` to create a local / relative link within your vault
- This is based on `shift-k` Notion shortcut
- `mod-u` to toggle underline