Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/joshuawootonn/obsidian-rich-text-editor-shortcuts
- Owner: joshuawootonn
- License: mit
- Created: 2024-07-17T11:47:20.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-27T06:12:48.000Z (3 months ago)
- Last Synced: 2024-10-01T09:23:39.297Z (about 1 month ago)
- Topics: codemirror, codemirror-addon, obsidian, obsidian-md, obsidian-plugin, rich-text
- Language: TypeScript
- Homepage:
- Size: 43.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 farhttps://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