Data Science TABLE FROM "" WHERE contains(tags, "question") AND category = "DS" Machine Learning Operations TABLE FROM "" WHERE contains(tags, "question") AND category = "MLOPS" Language Models TABLE FROM "" WHERE contains(tags, "question") AND category = "LANG" DevOps TABLE FROM "" WHERE contains(tags, "question") AND category = "DEVOPS" Career Interest TABLE FROM "" WHERE contains(tags, "question") AND category = "CAREER" All Questions I have tagged new questions in generating notes, they will appear at the bottom of this. TABLE round(length(file.inlinks) * 2 + length(file.outlinks) + length(tags) + min(round(file.size / 100, 2), 5)) AS "Interest Score", recency_of_interest AS "Recency of Interest" // filter(file.tags, (tag) => !contains(tag, "question")) AS "Tags" FROM "" WHERE contains(tags, "question") SORT round(length(file.inlinks) * 2 + length(file.outlinks) + length(tags) + min(round(file.size / 100, 2), 5)) DESC