%%dvmd{TABLE WITHOUT ID
choice(key = "Link", "Link",
choice(key = "Rating", "Rating",
choice(key = "Description", "Description",
choice(key = "Type", join(Type, ", "),
choice(key = "Categories", "Categories",
choice(key = "Author", "Author",
choice(key = "Founders", "Founders",
"Created"))))))) AS "Property",
choice(key = "Link", Link,
choice(key = "Rating", Rating,
choice(key = "Description", Description,
choice(key = "Type", join(Type, ", "),
choice(key = "Categories", join(Categories, ", "),
choice(key = "Author", Author,
choice(key = "Founders", join(Founders, ", "),
created))))))) AS "Value"
FROM "{{file_path}}"
FLATTEN ["Link", "Rating", "Description", "Type", "Categories", "Author", "Founders", "created"] AS key}{properties_table}%%
%%insert_dvmd{properties_table}%%
| Property | Value |
| ----------- | ---------------------------------------------------------------------------------- |
| Link | https://blog.stackblitz.com/posts/flow-state/ |
| Rating | 0.56 |
| Description | \- |
| Blog Post | Blog Post |
| Categories | [[Deep Work\|Deep Work]], [[Flow State\|Flow State]], [[Development\|Development]] |
| Author | [[Nick Moore\|Nick Moore]] |
| Founders | \- |
| Created | 2024-04-28 15:04 |
%%end_insert_dvmd{properties_table}%%
> The greatest threat isn’t an external interruption but an internal fragmentation—developers allowing themselves to suspend flow state in favor of important but ultimately distracting tasks.