No description
Find a file
2021-01-23 18:06:42 +01:00
.github/workflows github action for release on tag 2021-01-21 21:46:08 +01:00
.gitignore basic functionality 2021-01-19 23:39:54 +01:00
main.ts Refactoring and additionall check 2021-01-23 17:49:08 +01:00
manifest.json Bump version to 1.0.1 2021-01-23 18:06:42 +01:00
package.json basic functionality 2021-01-19 23:39:54 +01:00
README.md Refactoring and additionall check 2021-01-23 17:49:08 +01:00
rollup.config.js basic functionality 2021-01-19 23:39:54 +01:00
styles.css basic functionality 2021-01-19 23:39:54 +01:00
tsconfig.json basic functionality 2021-01-19 23:39:54 +01:00
versions.json Bump version to 1.0.1 2021-01-23 18:06:42 +01:00

Obsidian Min3ditorHotkeys plugin

Minimalist editor plugin adding additional hotkeys

  • Add a new line above the current line even if the cursor is not on the end of the line

    Default Hotkeys: Command + Shift + Enter

  • Add a new line after the current line even if the cursor is not on the end of the line

    Default Hotkeys: Command + Option + Enter

  • Duplicate line or selection

    Default Hotkeys: Command + D