Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sleepingraven/obsidian-hotkey-suit

Enable a set of shortcuts simply.
https://github.com/sleepingraven/obsidian-hotkey-suit

obsidian-md obsidian-plugin

Last synced: 4 days ago
JSON representation

Enable a set of shortcuts simply.

Awesome Lists containing this project

README

        

# Obsidian Hotkey Suit

This plugin lists a set of shortcuts from [Typora](https://support.typora.io/Shortcut-Keys/), which can be enabled in *setting tab*.

## Usage

1. Select **Settings → Community plugins → Hotkey suit**.
- Choose a Hotkey suit command to enable.
![Plugin setting](assets/plugin-setting.png)
2. Select **Settings → Options → Hotkeys**.
- Select **(filter.svg) → Assigned**, or search by command name or hotkey.
![Hotkeys setting](assets/hotkeys-setting.png)
- You can see and disable conflicting hotkeys that in *error* color.
![Conflicting hotkeys](assets/conflicting-hotkeys.png)

## Limitation

1. Since there is not an exposed interface to open **Settings → Options → Hotkeys**, you need to select manually.
2. You may not disable a Hotkey suit command (name in the form of "Hotkey suit: …") under **Settings → Options → Hotkeys** because there is not an associated event to disable plugin's setting.
If you did, you can select **(filter.svg) → Assigned by me** or search by name to find that command and restore default.

## installation

### [Install from community plugins](https://help.obsidian.md/Extending+Obsidian/Community+plugins#Install+a+community+plugin)

### Install manually

1. Open [latest release](https://github.com/sleepingraven/obsidian-chat-clips/releases/latest).
2. Download `main.js`, `manifest.json` and `styles.css` to `/.obsidian/plugins/hotkey-suit`.