My first plugin: Enhanced Symbols Prettifier

Hey everyone,

I’ve just released my first Obsidian plugin, Enhanced Symbols Prettifier (based on the Symbols Prettifier plugin). It converts character combinations into cleaner symbols, like replacing -> with and <- with . It works for symbols like <->, <=>, =/=, but also abbreviations, math symbols, etc.

You can also customize the plugin to add your own symbols, abbreviations, or emojis in the settings. It is fully customizable.

You can install it directly from the Obsidian plugins section or check the Github repository.

I’d appreciate any feedback or suggestions. Let me know what you think!

Thanks!
Noam

2 Likes

Hello,

Improved Readability: Replacing character combinations with proper symbols significantly enhances the visual appeal and clarity of notes.
Efficiency: It saves users time and effort by automatically performing these replacements.
Customization: The ability to add custom symbols, abbreviations, and emojis makes it highly adaptable to individual workflows and subject areas.
Building on Existing Work: Leveraging the foundation of the Symbols Prettifier plugin is a smart way to iterate and improve upon existing functionality.

Best Regards