zhanpeng329-arch14 downloadsAdds a hover formatting toolbar for Markdown headings, emphasis, lists, links, and code.
ignoreMD adds a hover formatting toolbar for Markdown headings, emphasis, lists, links, and code.
main.js, manifest.json, and styles.css..obsidian/plugins/ignoremd/.Install dependencies:
npm install
Run a development build in watch mode:
npm run dev
Run a production build:
npm run build
Run lint checks:
npm run lint
manifest.json with the next SemVer version.versions.json if the minimum supported app version changes.npm run build.manifest.json.manifest.json, main.js, and styles.css as individual release assets.Use this entry when submitting to the community plugin list:
{
"id": "ignoremd",
"name": "ignoreMD",
"author": "zhanpeng329-arch",
"description": "Adds a hover formatting toolbar for Markdown headings, emphasis, lists, links, and code.",
"repo": "zhanpeng329-arch/obsidian-CodeIndentation"
}
This project is licensed under the terms in LICENSE.