No description
Find a file
Karsten Pedersen f2227f5532
Merge pull request #4 from dongwook-chan/feature/hide-markers-with-backspace
feat: add setting to toggle backspace key for hiding markers
2024-10-27 11:31:43 +01:00
screenshots Clean code and add screenshots 2024-06-21 19:19:00 +02:00
src Merge pull request #4 from dongwook-chan/feature/hide-markers-with-backspace 2024-10-27 11:31:43 +01:00
.editorconfig Initial commit 2024-01-25 19:43:22 +01:00
.envrc Clean code and add screenshots 2024-06-21 19:19:00 +02:00
.eslintignore Initial commit 2024-01-25 19:43:22 +01:00
.eslintrc Initial commit 2024-01-25 19:43:22 +01:00
.gitignore Clean code and add screenshots 2024-06-21 19:19:00 +02:00
.npmrc Initial commit 2024-01-25 19:43:22 +01:00
esbuild.config.mjs Setup, add marks, and begin on settings tab 2024-01-25 23:41:55 +01:00
flake.lock Setup, add marks, and begin on settings tab 2024-01-25 23:41:55 +01:00
flake.nix Remove code with errors 2024-10-27 11:05:45 +01:00
LICENSE Create LICENSE 2024-06-21 20:03:49 +02:00
manifest.json Update description 2024-06-21 19:48:59 +02:00
package-lock.json Setup, add marks, and begin on settings tab 2024-01-25 23:41:55 +01:00
package.json Update package.json information 2024-10-27 11:12:54 +01:00
README.md Update README.md 2024-06-22 08:42:47 +02:00
styles.css Clean code and add screenshots 2024-06-21 19:19:00 +02:00
tsconfig.json Initial commit 2024-01-25 19:43:22 +01:00
version-bump.mjs Initial commit 2024-01-25 19:43:22 +01:00
versions.json Initial commit 2024-01-25 19:43:22 +01:00

Obsidian Vimium

Provides keyboard shortcuts for clicking buttons in Obsidian.

Inspired by Vimium 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

with markers

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.