Single Click Focusing

by thisiselijah
5
4
3
2
1
New Plugin

Description

Allows focusing files and folders in the file explorer with a single left click. - This plugin has not been manually reviewed by Obsidian staff.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Single Click Focusing (Obsidian Plugin)

Obsidian

Allows focusing files and folders in the file explorer with a single left click.

Motivation: The default Obsidian file explorer requires multiple clicks to rename a file or folder. This plugin alters the behavior to match the native macOS Finder interaction model, where a single click on an item selects and focuses it, allowing you to instantly press Enter to rename it.

Features

  • Files: Clicking a file will open it normally, but immediately return keyboard focus (and the focus outline) back to the file explorer. This allows you to press Enter to rename it or use arrow keys to navigate immediately without manually clicking the explorer again.
  • Folders: Clicking a folder's name will select and focus it, without automatically expanding or collapsing it. You can press Enter to rename it. To expand or collapse a folder, click the arrow (>) icon on the left.

Installation

Community Plugins (Once Approved)

  1. Search for Single Click Focusing in Obsidian's Community Plugins.
  2. Click Install and then Enable.

Manual Installation

  1. Download the latest main.js and manifest.json from the Releases page.
  2. Place them in your vault's .obsidian/plugins/single-click-focusing/ folder.
  3. Reload Obsidian and enable the plugin.

How to Build

  1. Clone the repository.
  2. Run npm install.
  3. Run npm run build.

Star History

Star History Chart

License

This project is licensed under the MIT License.