Again
approvedby Aaron Bell
Repeat the previous command - This plugin has not been manually reviewed by Obsidian staff.
Again
Repeat the most recently executed command.
Installation
Community plugins
- Open Settings → Community plugins in Obsidian.
- Select Browse and search for Again.
- Select Install, then Enable.
Manual installation
- Download
main.js,manifest.json, andstyles.cssfrom the latest GitHub release. - Create
<vault>/.obsidian/plugins/again/. - Copy the downloaded files into that directory.
- Reload Obsidian.
- Open Settings → Community plugins and enable Again.
Usage
- Enable Again.
- Open Settings → Hotkeys.
- Assign a shortcut to Again: Previous.
- Run any repeatable Obsidian command, then use your shortcut to run it again.
Again remembers one command for the current session. Repeated presses keep running the same command. The Previous command, transient UI launchers, and commands invoked internally during replay do not replace the remembered command.
On desktop, the status bar shows the remembered command using the rotate-ccw icon and command name. Choose Hidden, Icon only, or Icon and command name under Settings → Again. The status bar remains hidden until a command is remembered. Mobile remains fully supported without the desktop status item.
Limitations
Obsidian does not expose complete command history through its public plugin API. Again narrowly instruments the internal command manager and command palette selection handler, so an Obsidian update could require a compatibility update.
Commands that bypass both internal execution paths cannot be repeated.
License
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.