obsidian-query-language icon indicating copy to clipboard operation
obsidian-query-language copied to clipboard

An Obsidian plugin allowing you to query your notes

Results 26 obsidian-query-language issues
Sort by recently updated
recently updated
newest added

I hope OQL can support rendering the note list of the directory structure into the following markdown. And you can customize the block label's format just like the ` format:...

Because of some problems, `{title}` often not equal to `{h1_title}` should we support the new keyword `{h1_title}`? --- and `{relative_path}` is so important this new keyword can handle the result...

Hi, I'm getting a TypeError on every edit of a file, and the index won't build. It's a small test vault, and I don't have any plugins installed. The error:...

Thanks for this plugin, it looks great and very promising. I noticed that the examples do focus on query meta-data, not content of the notes. Thus, I think an addition...

enhancement

Could we get a sample with the returned table schema? Does it show any of the returned text surrounding a searched for piece of text? Is this configurable?

enhancement

For example ```oql name: "Frameworks" query: path: "^Dev/Languages/JavaScript/Frameworks/" template: "table" fields: ["title", "tags"] sort: "-title" ``` will return every file at folder and its subfolders which I don't want to...

Hey, Quick question. In some example you are using: ``` query: "'folder1/'" ``` But in other examples it misses one `'`, like: ``` query: "'folder1/" ``` The strange thing is....

bug
documentation

When using placeholders like `created` and `modified` it would be useful to be able to specify a format string - I'm probably only interested in date, or datetime to minute...

It would be great if Oql could return the text of a matching block from a query. Specifying `block:` or `line:` like the Obisidian search API does.

enhancement

hey, i install and activate the plugin via the Obsidian Plugin Function. When i want to use the plugin and use "oql" in a codeblock then it cannot be recognised....