Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

English Palette

tzengyuxiotzengyuxio425 downloads

Search commands in English within the Command Palette, regardless of your UI language.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

An Obsidian plugin that lets you search commands in English within the Command Palette, regardless of your UI language.

Problem

When Obsidian's UI language is set to a non-English language (e.g., Traditional Chinese), the Command Palette only matches localized command names. If you're used to English commands like "Split right", you can't find them without switching your input method.

Solution

English Palette appends English keywords (derived from command IDs) to every command name, so both the localized name and the English equivalent are searchable.

Before: 向右分割 After: 向右分割 [workspace split vertical]

Installation

From Community Plugins

  1. Open Settings → Community plugins → Browse
  2. Search for English Palette
  3. Click Install, then Enable

Manual

  1. Download main.js and manifest.json from the latest release
  2. Create a folder english-palette in your vault's .obsidian/plugins/ directory
  3. Place both files inside the folder
  4. Restart Obsidian and enable the plugin in Settings → Community plugins

How It Works

On startup, the plugin reads all registered commands, formats each command's ID (which is always in English, e.g., workspace:split-vertical) into a readable string (workspace split vertical), and appends it to the command's display name in brackets.

When the plugin is disabled, all command names are restored to their original values.

License

MIT

HealthExcellent
ReviewSatisfactory
About
Search commands in English from the Command Palette regardless of your UI language. Append readable English keywords (derived from command IDs, e.g., workspace:split-vertical → workspace split vertical) to each command name so both localized and English terms are searchable.
CommandsLanguagesSearch
Details
Current version
1.0.0
Last updated
4 months ago
Created
4 months ago
Updates
1 release
Downloads
425
Compatible with
Obsidian 1.0.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
tzengyuxiotzengyuxio
GitHubtzengyuxio
  1. Community
  2. Plugins
  3. Commands
  4. English Palette

Related plugins

Quick Switcher++

Enhanced Quick Switcher, search open panels, and symbols.

Find orphaned files and broken links

Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.

Omnisearch

Intelligent search for your notes, PDFs, and OCR for images.

Commander

Customize your workspace by adding commands everywhere, create macros and supercharge your mobile toolbar.

Note Toolbar

Add customizable toolbars to your notes.

Tab Switcher

Switch your tabs with Ctrl + Tab in recently used order like in a browser.

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Quiet Outline

Make outline quiet and more powerful, including no-auto-expand, rendering heading as Markdown, and search support.

Simplified Chinese Word Splitting

Adds Simplified Chinese word splitting support for the editor and Vim mode.

Sort and Permute lines

Sort and Permute lines in whole file or selection.