~ Home Pro
This view gives you context across the entirety of your ideaverse in ways previously almost impossible to achieve. Itโs sorted by recently modified.
TABLE WITHOUT ID
choice(contains(file.path, "+"),
"โจ " + file.link,
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,
choice(contains(file.path, "Calendar/Days"),
" โ " + file.link,
choice(contains(file.path, "Calendar/Records/Events"),
"๐ช " + file.link,
choice(contains(file.path, "Calendar/Records/Ideas"),
"๐ก " + file.link,
choice(contains(file.path, "Calendar/Records/Logs"),
"๐ชต " + file.link,
choice(contains(file.path, "Calendar/Records/Meetings"),
"โ๏ธ " + file.link,
choice(contains(file.path, "Calendar/Records/Nice Things"),
"๐ " + file.link,
choice(contains(file.path, "Calendar/Reviews"),
"๐ " + file.link,
choice(contains(file.path, "Efforts/Areas"),
" โ " + file.link,
choice(contains(file.path, "Efforts/Projects"),
"โ๏ธ " + file.link,
choice(contains(file.path, "Efforts/Works"),
"๐จ " + file.link,
choice(contains(file.path, "x/Packs"),
"๐ " + file.link,
choice(contains(file.path, "x/Templates"),
"๐ " + file.link,
choice(contains(file.path, "x/Visuals/Excalidraw"),
"โ๏ธ " + file.link,
choice(contains(file.path, "x/Visuals/Images"),
"๐ผ๏ธ " + file.link,
file.link))))))))))))))))))))))))))))))) as "Notes",
choice(contains(file.folder, "+"),
"`" + file.folder + "`",
regexreplace(file.path, ".*/([^/]+)/[^/]+$", "$1")
) as "Parent Folder"
SORT file.mtime desc
LIMIT 177
Back to Home Pro