{"id":24637837,"url":"https://github.com/semanticdata/obsidian-essential-shortcuts","last_synced_at":"2026-05-20T10:40:55.086Z","repository":{"id":274100616,"uuid":"921907169","full_name":"semanticdata/obsidian-essential-shortcuts","owner":"semanticdata","description":"This plugin provides essential keyboard shortcuts for Obsidian to enhance its functionality.","archived":false,"fork":false,"pushed_at":"2025-01-24T22:24:17.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-24T22:24:55.055Z","etag":null,"topics":["obsidian","obsidian-plugin"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/semanticdata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-24T21:04:06.000Z","updated_at":"2025-01-24T22:24:20.000Z","dependencies_parsed_at":"2025-01-24T22:35:15.626Z","dependency_job_id":null,"html_url":"https://github.com/semanticdata/obsidian-essential-shortcuts","commit_stats":null,"previous_names":["semanticdata/obsidian-essential-shortcuts"],"tags_count":0,"template":false,"template_full_name":"obsidianmd/obsidian-sample-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semanticdata%2Fobsidian-essential-shortcuts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semanticdata%2Fobsidian-essential-shortcuts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semanticdata%2Fobsidian-essential-shortcuts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semanticdata%2Fobsidian-essential-shortcuts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/semanticdata","download_url":"https://codeload.github.com/semanticdata/obsidian-essential-shortcuts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244584304,"owners_count":20476520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["obsidian","obsidian-plugin"],"created_at":"2025-01-25T10:12:04.380Z","updated_at":"2026-05-20T10:40:55.080Z","avatar_url":"https://github.com/semanticdata.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⌨️ Essential Shortcuts\n\nProvides essential keyboard shortcuts for Obsidian to enhance its functionality.\n\n## ✨ Features\n\n| Feature Description                                     | Keyboard Shortcut      |\n| ------------------------------------------------------- | ---------------------- |\n| Select the current line and expand selection            | `Ctrl + L`             |\n| Select the current word or expand selection             | `Ctrl + D`             |\n| Select all occurrences of the current selection or word | `Ctrl + Shift + L`     |\n| Duplicate the current line(s) downward                  | `Alt + Shift + Down`   |\n| Duplicate the current line(s) upward                    | `Alt + Shift + Up`     |\n| Insert a cursor above the current line                  | `Ctrl + Alt + Up`      |\n| Insert a cursor below the current line                  | `Ctrl + Alt + Down`    |\n| Insert a line above the current line                    | `Ctrl + Shift + Enter` |\n| Insert a line below the current line                    | `Ctrl + Enter`         |\n| Sort selected lines in alphabetical order               | `Not Set`              |\n| Sort selected lines in reverse alphabetical order       | `Not Set`              |\n| Transform selection to uppercase                        | `Not Set`              |\n| Transform selection to lowercase                        | `Not Set`              |\n| Transform selection to title case                       | `Not Set`              |\n| Toggle case of the selection                            | `Not Set`              |\n| Jump to next heading                                    | `Alt + PageDown`       |\n| Jump to previous heading                                | `Alt + PageUp`         |\n\n## 💡 Ideas for Future Development\n\n- Copy line (without selection)\n- Delete line (without selection)\n- Insert current date/time (configurable format)\n- Add cursors when using `Ctrl + D` to each word\n\n## 📦 Installation (_NOT AVAILABLE IN THE COMMUNITY PLUGINS YET!_)\n\n1. Open Obsidian Settings\n2. Navigate to Community Plugins (_NOT AVAILABLE YET!_) and disable Safe Mode\n3. Click Browse and search for \"Essential Shortcuts\"\n4. Install the plugin\n5. Enable the plugin in your Community Plugins list\n\n### 🏗️ Building\n\n1. Clone this repository\n2. Run `npm install`\n3. Run `npm run dev` to start compilation in watch mode\n4. Run `npm run build` to build the plugin\n5. Run `npm run lint` to check for linting errors\n6. Run `npm run lint` to lint for errors\n\n### 📁 Manual Installation\n\n1. Create a new folder `essential-shortcuts` in your vault's `.obsidian/plugins` folder\n2. Copy `main.js`, `manifest.json`, and `styles.css` to the new folder\n3. Reload Obsidian to load the plugin\n\n## Releasing new releases\n\n- Update your `manifest.json` with your new version number, such as `1.0.1`, and the minimum Obsidian version required for your latest release.\n- Update your `versions.json` file with `\"new-plugin-version\": \"minimum-obsidian-version\"` so older versions of Obsidian can download an older version of your plugin that's compatible.\n- Create new GitHub release using your new version number as the \"Tag version\". Use the exact version number, don't include a prefix `v`. See here for an example: \u003chttps://github.com/obsidianmd/obsidian-sample-plugin/releases\u003e\n- Upload the files `manifest.json`, `main.js`, `styles.css` as binary attachments. Note: The manifest.json file must be in two places, first the root path of your repository and also in the release.\n- Publish the release.\n\n\u003e You can simplify the version bump process by running `npm version patch`, `npm version minor` or `npm version major` after updating `minAppVersion` manually in `manifest.json`.\n\u003e The command will bump version in `manifest.json` and `package.json`, and add the entry for the new version to `versions.json`\n\n## Adding your plugin to the community plugin list\n\n- Check the [plugin guidelines](https://docs.obsidian.md/Plugins/Releasing/Plugin+guidelines).\n- Publish an initial version.\n- Make sure you have a `README.md` file in the root of your repo.\n- Make a pull request at \u003chttps://github.com/obsidianmd/obsidian-releases\u003e to add your plugin.\n\n## API Documentation\n\nSee \u003chttps://github.com/obsidianmd/obsidian-api\u003e\n\n## 📜 License\n\nThe code in this repository is available under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemanticdata%2Fobsidian-essential-shortcuts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsemanticdata%2Fobsidian-essential-shortcuts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemanticdata%2Fobsidian-essential-shortcuts/lists"}