No description
Find a file
bingryan 658f747aee
release 1.0.0 (#7)
* release 1.0.0
2022-11-16 08:46:48 +08:00
.github/workflows ci: add workflow (#6) 2022-11-16 08:29:07 +08:00
src fix:remove unnecessary code :fire (#4) 2022-11-16 06:24:18 +08:00
.autorc ci: add workflow (#6) 2022-11-16 08:29:07 +08:00
.editorconfig Initial commit 2022-11-13 13:41:03 +08:00
.eslintignore Initial commit 2022-11-13 13:41:03 +08:00
.eslintrc Initial commit 2022-11-13 13:41:03 +08:00
.gitignore release 1.0.0 (#7) 2022-11-16 08:46:48 +08:00
.npmrc Initial commit 2022-11-13 13:41:03 +08:00
esbuild.config.mjs set up base UI (#1) 2022-11-13 14:16:11 +08:00
export.gif docs: update readme (#5) 2022-11-16 07:23:44 +08:00
manifest.json set up base UI (#1) 2022-11-13 14:16:11 +08:00
package-lock.json ci: add workflow (#6) 2022-11-16 08:29:07 +08:00
package.json release 1.0.0 (#7) 2022-11-16 08:46:48 +08:00
README.md docs: update readme (#5) 2022-11-16 07:23:44 +08:00
styles.css Initial commit 2022-11-13 13:41:03 +08:00
tsconfig.json add export single markdown logic (#2) 2022-11-15 22:45:31 +08:00
version-bump.mjs Initial commit 2022-11-13 13:41:03 +08:00
versions.json Initial commit 2022-11-13 13:41:03 +08:00

Obsidian markdown export

This is a markdown export plugin for Obsidian (https://obsidian.md).

It allows you to export markdown to a package (including pictures) with one click, so that you can use it in other applications

screenshot

Features

  • Include image attachments
  • Option for use GitHub Flavored Markdown Format

How to Install

From within Obsidian

you can activate this plugin within Obsidian by doing the following:

  • Open Settings > Third-party plugin
  • Make sure Safe mode is off
  • Click Browse community plugins
  • Search for "Obsidian markdown export"
  • Click Install
  • Once installed, close the community plugins window and activate the newly installed plugin