Keyshots

by KrazyManJ
5
4
3
2
1
Score: 62/100

Description

Category: Coding & Technical Tools

The Keyshots plugin enhances Obsidian by introducing powerful hotkey commands inspired by popular IDEs such as Visual Studio Code and JetBrains IDEs. It provides functionality like moving lines up or down, duplicating lines or selections, transforming text case, sorting lines, inserting callouts, and toggling editor features such as line numbers and readable line length. The plugin also includes advanced features like multi-caret editing, double-key commands, and regex-based search and replace. With customizable hotkey presets for various IDEs, it caters to diverse workflows and improves text editing efficiency within Obsidian.

Reviews

No reviews yet.

Stats

132
stars
15,551
downloads
7
forks
1,226
days
90
days
90
days
8
total PRs
2
open PRs
1
closed PRs
5
merged PRs
24
total issues
1
open issues
23
closed issues
27
commits

Latest Version

3 months ago

Changelog

Release 2.8.1

Improvements

  • Added icon for obsidian plugin in settings
  • Redesigned settings tab to match new layout

README file from

Github

Obsidian Plugin Downloads Release date GitHub Release Date License Build Status

Keyshots is an Obsidian plugin that adds classic hotkey/shortcuts commands from popular IDEs like Visual Studio Code or JetBrains Family.

🌠 Visual examples

Keyshots adds actions like move line up or down...

...add caret cursor up or down...

...insert lines above or below...

...duplicate line up or down...

...duplicate text or selection...

...toggle readable line length inside editor...

...toggle line numbers inside editor...

...encode or decode URI text...

...transform selected texts to lowercase, uppercase or titlecase...

...join selected lines to one line...

...split selections on new line and trim selection...

...sort selected lines with alphanumeric comparison...

...transform selections to or from snakecase...

...and much more commands to explore! (And more are comming soon)

⌨️ List of Keyshots commands with IDE Mappings

Here is a full list of all Keyshots commands with mappings of hotkeys that are available. If any of hotkey for IDE action is missing, Keyshots mappings hotkey is used instead (This behavior can be changed in settings).

