initial commit
This commit is contained in:
10
meta/manifest.json
Normal file
10
meta/manifest.json
Normal 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
3
meta/versions.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"1.0.0": "0.15.0"
|
||||
}
|
Reference in New Issue
Block a user