No description
Find a file
2025-05-06 22:47:52 +02:00
.github/workflows Update Sonar 2025-04-22 11:32:43 +02:00
assets Update README.md 2024-06-22 13:54:01 +02:00
resources Version 0.7.0 2025-04-22 19:21:56 +02:00
src Set version as 0.7.0-NEXT 2025-04-22 19:27:55 +02:00
tests/libraries Add tests 2025-04-22 19:06:51 +02:00
.editorconfig Update .editorconfig 2023-11-18 15:45:19 +01:00
.gitattributes Add git lfs 2024-12-27 13:32:38 +01:00
.gitignore Comparison tests 2023-11-18 20:14:04 +01:00
DEVELOPMENT.md Version 0.7.0 2025-04-22 19:21:56 +02:00
esbuild.config.mjs Drop console statements in production builds directly 2024-06-22 12:59:02 +02:00
jest.config.js Add jest for testing 2023-11-18 20:14:03 +01:00
LICENSE Update License Info 2024-05-17 09:07:46 +02:00
manifest.json Set version as 0.7.0-NEXT 2025-04-22 19:27:55 +02:00
package-lock.json Set version as 0.7.0-NEXT 2025-04-22 19:27:55 +02:00
package.json Set version as 0.7.0-NEXT 2025-04-22 19:27:55 +02:00
README.md Update README.md with usage info from updates 2025-05-06 22:47:52 +02:00
sonar-project.properties Set version as 0.7.0-NEXT 2025-04-22 19:27:55 +02:00
tsconfig.json Template 2023-01-11 19:41:49 +01:00

Obsidian Unicode Search

Obsidian Downloads

See what's new!

Search the Unicode Character Database index and insert any character into your editor. Mobile is also supported!

This is a plugin for Obsidian: unicode-search.

Preview

Usage

The plugin adds a command for searching unicode characters. Make sure to add a hotkey, like Ctrl + Shift + O for the command in the settings for Obsidian.

Just describe the character you're searching for and press to insert it into the editor. You can also search by Unicode codepoints!

Search '269' mobile preview

Features

  • Fuzzy Search: Find characters by name, codepoint, or keywords.
  • Direct Insert: Insert characters directly into your editor.
  • Favorites & Hotkeys: Mark frequently used characters as favorites and assign custom hotkeys for quick insertion.
  • Persistent Filters: Configure and save filters for planes, categories, and custom sets to refine your searches.
  • Usage Statistics: Quickly access frequently used symbols.
  • Configurable: All settings are managed within Obsidian's settings pane.

Using the Plugin

To begin using the plugin, launch the search by executing the Search Unicode characters command. For more convenient access, consider assigning a hotkey:

  • Navigate to Settings → Hotkeys.
  • Find Search Unicode characters and assign your preferred hotkey (e.g., Ctrl+Shift+O).

Searching for Characters

Once the search modal is open, you can find characters by typing your query. This can be a descriptive term like arrow or heart, or a specific codepoint such as 269.

  • Use the and arrow keys to navigate through the search results.
  • Press Enter to insert the selected character directly into your document.

Managing Favorites

You can manage your favorite characters from the search modal by adding them in the plugin settings.

  • View and manage all your favorites in Settings → Unicode Search → Favorites.
  • Assign a hotkey to any favorite character via the plugin's settings tab. This creates a new command, "Insert '<character>'", which can then have a hotkey assigned under Settings → Hotkeys → Insert '<character>'.

Filtering Characters

Character filters help you refine which characters appear in your search results. These are configured in Settings → Unicode Search.

  • Toggle filters for various Unicode planes and categories.
  • Define custom filters to tailor the search to your needs.
  • Be aware that a default set of filters is active. If you're unable to find a specific character, it might be excluded by the current filter settings.