Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.39 KB

👓 List of Papers.md

File metadata and controls

35 lines (23 loc) · 1.39 KB

[!NOTE] Explanation This is some Obsidian wizardry using the plugin dataview. It requires some expertise to fully customize. But the idea is that you can qrite custom queries to your notes and filter only those that have specific meta data or tags in them. Here are a few examples. (If it does not work, go to settings, activate community plugins and add "dataview") Make sure to join my blog for more info on this awesome feature and to learn how this can help you create awesome overviews of your work.

All Papers

All papers in primary sources folder, sorted by rating

TABLE without id file.link as Paper, ShortSummary as Summary, Rating FROM "1️⃣ Primary Sources" sort Rating DESC

Review Papers

Papers with a #reviewpaper tag.

TABLE without id file.link as Paper, ShortSummary as Summary, Rating FROM #reviewpaper AND "1️⃣ Primary Sources"  sort Rating DESC

Ecology Papers

Papers with a #ecology tag.

TABLE without id file.link as Paper, ShortSummary as Summary, Rating FROM #ecology  AND "1️⃣ Primary Sources"  sort Rating DESC

[!fail]- Papers in need of a tag! Please provide a tag for these papers:

table without id file.link as Paper, Summary, Rating from "1️⃣ Primary Sources" where length(file.tags) = 0