initial commit

This commit is contained in:
Aaron Manning
2023-07-09 07:47:52 +10:00
commit fe8a832d74
9 changed files with 2033 additions and 0 deletions

10
meta/manifest.json Normal file
View File

@ -0,0 +1,10 @@
{
"id": "obsidian-sample-plugin-fs",
"name": "FSharp Sample Plugin",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "Sample project to demonstrate how to use F# and Fable to create an Obsidian plugin.",
"author": "Aaron Manning",
"authorUrl": "https://aaronmanning.net",
"isDesktopOnly": false
}

3
meta/versions.json Normal file
View File

@ -0,0 +1,3 @@
{
"1.0.0": "0.15.0"
}