Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jqhoogland/remark-preset-obsidian
Remark preset to recreate Obsidian-flavored markdown
https://github.com/jqhoogland/remark-preset-obsidian
Last synced: 3 days ago
JSON representation
Remark preset to recreate Obsidian-flavored markdown
- Host: GitHub
- URL: https://github.com/jqhoogland/remark-preset-obsidian
- Owner: jqhoogland
- License: mit
- Created: 2022-11-19T10:21:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-19T13:20:29.000Z (about 2 years ago)
- Last Synced: 2024-11-29T08:26:39.192Z (2 months ago)
- Language: TypeScript
- Size: 35.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Remark Preset Obsidian
Remark preset to recreate Obsidian-flavored markdown.
Includes existing plugins like:
- [`remark-gfm` (Github-flavored markdown)](https://github.com/remarkjs/remark-gfm)
- [`remark-frontmatter`](https://github.com/remarkjs/remark-frontmatter)
- [`remark-math`](https://github.com/remarkjs/remark-math)
- [`remark-wiki-link`](https://github.com/landakram/remark-wiki-link)And introduces a new plugin:
- `remark-highlight` (to add support for highlighted text with the `==syntax==`)And it introduces support for something close to [obsidian-citation-plugin](https://github.com/hans/obsidian-citation-plugin)
- [`remark-cite`](https://github.com/benrbray/remark-cite)
- `remark-bibliography` (which adds a bibliography section based on pandoc-style citations, e.g., `[@hoogland2022]`)