Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xero/obsidian-md2html
plugin to convert markdown to html inside obsidian.md
https://github.com/xero/obsidian-md2html
converter markdown-to-html markdownconversion md obsidian obsidian-md obsidian-plugin
Last synced: 15 days ago
JSON representation
plugin to convert markdown to html inside obsidian.md
- Host: GitHub
- URL: https://github.com/xero/obsidian-md2html
- Owner: xero
- License: cc0-1.0
- Created: 2024-10-29T16:01:55.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2024-10-30T05:10:11.000Z (16 days ago)
- Last Synced: 2024-10-30T05:11:40.615Z (16 days ago)
- Topics: converter, markdown-to-html, markdownconversion, md, obsidian, obsidian-md, obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# md2html
an obsidian.md plugin for converting your markdown notes to html
## usage
open the command pallet (default is control+p `^p` or command+p `⌘p`)
and search **"md2html"**, this will give you 4 options:- **convert document**: replaces current note's markdown with html
- **convert selection**: replaces currently selected text to html
- **convert to clipboard**: converts the current note's content to html and saves it to the clipboard
- **convert to new file**: converts the current notes's content to html and saves it to a new file named: `html-{note name}.md`> **_tip!_** these can be mapped as shortcuts in the hotkey settings tab
## installing
### manual
- vist the [releases](https://github.com/xero/obsidian-md2html/releases/) page, and grab the latest version
- copy `main.js`, `styles.css`, `manifest.json` to your vault's plugin folder under md2html
- `~vault/.obsidian/plugins/md2html/`