The Obsidian Prettier Plugin automatically formats your Markdown files using Prettier, aligning with the tab and spacing settings defined in the Editor preferences. It supports format-on-save and includes a manual command to format the current file. Unlike other Prettier integrations, it avoids extra configuration and keeps things simple by only respecting tab width and tab usage from the editor. This minimalist approach is ideal for users who want consistent formatting without managing complex rules or settings.
The Emoji Picker plugin enhances the Obsidian editor by providing a convenient way to insert emojis through a searchable emoji picker. A dedicated toolbar button and customizable hotkey allow quick access to a modal where users can browse emojis by category or search for specific ones. The plugin also supports selecting different skin tones for applicable emojis, making customization easier. Unlike built-in system emoji pickers, this plugin ensures access to the latest emoji versions, keeping up with evolving standards.
The Simple Tab Indent plugin redefines how the Tab key behaves by inserting a zero-width space followed by a real tab character. This workaround prevents lines from being misinterpreted as code blocks in markdown while preserving the visual indentation in the editor. It works seamlessly in both source mode and live preview, offering a smooth writing experience without markdown quirks. Users can also customise the tab rendering width through plugin settings using CSS `tab-size`, which takes effect instantly. It's a minimalist plugin with no build steps or dependencies, ideal for those who want clean, consistent indentation without unexpected formatting changes.