Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pixelbracket/formatto
Simple, fast, and easy-to-use Obsidian Markdown formatter.
https://github.com/pixelbracket/formatto
formatter markdown obsidian wasm webassembly
Last synced: about 2 months ago
JSON representation
Simple, fast, and easy-to-use Obsidian Markdown formatter.
- Host: GitHub
- URL: https://github.com/pixelbracket/formatto
- Owner: pixelbracket
- License: mit
- Created: 2023-10-31T13:33:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-24T18:06:05.000Z (3 months ago)
- Last Synced: 2024-08-25T18:30:30.338Z (3 months ago)
- Topics: formatter, markdown, obsidian, wasm, webassembly
- Language: Rust
- Homepage: https://obsidian.md/plugins?id=formatto-format
- Size: 3.08 MB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Formatto
Formatto is a simple Rust-powered Markdown formatter plugin for
[Obsidian](https://obsidian.md). With user-customizable options, it was
designed to be simple, fast, and easy to use.
## How to Use
You can use the plugin in following ways:- Right click in the editor and select "Format Document"
- Run a command "Formatto: Format Document" (or assign a keyboard shortcut to the command)
- Click "Format Document" ribbon action## This plugin works best in "source mode."
Obsidian uses "live preview" as the default editing mode. But this plugin was designed to work best in "source mode." You can change the editing mode here:- Options -> Editor -> Default editing mode
## Contributing
If you're interested in participating in this project, please refer to the
[contribution guide](https://github.com/pixelbracket/formatto/blob/main/CONTRIBUTING.md).