mirror of
https://github.com/antokeinanen/obsidian-advanced-merger.git
synced 2026-07-22 07:40:24 +00:00
Changes to be committed: new file: .editorconfig new file: .eslintignore new file: .eslintrc new file: .gitignore new file: .npmrc new file: README.md new file: esbuild.config.mjs new file: main.ts new file: manifest.json new file: media/2023-03-16 18-23-14.gif new file: package-lock.json new file: package.json new file: styles.css new file: tsconfig.json new file: version-bump.mjs new file: versions.json
11 lines
323 B
JSON
11 lines
323 B
JSON
{
|
|
"id": "obsidian-advanced-merge",
|
|
"name": "Sample Plugin",
|
|
"version": "1.0.0",
|
|
"minAppVersion": "0.15.0",
|
|
"description": "Merge a folder of notes for easier export.",
|
|
"author": "Anto Keinänen",
|
|
"authorUrl": "https://github.com/antoKeinanen",
|
|
"fundingUrl": "https://obsidian.md/pricing",
|
|
"isDesktopOnly": false
|
|
}
|