Sample project to demonstrate how to use F# and Fable to create an Obsidian plugin.
Go to file
2024-02-06 22:09:59 +11:00
.config initial commit 2024-02-06 22:09:59 +11:00
meta initial commit 2024-02-06 22:09:59 +11:00
.gitignore initial commit 2024-02-06 22:09:59 +11:00
justfile initial commit 2024-02-06 22:09:59 +11:00
obsidian-sample-plugin-fs.fsproj initial commit 2024-02-06 22:09:59 +11:00
Obsidian.fs initial commit 2024-02-06 22:09:59 +11:00
Program.fs initial commit 2024-02-06 22:09:59 +11:00
README.md initial commit 2024-02-06 22:09:59 +11:00

Obsidian Sample Plugin F#

This is a recreation of the official Obsidian sample plugin in F# using Fable as a proof of concept.