~ Home Pro
The atlas is a folder and a headspace dedicated to ideas and knowledge.
Below are the most recently created notes in the Atlas folder.
TABLE WITHOUT ID
choice(contains(file.path, "Atlas/Dots/Things"),
"๐งฉ " + file.link,
choice(contains(file.path, "Atlas/Dots/Statements"),
"๐ฃ " + file.link,
choice(contains(file.path, "Atlas/Dots/People"),
"๐ค " + file.link,
choice(contains(file.path, "Atlas/Dots/Quotes"),
"๐ฌ " + file.link,
choice(contains(file.path, "Atlas/Dots/Questions"),
"โ " + file.link,
choice(contains(file.path, "Atlas/Dots/x"),
"๐ " + file.link,
choice(contains(file.path, "Atlas/Maps"),
"๐บ๏ธ " + file.link,
choice(contains(file.path, "Atlas/Sources/Books"),
"๐ " + file.link,
choice(contains(file.path, "Atlas/Sources/Clippings"),
"โ " + file.link,
choice(contains(file.path, "Atlas/Sources/Courses"),
"โณ๏ธ " + file.link,
choice(contains(file.path, "Atlas/Sources/Games"),
"๐ฎ " + file.link,
choice(contains(file.path, "Atlas/Sources/Papers"),
"๐ฌ " + file.link,
choice(contains(file.path, "Atlas/Sources/Shows"),
"๐บ " + file.link,
choice(contains(file.path, "Atlas/Sources/Songs"),
"๐ต " + file.link,
choice(contains(file.path, "Atlas/Sources/Talks"),
"๐ค " + file.link,
choice(contains(file.path, "Atlas/Sources/x"),
"๐ " + file.link,
file.link)))))))))))))))) as "Atlas Notes",
regexreplace(file.path, ".*/([^/]+)/[^/]+$", "$1") as "Parent Folder",
length(file.inlinks) as "Links"
FROM "Atlas"
SORT file.ctime desc
LIMIT 77Back to Home Pro