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

Hi, I absolutely love OQL but am having some issues with consistency. Maybe you can give me a hint as to why this is or if it is maybe a...

Hi - Not sure what the problem is but i've started to get this error being shown on my page: ![image](https://user-images.githubusercontent.com/5808106/141612183-a74824cc-b8ac-4dbc-96f3-6c865a278e3e.png) Looking in debug, the index process appears to fail,...

I know this is your plugin, but I just want to ask an obvious question that probably you have already asked: what is the difference between the two plugins?

Search by tag like these `query: "'#my-tag"` working but i cannot make AND & OR conditions with tag. 1. I just want to list notes that in folder "'Folder/" that...

`template: "list"` `format: "{created}: {title}"` doesnt working for me. Still printing only title in list UPD. working these way. Its interpretate template "list" as "table" `template: "list"` `fields: ['title', 'created']...

I am a bit confused by the installation. 1.) I installed it via the obsidian app menus 2.) I enabled it. 3.) When I try to create a query i...

I use an oql block in my daily template. It contains the query: `query: { $and: [{"content":"'#waiting"},{"content":"!'#waiting"}]}` The negation is used so the template itself doesn't show up in the...

Can we add support for parsing markdown front matter If you add 'template: checkboxlist' later, I believe this feature will come in handy. The only way I can think of...

In the future, there will be more and more special fields in various types of templates. In order to prevent confusion when writing at the same level, it is recommended...

when you use `template: table`, the keyword `fields:` can't meet the needs of customizing each field now we can support new keyword `fieldFormats:` here is an example: ```yaml fieldFormats: ['{index}',...