tomaszkiewicz / obsidian-database-plugin

Enables creating databases based on files in Obsidian - like Dataview, but with editing!
MIT License
160 stars 2 forks source link

How to use this plugin? #23

Open dalewking opened 2 years ago

dalewking commented 2 years ago

Doesn't show up in community plugins. Assuming I have to install it manually, but if that is the case, the readme should say that.

sdillard commented 1 year ago

FYI, I did the following to get this to run based off of the build file (but agree it should be in the readme):

VAULT=<obsidian vault>
PLUGIN_DIR=$VAULT/.obsidian/plugins
PROJECT=obsidian-database-plugin
# cd to wherever you want to put the repo
git clone https://github.com/tomaszkiewicz/obsidian-database-plugin.git
cd $PROJECT
tsc -noEmit -skipLibCheck && node esbuild.config.mjs production
mkdir $PLUGIN_DIR/$PROJECT
cp dist/* $PLUGIN_DIR/$PROJECT/
cp manifest.json $PLUGIN_DIR/$PROJECT

Restart Obsidian and enable plugin