Symbols Prettifier

by Florian Woelki
5
4
3
2
1
Score: 67/100

Description

Category: Coding & Technical Tools

The Symbols Prettifier plugin is a game-changer for Obsidian users who struggle with readability due to cryptic symbols in their notes. This plugin takes care of prettifying common character combinations, such as arrows (->), comparison operators (<=>), and emphasis markers (!important), making your text more visually appealing and easier to read. With this plugin installed, you can simply type these symbols and enjoy a cleaner, more organized writing experience.

Reviews

No reviews yet.

Stats

52
stars
40,502
downloads
9
forks
1,296
days
42
days
42
days
5
total PRs
0
open PRs
1
closed PRs
4
merged PRs
16
total issues
3
open issues
13
closed issues
18
commits

Latest Version

a month ago

Changelog

What's Changed

New Contributors

Full Changelog: https://github.com/FlorianWoelki/obsidian-symbols-prettifier/compare/1.2.3...1.2.4

README file from

Github

Obsidian Symbols Prettifier

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.