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

Symbols Prettifier

florianwoelkiflorianwoelki48k downloads

Prettify the symbols with actual symbols you commonly type, like arrows.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates12

Preview Image

What is it

Did you ever want to prettify your arrows or symbols, like -> or <=>?

With the help of this plugin, it is easier than ever before. This plugin allows you to prettify several character combinations so that these combinations do not look like cryptic symbols.

How to use

The easiest way to use the plugin is to install it and then try to type the following symbols. All of these symbols will be prettified:

Text Symbol
-> →
<- ←
<-> ↔
<=> ⇔
<= ⇐
=> ⇒
=< ≤
>= ≥
+- ±
-+ ∓

Development

To customize this project for your needs, you can clone it and then install all dependencies:

$ git clone https://github.com/FlorianWoelki/obsidian-symbols-prettifier
$ cd obsidian-symbols-prettifier
$ yarn

After the installation, you need to create a env.mjs file in the root directory. Fill the file with the following content:

export const obsidianExportPath =
  '<path-to-obsidian-vault>/.obsidian/plugins/obsidian-symbols-prettifier';

Afterward, you can start the rollup dev server by using:

$ yarn dev

This command will automatically build the necessary files for testing and developing every change. Furthermore, it copies all the essential files to the specified plugin directory.

Finally, you can customize the plugin and add it to your plugins.

HealthExcellent
ReviewSatisfactory
About
Prettify common ASCII symbol sequences into readable Unicode glyphs like -> →, <- ←, <-> ↔, <=> ⇔, => ⇒, <= ⇐, >= ≥, +- ±, -+ ∓. Apply substitutions live in the editor so arrows and operators are easier to read across your notes.
EditingFormatting
Details
Current version
1.2.5
Last updated
2 months ago
Created
4 years ago
Updates
12 releases
Downloads
48k
Compatible with
Obsidian 0.9.12+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
florianwoelkiflorianwoelki
florianwoelki.com/
GitHubflorianwoelki
  1. Community
  2. Plugins
  3. Editing
  4. Symbols Prettifier

Related plugins

Sort and Permute lines

Sort and Permute lines in whole file or selection.

Editing Toolbar

The Editing Toolbar is modified from cMenu, which provides more powerful customization settings and has many built-in editing commands to be a MS Word-like toolbar editing experience.

List Callouts

Create simple callouts in lists.

Smart Typography

Convert quotes to curly quotes, dashes to em dashes, and periods to ellipses.

Linter

Format and style your notes. Linter can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular Markdown contents like list, italics, and bold styles; and more with the use of custom rule options.

LanguageTool Integration

Advanced grammar and spell checking, powered by LanguageTool.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

Advanced Tables

Improved table navigation, formatting, and manipulation.

Thino

Quickly capture memos and display them in the sidebar with a heatmap. (Closed source)

Admonition

Admonition block-styled content.