@obsidian_blogger/plugin
v0.2.5
Published
Obsidian plugin for extract vault to contents.
Downloads
3
Readme
- Plugin sample: https://github.com/obsidianmd/obsidian-sample-plugin/tree/master
- Plugin build guide: https://docs.obsidian.md/Plugins/Getting+started/Build+a+plugin
- Plugin build example:
pandoc
/*
* pandoc.ts
*
* This module handles spawning Pandoc, passing it arguments, and streaming
* to/from STDIN/STDOUT buffers if desired.
*
* Loosely based on https://github.com/eshinn/node-pandoc (MIT licensed)
*
*/