Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 739 Bytes

readme.md

File metadata and controls

23 lines (17 loc) · 739 Bytes

vuepress-plugin-obsidian

A vuepress plugin that extends the obsidian syntax to enable direct static site generation from obsidian files.

roadmap

  • coming soon
    • resolve wikilinks to markdown links
    • resolve image link
    • support admonition plugin simple syntax
    • support echart/chart code block
  • further
    • more detail optimization
    • force graph like obsidian graph view

contribute

  1. Generate vuepress project by using vuepress theme hope
  2. Fork this plugin into your project at .vuepress
  3. At .vuepress/config.ts, You need to register the plugin, as below
  4. npm run docs:dev