Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 610 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 610 Bytes

obsidian-plugin-cursor-goaway

make cursor goaway after open a text file

before vs after

before 😑

When the file is opened, the cursor is automatically positioned in the first line and enters the editing mode, which affects the display effect of the first line

cursor-goaway-before

after 😀

cursor-goaway-after

Local Dev

  • 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.