postgresql-obsidian
postgresql-obsidian copied to clipboard
An Obsidian plugin to upload your notes' metadata to your database.
Hi @clouedoc Per our [developer policies](https://docs.obsidian.md/Developer+policies), please ensure that your plugin's name does not include the word "Obsidian". In addition, the plugin name should not include the word "Plugin", as...
I added a command that saves all files in the current folder. Since the code of the two methods is essentially the same in both methods, I put the common...
Thanks for the great plugin! It seems to me that it doesn't make sense to use JSON type to store metainformation data. JSONB essentially has only one disadvantage over JSON,...
Hello there! Do you think it would be possible for you to create such a method, that could populate an SQL table using the results of a dataview query, rather...
## To dev on Android 1. Enable `adb` 2. Navigate to `chrome://inspect` 3. Inspect the Obsidian page 4. Profit ## Issues - the `postgres` plugin needs a `Buffer` API to...
Hi, Is it feasible to send dataview annotations to a sqlite single-file database? And when will the "bulk upload" command be integrated? It's quite fun to play. Your plugin open...