diff --git a/README.md b/README.md index 99635e4..46b5da9 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,28 @@ Hello, fellow learners and knowledge seekers! 📚 If you're as passionate about **Embark on a Motivational Journey!** +### Additional config informations + +In some cases the same vault is used vor other activities as well an the knowledge management shall stay separated. Then you can exclude #tags and/or folders, which shall not be used when initialized. By default the folder 'Excalidraw' is entered. You can ignore this setting if you want to use all files in you vault for you pkm. +![Settings for exclude TAGs and folders](/docs/images/SettingsExcludeTagsFolders.png) + +## Getting Started + +### initialise game + +When not already done during installation, hit `CTRL+P` and run command `Initialize gamification ratings`. This command will create you profile, rate you existing notes and give you a starting level. On the profile you can get informations to you current level, points, badges and see the distribution of you note maturitys. + +![Gamification Initialization Command](/docs/images/GamificationInitializationCommand.png) + +### next steps + +create a new note and use the plant-icon on the side or `CTRL+P` and ran command `Rate note maturity`. +![Rate Note First Time](/docs/images/RateNoteFirstTime.png) + +work on an existing note, improve you thougts, you title, link it to other fitting notes and run `CTRL+P` and ran command `Rate note maturity`, or use the plant-icon. +![Rate again after improving](/docs/images/RateAfterImprovement.png) + + ## Hey there! 👋 Imagine transforming your knowledge management into an adventure where every step forward is a celebration. Introducing the Obsidian Gamification Plugin – a tool designed to harness the motivating power of game techniques and apply it to our pursuit of knowledge. diff --git a/docs/images/GamificationInitializationCommand.png b/docs/images/GamificationInitializationCommand.png new file mode 100644 index 0000000..3ece9ef Binary files /dev/null and b/docs/images/GamificationInitializationCommand.png differ diff --git a/docs/images/RateAfterImprovement.png b/docs/images/RateAfterImprovement.png new file mode 100644 index 0000000..d488236 Binary files /dev/null and b/docs/images/RateAfterImprovement.png differ diff --git a/docs/images/RateNoteFirstTime.png b/docs/images/RateNoteFirstTime.png new file mode 100644 index 0000000..066b89c Binary files /dev/null and b/docs/images/RateNoteFirstTime.png differ diff --git a/docs/images/SettingsExcludeTagsFolders.png b/docs/images/SettingsExcludeTagsFolders.png new file mode 100644 index 0000000..9490a89 Binary files /dev/null and b/docs/images/SettingsExcludeTagsFolders.png differ