Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karstenpedersen/obsidian-vimium

Interact with elements using keyboard shortcuts in the spirit of Vim.
https://github.com/karstenpedersen/obsidian-vimium

obsidian obsidian-plugin vim vimium

Last synced: 2 months ago
JSON representation

Interact with elements using keyboard shortcuts in the spirit of Vim.

Awesome Lists containing this project

README

        

# Obsidian Vimium

Provides keyboard shortcuts for clicking buttons in Obsidian.

Inspired by [Vimium](https://chromewebstore.google.com/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb?hl=en) extension for Chrome.

## Features

- `Vimium: Show markers`: Show Vimium markers on clickable elements. Then press the respected keys for what element you want to click.
- Edit what CSS selectors are used to query clickable elements.
- Change font size of markers.

## Showcase

![without markers](https://raw.githubusercontent.com/karstenpedersen/obsidian-vimium/master/screenshots/screenshot-before.png)

![with markers](https://raw.githubusercontent.com/karstenpedersen/obsidian-vimium/master/screenshots/screenshot-after.png)

## Installation

### Obsidian

1. Open Settings.
2. Go to "Community Plugins".
3. Enable community plugins by pressing "Turn on community plugins".
4. Click "Browse" to browse available community plugins.
5. Search for "Vimium".
6. Click Install and enable the plugin.
7. Close the community plugins window.

## Version History

### 1.0.0

- Add `Vimium: Show markers` command to show Vimium markers on clickable elements.