mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

323K
active users

Everything in one place is why I use it for projects. I make a folder for each project with a page the same name so it shows when clicked on (folder notes plugin) and then track any to dos or actions on the project page and make any pages related to that project in the same folder. I use my plugin qatt to roll up project views and the top task for each project.

@mammoth in the latest change I am not sure how to quickly go to the latest post.

I used to double tap on the button at the bottom to go to the top of the feed but that does not seem to work. Every once in a while a go to top button shows at top of feed.

Then there is the count that does nothing when you click on it.

Looked for help but found not on your site.

Query All The Things (qatt) v0.10.0 Release for

Features

* Add obsidian handlebars helper and JoinArray SQL function
* Add settings to disable missing DataView and CustomJS plugins notification
* Add EXTRACTLINE and LINEINDEX SQL functions
* Enable processing of DataView Inline fields for use in tasks (`obsidian_markdown_tasks table`)

github.com/sytone/obsidian-que

GitHubRelease 0.10.0 · sytone/obsidian-queryallthethingsQuery All The Things (qatt) v0.10.0 Release 🎉 You can download the documentation and example vault to open in obsidian to see the queries in action here. Features Add obsidian handlebars helper an...
sytone boosted

As Hyperloop One shuts down, we need to remember that the Hyperloop was never meant to be built.

Elon Musk’s goal was never to transform transportation for the masses, but to stop or delay high-speed rail from reaching North America. Sadly, he succeeded — and we all lost as a result. While the rest of the world moved forward, the US remains stuck in the past.

disconnect.blog/p/the-hyperloo

Disconnect · The Hyperloop was always a scamBy Paris Marx

Query All The Things v0.8.8 Plugin Release for

- 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 💖

GitHubRelease 0.8.8 · sytone/obsidian-queryallthethingsQuery All The Things (qatt) v0.8.8 Release Features enable frontmatter data to be queried for page. render: add 100+ handlebars helpers to rendering templates return all query results as collectio...

Query All the Things 0.8.0 released.

- JSON Import support added
- re-import on file changes in vault for JSON, MD Tables and CSV
- Import from web endpoints for JSON, MD Tables and CSV

Documentation at sytone.github.io/obsidian-quer has been updated.

Details at github.com/sytone/obsidian-que

@Colman

Obsidian - Query All The ThingsQuery All The ThingsObsidian - Query All The Things

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.

@Colman you might be interested in this. Currently adding the ability for the QATT extension to load CSV files on start into tables you can query.

Just added a CSV of tavern foods and this block to return a random food item. I am considering using CSV files and maybe MD tables as data sources to query and join via SQL.

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.