data-entry-obsidian-plugin icon indicating copy to clipboard operation
data-entry-obsidian-plugin copied to clipboard

Create forms that modify data in existing notes; the dataview plugin for data entry.

Results 4 data-entry-obsidian-plugin issues
Sort by recently updated
recently updated
newest added

Hello! Very nice plugin you are developing. I have been looking for easier ways to create new notes that are fool proof, easy to trigger and that are ideally mobile...

Currently the source of our json data is in a markdown file, which is not nice to read. Instead, we can put it in a codefence so it looks nice....

Code blocks should look like ```yaml data-entry # ..schema ``` Instead of ```yaml-data-entry # ..schema ``` Requires us to create our own codeblock registering function.