cursor-goaway

by Xuer
5
4
3
2
1
Score: 39/100

Description

Category: Note Enhancements

The cursor-goaway plugin is a simple yet effective solution for Obsidian users who value a distraction-free writing experience. With this plugin, the cursor automatically moves out of the way after opening a text file, allowing you to focus on your content without the visual clutter of the cursor blocking the first line. This subtle but welcome change can make a big difference in your productivity and overall satisfaction with your note-taking workflow.

Reviews

No reviews yet.

Stats

13
stars
23,547
downloads
1
forks
833
days
169
days
169
days
1
total PRs
1
open PRs
0
closed PRs
0
merged PRs
7
total issues
3
open issues
4
closed issues
4
commits

Latest Version

6 months ago

Changelog

fix: enhance cursor focus handling on ArrowDown key press #5

README file from

Github

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

Usage

  • When a Markdown file is opened, the plugin temporarily removes the editor focus (about 500 ms) to hide the cursor and prevent the first line's style from being affected.
  • To immediately show the cursor and start editing, press ArrowDown (↓).
    • Focus will return to the editor and the cursor will be placed at the beginning of the first line.
    • This is a one-time trigger: it works on the first press after each file open/switch. It resets after you switch or reopen the file.
    • If it doesn't take effect, wait ~0.5 s and press it again (the key is ignored while the defocus window is active).

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.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Hider
6 years ago by @kepano
Hide Obsidian UI elements such as tooltips, status, titlebar and more
Remember cursor position
5 years ago by Dmitry Savosh
Obsidian plugin. Remember cursor position for each note
Focus Mode
5 years ago by ryanpcmcquen
Add focus mode to Obsidian.
Ninja Cursor
4 years ago by vorotamoroz
Hide Folders
3 years ago by JonasDoesThings
Toggle the visibility of folders in the Obsidian.MD file navigator based on name-patterns
Advanced Cursors
5 years ago by SkepticMystic
Remember File State
4 years ago by Ludovic Chabant
A plugin for Obsidian that remembers cursor position, selection, scrolling, and more for each file.
Cursor Location
5 years ago by Sean Slater
Display the cursors line and column in Obsidian
Scroll Offset
4 years ago by Lijyze
Scroll Offset for Obsidian
Zen Mode
a year ago by paperbenni
Dashing Cursor
4 years ago by Shukai Ni
Mark and Select
4 years ago by anselmwang
Relative Find
5 years ago by phibr0
Select current line
3 years ago by Gokul
Obsidian plugin to select the current line on 'Esc' button press.
Auto Hide Cursor
3 years ago by Mo Ismat
A simple plugin for https://obsidian.md
Soomda
3 years ago by Michael Lee
🙈 Soomda — An Obsidian plugin that lets you quickly hide your sidebars.
Character Insertion
3 years ago by TakamiChie
カーソル前に記号を挿入するプラグイン(Plug-in to insert symbol before cursor)
Cursor Bridge
2 years ago by Adam Cloud
Seamlessly bridge Obsidian and Cursor, the AI-powered code editor. Elevate your coding workflow by opening notes directly in Cursor, bringing the power of AI to your knowledge base.
Cursor Position History
a year ago by Florian Gubler
A Plugin to remember (and make accessible) the cursor history in Obsidian. Both within a file and across files.
Command Block List
2 years ago by Ryota Ushio
Hide unwanted commands from the command palette in Obsidian.
Cursor Jump
2 years ago by Sangwon Jung
Smooth Cursor
a year ago by Busyo
Obsidian光标美化插件
Cursor Position on Title Enter
a year ago by Por Chainarong Tangsurakit
Obsidian Plugin: Set the cursor position after pressing Enter on the note title.
HOME key
8 months ago by shichishima
Obsidian Plugin to move cursor to beginning of text, considering Markdown heading characters.
Move Cursor On Startup
8 months ago by Jared Kelnhofer
Obsidian plugin to move the cursor to the right and back to the left when starting up. Why? To keep DataView expressions from not running on the first load of, say, your Home file.