Hotkeys Keyshots Default Mappings Visual Studio Code JetBrains IDEs Microsoft Visual Studio
Duplicate line up (Visual Studio Code) Shift + Alt + ↑ Shift + Alt + ↑
Duplicate line down (Visual Studio Code) Shift + Alt + ↓ Shift + Alt + ↓
Duplicate selection or line (JetBrains IDEs) Ctrl + Alt + D Ctrl + D Ctrl + D
Insert line above Ctrl + Shift + Enter Ctrl + Shift + Enter Ctrl + Alt + Enter Ctrl + Enter
Insert line below Shift + Enter Ctrl + Enter Shift + Enter Shift + Enter
Join selected lines Ctrl + Shift + J Ctrl + J Ctrl + Shift + J
Move selected lines down Alt + ↓ Alt + ↓ Shift + Alt + ↓ Alt + ↓
Move selected lines up Alt + ↑ Alt + ↑ Shift + Alt + ↑ Alt + ↑
Reverse selected lines Alt + R
Shuffle selected lines Ctrl + Shift + Alt + S
Sort selected lines Ctrl + Shift + S
Indent Alt + ]
Unindent Alt + [
Better insert callout Shift + Alt + C
Insert code block Ctrl + Shift + `
Insert ordinal numbering Shift + Alt + N
Insert Table Shift + Alt + T
Change Keyshots preset Ctrl + Shift + P
Open Keyshots settings tab Ctrl + Alt + ,
Switch Keyshots case sensitivity Ctrl + Alt + I
Switch 'inline title' setting Ctrl + Alt + T
Switch 'line numbers' setting Ctrl + Alt + N
Switch 'readable line length' setting Ctrl + Alt + R
Reopen current note Alt + Q
Open developer tools F12
Toggle focus mode Ctrl + Alt + F
Duplicate tab Ctrl + Alt + D
Close all foldable callouts Shift + Alt + L
Open all foldable callouts Shift + Alt + O
Toggle all callouts fold state Shift + Alt + K
Toggle case (JetBrains) Ctrl + Shift + U Ctrl + Shift + U
Transform selections to lowercase Alt + U Ctrl + Shift + U
Replace by Regular Expression (Regex) Ctrl + Alt + H
Toggle selections kebabcase Alt + -
Toggle keyboard input (<kbd>) Ctrl + Shift + K
Toggle selections snakecase Shift + Alt + -
Toggle underline Alt + N
Toggle selections URI encoded/decoded string Ctrl + Alt + U
Transform selections to titlecase (capitalize) Alt + C
Trim selections Alt + T
Add caret cursor down Ctrl + Alt + ↓ Ctrl + Alt + ↓ Shift + Alt + ↓
Add caret cursor up Ctrl + Alt + ↑ Ctrl + Alt + ↑ Shift + Alt + ↑
Select all word instances Ctrl + Shift + L Ctrl + Shift + L Ctrl + Shift + Alt + J Shift + Alt + ;
Select multiple word instances Ctrl + D Ctrl + D Alt + J Shift + Alt + .
Search by Regular Expression (Regex) Ctrl + Alt + S
Split selections by lines Ctrl + Alt + L
Expand line selections Alt + E Ctrl + L Ctrl + W Shift + Alt + =
Split selections on new line Alt + S
Go to next fold Ctrl + Alt + ]
Go to previous fold Ctrl + Alt + [
Go to parent fold Ctrl + Alt + P

✌️⌨️ Double-Key commands

Double key commands are feature used in JetBrains IDEs, that are doing certain actions after specific key is pressed twice.

Now Keyshots has two double-key commands:

  • Pressing and holding last key and then press ↑ or ↓ will add caret cursor just like Add caret cursor up or Add caret cursor down do
  • If you have internal plugin Quick Switcher enabled, then this shortcut will open quick switcher window just like Ctrl + O does

If you do not like them, then you can disable them in settings.

🎛️ Settings

Adds ability to choose default hotkeys mappings by IDEs presets. You can also configure behavior of some commands.

You can choose from these IDEs presets:

  • Clear (everything blank; set in default when keyshots are installed)
  • Visual Studio Code
  • JetBrains IDEs Family (IntelliJ IDEA, PyCharm, WebStorm, ... )
  • Microsoft Visual Studio
  • Keyshots default hotkeys mappings

You can change it also via modal window inside obsidian that you can open with command "Change Keyshots preset" with Ctrl + Shift + P shortcut.

⚠️ Possible conflicts:

Some IDE commands have hotkey, that is already set to another Obsidian action and that results into conflict.

Here is list of all possible conflicts:

Hotkey Visual Studio Code JetBrains IDEs Microsoft Visual Studio Obsidian Action
Ctrl + L Expand line selections Toggle checkbox status
Ctrl + Enter Insert line below Insert line above Open link under cursor in new tab
Ctrl + W Expand line selections Close current tab
Ctrl + Alt + Enter Insert line above Open link under cursor to the right

My conflicts handling

For default Keyshots mappings I will take care of all conflicts with Obsidian hotkeys. However, mind that I can take care of obsidian hotkeys only meaning that plugins hotkeys are irrelevant and impossible to handle due to unlimited plugin amount.

Also, obsidian team recommends to don't set default hotkeys for commands and that is why Keyshots installs with "clear" preset!

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Note Toolbar
2 years ago by Chris Gurney
Flexible, context-aware toolbars for your notes in Obsidian.
Smart Composer
2 years ago by Heesu Suh
AI chat assistant for Obsidian with contextual awareness, smart writing assistance, and one-click edits. Features vault-aware conversations, semantic search, and local model support.
Hotkeys++
6 years ago by Argentina Ortega Sainz
Adds hotkeys to toggle todos, ordered/unordered lists and blockquotes in Obsidian
Tab Switcher
5 years ago by Vinzent & phibr0
Tab Switcher - Obsidian Plugin
TODO | Text-based GTD
5 years ago by Lars Lockefeer
Hotkey Helper
5 years ago by PJ Eby
Easily see and access any Obsidian plugin's options pane or hotkey assignments (including conflicts) from the Community Plugins tab
Tasks Calendar Wrapper
3 years ago by zhuwenq
This plugin currently provides a timeline view to display your tasks from your obsidian valut, with customizable filters and renderring options.
Modal forms
3 years ago by Danielo Rodriguez
Define forms for filling data that you will be able to open from anywhere you can run JS
Contribution Graph
2 years ago by vran
generate interactive gitxxx style contribution graph for obsidian, use it to track your goals, habits, or anything else you want to track.
Code Editor Shortcuts
5 years ago by Tim Hor
Obsidian plugin to add keyboard shortcuts commonly found in code editors such as Visual Studio Code (vscode) or Sublime Text
Gemini Scribe
a year ago by Allen Hutchison
An obsidian plugin to interact with Google Gemini
Floating Search
3 years ago by Boninall
A plugin for searching text by using Obsidian default search view.
Typing Assistant
3 years ago by Jambo
Typing Assistant is a plugin that improves writing efficiency and provides a user experience similar to that of【Notion】
Super Simple Time Tracker
4 years ago by Ellpeck
Multi-purpose time trackers for your notes!
Autocomplete
5 years ago by Yeboster
Obsidian plugin to provide text autocomplete
Jump to link
6 years ago by MrJackphil
Quick jump between links using hotkeys
Heading Shifter
4 years ago by kasahala
Easily Shift and Change markdown headings.
Hotkeys for specific files
5 years ago by Vinzent
Hotkeys for templates
5 years ago by Vinzent
Workbench
6 years ago by ryanjamurphy
A plugin to help you collect working materials.
Audio Notes
3 years ago by Jason Maldonis
Easily take notes on podcasts and other audio files using Obsidian Audio Notes.
Doubleshift
4 years ago by Qwyntex
Obsidian Plugin to open the command palette by pressing shift twice
Shortcuts extender
6 years ago by kitchenrunner
Plugin for Obsidian: Use shortcuts for input special symbols and changing level of headings without language switching
Keyboard Analyzer
4 years ago by cogscides
Obsidian plugin to display command hotkeys on a visible keyboard layout
Daily Stats
5 years ago by Dhruvik Parikh
Plugin to view your daily word count across all notes in your Obsidian.md vault.
Word Sprint
4 years ago by Andrew Lombardi
Obsidian Word Sprint plugin
Mxmind Mindmap
2 years ago by mxmind
mxmind for obsidian plugin
Advanced Cursors
5 years ago by SkepticMystic
Personal Assistant
3 years ago by edony
A plugin that harnesses AI agents and streamlining techniques to help you automatically manage Obsidian.
Journal Review
3 years ago by Kageetai
Review your daily notes on their anniversaries, like "what happened today last year"
Plugin Manager
3 years ago by ohm-en
Allows better management of Obsidian.md plugins.
Key Promoter
5 years ago by Johannes Theiner
Learn keyboard shortcuts by showing them when using the mouse
Pomodoro
5 years ago by Tokuhiro Matsuno
Swiss army knife
3 years ago by mwoz123
Copy Inline Code
3 years ago by Ondrej Zavodny
Proletarian Wizard Task Manager
a year ago by Charles Feval
Obsidian plugin ot manage todos and projects directly from your notes.
Uncheck All
3 years ago by Shahar Har-Shuv
Obsidian plugin to uncheck all checkboxes in a file with one action
Flexible Pomodoro
4 years ago by grassbl8d
Leader Hotkeys
5 years ago by Tony Grosinger
Use a leader-key (tmux style) for hotkeys in Obsidian.md
AidenLx's Folder Note - folderv Component
4 years ago by AidenLx
Global Hotkeys
4 years ago by Marc Jessome
Global hotkey support for Obsidian.md
Font Size Adjuster
2 years ago by Ryota Ushio
An Obsidian.md plugin to adjust font size via commands.
Timer
3 years ago by Marius Wörfel
Obsidian plugin, which allows you to measure time.
Callout Integrator
3 years ago by
A plugin for Obsidian to allow the integration of long blocks of text into callouts.
Timekeep
2 years ago by Jacobtread
Obsidian task time tracking
Auto pair chinese symbol
5 years ago by renmu123
中文符号自动补齐
Week Planner
4 years ago by Ralf Wirdemann
Habit Calendar
3 years ago by Hedonihilist
Monthly Habit Calendar for DataviewJS. This plugin helps you render a calendar inside DataviewJS code block, showing your habit status within a month.
Link with alias
3 years ago by Pavel Vojtechovsky
Obsidian plugin for handy creation of links and alias in front matter of target document
Hotkeys for Bookmarks
5 years ago by Vinzent
Ego Rock
2 years ago by Ashton Eby
An obsidian plugin that implements a basic taskwarrior UI for listing and modifying tasks.
DEVONlink
5 years ago by ryanjamurphy
Open notes indexed in DEVONthink in, well, DEVONthink
Habitica Sync
5 years ago by Leoh and Ran
This is a under-development Obsidian Plugin for Habitica
Multi-line Formatting
5 years ago by nmady
Format Obsidian text over an entire selection, even if that selection has paragraph breaks in the middle!
Stopwatch
5 years ago by Tokuhiro Matsuno
Marjdown shortcuts
4 years ago by Jules Guesnon
🪨 Obsidian plugin that allows to write markdown from commands
Daily notes opener
4 years ago by Reorx
Easily open daily notes and periodic notes in new pane; customize periodic notes background; quick append new line to daily notes.
Emacs text editor
3 years ago by Klojer
Quick snippets and navigation
4 years ago by @aciq
Quick snippets and navigation for Obsidian
Format Hotkeys
5 years ago by Ansel Santosa
Google Docs style formatting hotkeys for Obsidian
Weekly Review
3 years ago by Brandon Boswell
Formatto
2 years ago by Deca
Simple, fast, and easy-to-use Obsidian Markdown formatter.
Search Everywhere
4 years ago by Mom0
Obsidian Search Everywhere Plugin
Boost Link Suggestions
3 years ago by Jacob Levernier
An Obsidian (https://obsidian.md) plugin for altering the order of inline link suggestions by link count and manual boosts.
Find & Replace in Selection
5 years ago by TClark1011
Rapid Notes
3 years ago by valteriomon
Mini Toolbar
3 years ago by AidenLx & Boninall
mini context toolbar in editor for Obsidian
Things Link
4 years ago by @gavmn
Sequence Hotkeys
4 years ago by Ruan Moolman
Obsidian plugin to support a sequenced of keyboard shortcuts to run commands.
WordWise
2 years ago by ckt1031
Writing companion for AI content generation.
Navigate Cursor History
4 years ago by heycalmdown
Autocorrect Formatter
2 years ago by b-yp
A plugin running on Obsidian that utilizes autocorrect to format Markdown content.
Search++
6 years ago by Noureddine Haouari
Allow inserting text context search results on the active note.
InlineAI
a year ago by FBarrca
Grind Manager
2 years ago by dromse
Gamify your task management with rewards system, craft your tasks by tags.
Command Alias
5 years ago by @Yajamon
Obsidianのコマンドに対してエイリアスを設定するプラグイン
Gemmy
3 years ago by Obsidian
Occura
2 years ago by Alexey Sedoykin
Plugin for https://obsidian.md/ that automatically selected same text occurrences in opened note
Time Things
2 years ago by Nick Winters
Show clock, track time spent editing a note, and track the last time a note has been edited.
Cycle In Sidebar
3 years ago by Houcheng
Cycle through tabs of left/ right sidebar panel
ObsidianTweaks
4 years ago by Jeppe Klitgaard
A plugin that implements a number of tweaks that should've been native to Obsidian.
Blockquote Levels
4 years ago by Carlo Zottmann
A plugin for Obsidian (https://obsidian.md) that adds commands for increasing/decreasing the blockquote level of the current line or selection(s).
GPT-LiteInquirer
3 years ago by ittuann
💬 Experience OpenAI ChatGPT assistance directly within Obsidian, drafting content without interrupting your creative flow.
Note Chain
2 years ago by ZigHolding
Package my frequently used tools, highly personal plugins.
Activity Logger
5 years ago by Creling
Custom list character
3 years ago by Lilian POULIQUEN
Custom list character is a simple plugin allowing you to choose which character to use when making bullet lists in Obsidian.
PopKit
2 years ago by Zhou Hua
Auto Periodic Notes
2 years ago by Jamie Hurst
Obsidian plugin to create new periodic notes automatically in the background and allow these to be pinned in your open tabs. Requires the "Periodic Notes" plugin.
Brainframe
3 years ago by pedersen
Key Sequence Shortcut
4 years ago by anselmwang
Execute obsidian commands with short key sequences. For example, 'tp' for 'Toggle Preview' and 'tb' for 'Toggle Sidebar'. Easier to remember.
Lemons Search
2 years ago by Moritz Jung
An Obsidian plugin that offers a fast fuzzy finder based quick switcher with preview.
Go to Line
5 years ago by phibr0
Daily Statistics
2 years ago by yefengr
obsidian daily statistics
Insert Multiple Attachments
a year ago by mnaoumov
Obsidian Plugin that allows to insert multiple attachments at a time
Chorded Hotkeys
3 years ago by Trey Connor Meyers
Type multiple letters at the same time to trigger text insertion, template insertion, or command execution.
Amazing Marvin
5 years ago by Shirayuki Nekomata
Simple plugin for Amazing Marvin
Min3ditorHotkeys
5 years ago by Davor Sauer
Obsidian plugin adding minimal editor hotkeys
Bookmarks Caller
2 years ago by namikaze-40p
This is an Obsidian plugin which can easily open bookmarks.
Flow
2 years ago by Ben Phillips
Implements key processes in David Allen's Getting Things Done (GTD) methodology
Editor Commands Remap
5 years ago by cactus5
Obsidian plugin to map hotkeys to editor commands
Julian Date
5 years ago by thek3nger
Plugin for Obsidian to add the current Julian Date for astronomical observations
Typing
3 years ago by Nikita Konodyuk
Programmatic customizations for groups of notes
Hotkeys Chords
4 years ago by Dario Balboni
Open File by Magic Date
4 years ago by simplgy
Filename Emoji Remover
4 years ago by Yüksel Tolun
A simple plugin for the note taking app Obsidian that will rename your files to remove emojis in their names.
CAO
a year ago by Godot
Claude AI for Obsidian
Harpoon
3 years ago by mask(developermask)
Waka time box
3 years ago by complexzeng
VaultAI
8 months ago by Tharushka Dinujaya
An AI chatbot plugin for Obsidian using the Gemini API for note summarization, content generation, and more. Enhance your workflow with AI assistance like the Notion AI bot.
Codename
3 years ago by dstack
Symbol linking
10 months ago by Evan Bonsignori ; Mara-Li
Adds ability to link with any trigger in Obsidian. Each trigger can limit linking to specific folders or file.
Search Templates Library
3 years ago by Pentchaff
Obsidian plugin that allows to store searches templates for later use, and displays search results both in the search view and graph view.
Due When
3 years ago by Andy Baxter
An Obsidian plugin which gives shortcuts to insert set due dates
Spacekeys
a year ago by Jared Lumpe
Obsidian plugin to define hotkeys based on sequences of keypresses.
Another Simple Todoist Sync
2 years ago by eudennis
Obsidian.md plugin to integrate with Todoist app.
Postfix
3 years ago by Bhagya Nirmaan Silva (@bhagyas)
A postfix plugin for Obsidian
Hyperlink Remover
10 months ago by Daniel Agafonov
Easily remove hyperlinks and wikilinks from selected text or the entire note.
Daily Routine
a year ago by sechan100
new version of daily-routine obsidian plugin
Tick Tones
a year ago by DontBlameMe
A plugin for Obsidian which makes checkboxes satisfying
Random Number Generator
2 years ago by iRewiewer
Gives you a random number
Pomodoro Planner
2 years ago by Onur Nesvat
Task list
2 years ago by Ted Marozzi
A simple obsidian plugin enabling better task management via lists.
RescueTime
3 years ago by Tatsuya Hayashi
A RescueTime integration plugin to view your activity logs in Obsidian.
Activity Heatmap
a year ago by Zak Hijaouy
Focus Time
a year ago by AstraDev
Focus Time is a plugin that helps you track how much time you spend on each note.
Note Minimap
8 months ago by Yair Segel
Add a minimap to your Obsidian notes.
Editor Autofocus
2 years ago by Mgussekloo
Dataview Autocompletion
a year ago by Daniel Bauer
MantouAI
2 years ago by Morino Pan
MantouAI—— 让Obsidian变身智能助手
Calculite
10 months ago by Holo
Standard calculator plugin for Obsidian.
Simple Todo
a year ago by elliotxx
A minimalist text-based todo manager (Text-Based GTD) for efficient task management in Obsidian.
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.
Copy Section
2 years ago by skztr
Obsidian.md plugin adding a Copy button to the top of Headed sections
Folder overview
a year ago by Lost Paul
Provides a dynamic overview of your vault or folders in the format of a code block.
Daily note creator
2 years ago by Mario Holubar
Automatically creates missing daily notes.
PDF Paste
a year ago by Cormac
Goal Tracker
a year ago by Ben Rotholtz
Todos sort
a year ago by Jiri Sifalda
A plugin for Obsidian that sorts todos within a note
Inline Checkbox Groups
a year ago by Bradley Wyatt
Obsidian Plugin that creates multiple checkboxes on a single line, separated by a customizable separator character (default '|'), with the option to automatically cross out text when all checkboxes in the line are checked.
Typezen
a year ago by Ilgam Gabdullin
Plugin for obsidian which lets you turn zen mode instantly
Ctrl-XA cycle various items
2 years ago by nbossard
The equivalent in Obsidian of Vim Ctrl X-A. But supercharged with lists of various items : days, months, ...
Custom Commands
a year ago by Staaaaaaaaaan
Create custom commands to be executed in the command palette, and by hotkey. Currently supports opening specific notes, creating notes, inserting snippets, and executing sequences of commands.
Markwhen File Sync
a year ago by rouvenjahnke
Synchronize properties from your Obsidian notes with a Markwhen timeline file.
LinkMagic
2 years ago by AndyReifman
AI integration Hub
a year ago by Hishmat Salehi
A modular AI integration hub for Obsidian
Focus Tracker
2 years ago by Jeet Sukumaran
Unit Converter
a year ago by Ruslan Zabarov
Unit conversion plugin for Obsidian
Daily Prompt
2 years ago by Erl-koenig
Duplicate line
a year ago by Marcin Sztolcman
Plugin for Obsidian: duplicate current line, or selection.
Canvas Link to Group
7 months ago by TGRRRR
Plugin for Obsidian Canvas enabling direct links to specific groups within canvas files for improved navigation
Sentinel
a year ago by Giorgos Sarigiannidis
A plugin for Obsidian that allows you to update properties or run commands based on document visibility changes.
Pinned Daily Notes
a year ago by Jeremy Neiman
Dynamically update a pinned tab with today's daily note
Weekly Goal Tracker
a year ago by George Gorman
Organized daily notes
a year ago by duchangkim
Automatically organizes your daily notes into customizable folder structures for better organization and easier navigation.
Target Word Count
2 years ago by TwoFive Labs
Target Word Count Plugin for Obsidian
Asana
a year ago by Ryan Bantz
Obsidan plugin that creates tasks in Asana for highlighted text or the current line
Brain Dump Mode
a year ago by yesjinu
Obsidian plugin - DISABLE your delete key and eliminate hesitation!
Daily Random Note
a year ago by Alexandre Silva
Daily Random Notes in Obsidian.
doing
2 years ago by rooyca
What was I doing?
Kikijiki Habit Tracker
a year ago by KIKIJIKI
Kikijiki Habit Tracker Plugin for Obsidian
Hotstrings
a year ago by wakywayne
AI Revisionist
a year ago by Synaptic Labs
Runsh
a year ago by Ddone
A simple plugin that allows to run shell commands from obsidian.
Tab Limiter
a year ago by Henry Gustafson
Limits the number of tabs that can be opened in Obsidian
Recent Tab Switcher
2 years ago by Samuel Ang
Recent Tab Switcher Plugin for Obsidian.
Open in Cursor
8 months ago by awaken233
An Obsidian plugin to open files in Cursor IDE or other VSCode-based editors (VSCode, Kiro, etc.) with automatic cursor position jumping. 一个可以在 Cursor IDE 或其他类 VSCode 编辑器中打开文件并自动跳转光标位置的 Obsidian 插件。
Wakatime / Wakapi
a year ago by Kevin Woblick
Connect your Obsidian to Wakatime or Wakapi to track the time spent while browsing or writing notes.
Editing Mode Hotkey
2 years ago by Signynt
Obsidian plugin to change the default editing mode (between Live Preview and Source) using a command or hotkey
JIRA links shortener
a year ago by Ruslans Platonovs
Obsidian JIRA links shortener plugin
Note Progressbar
a month ago by Ryoma Kawahara
Displays a live progress bar summarizing checkbox completion in the active note.
Select word
2 years ago by Connor Espino
Tag Timer
4 months ago by quantavil
The Tag Timer is a versatile plugin for Obsidian that allows you to seamlessly track the time you spend on specific tasks or sections within your notes.
Vim Marker Sharpener
a year ago by Artem Dvoryadkin
Text formatting commands in Vim mode. Supports applying styles (bold, italic, etc.). Works correctly in visual mode with selected text.
Task Director
a year ago by Cybertramp
A plugin that allows you to easily manage tasks in bulk.
Superstition
a year ago by Jeffry
An Obsidian plugin for routine management.
Hanko
a year ago by Telehakke
Obsidian plugin.
SolidTime Integration
a year ago by proniclabs
Obsidian SolidTime Integration Plugin
Capitaliser
2 months ago by Emanuel Oliveira
Cycle text capitalisation (lowercase, Capitalise Each Word, UPPERCASE).
Sonkil
9 months ago by ohyoungpark
HOME key
8 months ago by shichishima
Obsidian Plugin to move cursor to beginning of text, considering Markdown heading characters.
Crackboard
2 years ago by Franklin
Obsidian plugin for crackboard.dev