Ranking individual files in bases automatically

What I’m trying to do

I want to be able to automatically rank files I have in my bases after I play/read/watch them. I have a backlog ranking I do and want to be able to place it in a leaderboard format, whilst having everything else go up or down dependant on that rank

Things I have tried

Manually adding a rank property and adjusting that score once I have completed a game but has been tedious to manually adjust every file. If there is any simple way to rank files would be super convenient

You cannot spare adding your own properties and values (e.g.: rating: 5 or 5stars with emojis or whatever), etc. A base is only for querying after.

And if you want to automate (not a whole lot of help if you only have 30-100 items only), you’d need scripting: Plugin: CodeScript Toolkit, for example, with processFrontmatter Obsidian API function.

1 Like