This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ```dataviewjs | |
| // ====================================================================== | |
| // ACTIVITY MANAGEMENT ROULETTE — DataviewJS for Obsidian Activities | |
| // Filters: Category, Season, Suitable For (multi-select), Tested Status | |
| // Weighting: Default Unweighted, Only shown if Tested Status is Any | |
| // ====================================================================== | |
| // ------------------- SETTINGS (edit here) ------------------- | |
| var SETTINGS = { | |
| // Activity Query Settings | |
| TASK_TAGS: ["#aktiviteter"], // The primary tag to query |