Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use this plugin? #23

Open
dalewking opened this issue Oct 16, 2022 · 1 comment
Open

How to use this plugin? #23

dalewking opened this issue Oct 16, 2022 · 1 comment

Comments

@dalewking
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants