Adam
adamlaycock.ca
Adam
@adamlaycock.ca
Any chance of adding a widget to run other commands? I use an alternate daily note plugin and it would be useful to run that command over.
December 11, 2025 at 6:49 PM
I didn't include braces in that example, with the intention of implying that no function call was being made, it appears a no-op statement when reading the code, similar to how a string shows up.

I guess a string is unambiguously a no-op, where my example isn't
October 31, 2025 at 1:37 PM
I suspect the reason is "directives already existed", and you're preferring to lean on an existing pattern
October 30, 2025 at 9:49 PM
Eg, something that is statically analyzable, but still clearly compiler magic

import { useServer } from '$compiler/react';

function() {
useServer;
// ...
}
October 30, 2025 at 9:48 PM
The "use strict" directive was deliberately backwards compatible. I wouldn't expect the same for code that uses "use client" or "use workflow".

If compilation is a requirement, why not skip the backwards compatibility and use syntax that could handle versioning, namespacing, etc.
October 30, 2025 at 9:39 PM
AP and AT have different goals, and AT is still building its core functionality, eg, hosting private data on-network. The usability of spinning up new AT clients isn't really a central tenant of AT, unlike on AP where creating new nodes is one of the main selling point.
September 30, 2025 at 3:34 PM
Beard Doyle
September 16, 2025 at 3:11 AM
It's wild that daily note rolling-over isn't built into the core plugin.
September 1, 2025 at 10:59 PM
This brings the functionality closer to something like Notion "relations" or Dataview plugin. Bases can show properties from multiple different files and treat your vault like a queryable database.
August 8, 2025 at 2:21 PM
"You can now also access properties from a file reference." You make my dreams come true. ❤️❤️❤️
August 5, 2025 at 9:06 PM
@obsidian.md The "Functions" docs suggest that I should be able to access a file when creating a formula with `file("somefile.md")`, but I'm just getting "⚠️ Error" in the field. Am I missing something?
June 21, 2025 at 8:16 PM
I'm very excited for the potential of reading frontmatter from other files. Joining content between bases would open a lot of doors, similar to Notion's relation fields.
June 6, 2025 at 4:39 AM
Does your day-to-day result in notes primarily time-stamped in this format? Or do you try to name files uniquely? I suspect that I'd routinely run into naming conflicts with a flat structure like yours.
May 27, 2025 at 3:39 AM