PKM Game Stage

This is something that I am going to try to get to the point where stuff makes sense. I am going to try and gamify my PKM with the end goal of hitting a blog/video/audio content

So, to start:

XP (Experience Points):
Points:
Badges:

Main Quests (Goals):
Quests (Projects):
Daily / Side Quests (Habits/Tasks):

Rewards:

Calculation of XP:
for each completed project - 1000
for each completed habit/task - 10

for each evergreen note #tag/tree: 1000 pts
for each branch note: #tag/branch: 100 pts
for each seedling note: #tag/seed: 10 pts

each Level is 1000 xp

Levels: PKM Mastery - 10 Levels - Chat GPT - Knowledge Levels

Points and XP

Seedlings: $= dv.pages("#status/🌱").length * 10
In Progress: $= dv.pages("#status/🌿").length * 100
Evergreen Notes: $= dv.pages("#status/🌲").length * 1000

Total Points: $= (dv.pages("#status/🌲").length * 1000) + (dv.pages("#status/🌿").length * 100) + (dv.pages("#status/🌱").length * 10)

References

How Obsidian.md Replaced Video Games & Helped Me Publish
How To Gamify Your Notes With OBSIDIAN - YouTube


📇 Additional Metadata

  • 🗂 Type:: note
  • 🏷️ Tags::
  • 📡 Status:: #status/🌿