home.social

#qatt — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #qatt, aggregated by home.social.

  1. Query All The Things #qatt v0.8.8 Plugin Release for #Obsidian

    - enable frontmatter data to be queried for page.
    - **render:** add 100+ handlebars helpers to rendering templates
    - return all query results as collection to be rendered and not just last query
    - added help Url so HelpMate support is available.

    github.com/sytone/obsidian-que

    Thanks to @TfTHacker for Helpmate plugin 💖 #obsidian #obsidianmd #qatt

  2. @phd20 it is query all the things (qatt) it is similar to dataview but uses sql as the query language and handlebars as the rendering template. Still a bit rough but getting there. I wanted something to be a bit more flexible for my world planning and daily journal. github.com/sytone/obsidian-que #qatt #obsidian #obsidianmd

  3. @phd20 in regards to the problem with plugins I have a pending feature for my plugin that renders the result to the file so it is permanent. This way you can turn off the plugin and information is still there. It will no longer be dynamic but available via a simple text editor.
    I am looking at adding prepend, append, replace and also allow the current file or other files be the target of the result query and render so you can have separation as well as dynamic. Thoughts? #qatt

  4. @qwxlea @Colman as it turns out yes. You can add a path in settings to a MD file containing a markdown table or CSV contents. On load the contents will be parsed and loaded into a table. The table name is the same as the file. So data/qatt/my_data.md becomes a table called my_data that you can query.

    #obsidian #obsidianmd #obsidianplugins #qatt

  5. @qwxlea @Colman as it turns out yes. You can add a path in settings to a MD file containing a markdown table or CSV contents. On load the contents will be parsed and loaded into a table. The table name is the same as the file. So data/qatt/my_data.md becomes a table called my_data that you can query.

    #obsidian #obsidianmd #obsidianplugins #qatt

  6. @qwxlea @Colman as it turns out yes. You can add a path in settings to a MD file containing a markdown table or CSV contents. On load the contents will be parsed and loaded into a table. The table name is the same as the file. So data/qatt/my_data.md becomes a table called my_data that you can query.

    #obsidian #obsidianmd #obsidianplugins #qatt

  7. Query All the Things 0.7.1 released.

    Enable files in your vaults that contain CSV or just a markdown table to be imported as tables you can query.

    So yes. You can make a list of tavern foods and then a code block with this query to get a meal for the night.

    SELECT TOP 1 Entry FROM tavern_food ORDER BY RANDOM()

    Files can be added via settings for the plugin.

    #obsidian #obsidianmd #qatt #ttrpg #obsidianplugin

  8. Query All the Things 0.6.0 released.

    You can now use external files to store querys and templates for better reuse. Internal notes table is better behaved now. Added some wiki links SQL functions.

    Working on my TTRPG vault using this, will release that at some point.

    #obsidian #obsidianmd #qatt #ttrpg #obsidianplugin

  9. My obsidian plugin 'Query All The Things' is available in the community plugins.

    Some documentation is in place at sytone.github.io/obsidian-quer, needs more work so reach out if you have questions!

    #obsidianmd #obsidian #obsidianplugin #qatt