diff --git a/.gitignore b/.gitignore index 8a77291..9392664 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,9 @@ main.js # obsidian data.json +# zip-archive +obsidian-gamified-pkm/obsidian-gamified-pkm.zip + # Exclude macOS Finder (System Explorer) View States coverage/ .DS_Store diff --git a/README.md b/README.md index a3ec7e2..6583641 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Imagine transforming your knowledge management into an adventure where every ste This plugin reimagines the way we interact with our knowledge base. By integrating game-like elements, it offers rewards for your progress, nurtures consistency, and makes the journey of learning a truly motivating experience. From achieving milestones to conquering challenges that shape your learning path, this plugin adds a layer of excitement to your knowledge management process. -The purpose of this plugin is, to support you to foster you personal knowledge. The principle idea is, when you increase you knowledge, think about your surrounding, you work, your personal life and connect your ideas, this will feed with a positive impact back to society. This is a big thing to say and still I believe in. It's independent if you do your knowledge management to increase your own good in the market, for charity or else. When brought more thought into what you do, it will get better in one way or another. Personal knowledge management is paying out after some time, and this plugin will help you bridge the time till then. It generates fun and excitement and keeps motivation high, also after your pkm is paying out. +The purpose of this plugin is to support you to foster you personal knowledge. The principle idea is to have a positive impact on society by connecting ideas across your knowledge, work and personal life through better thinking. This is a big thing to say and still I believe in. This is relevant whether your knowledge management is for personal improvement, for business reasons or for charity. With better thinking comes better outcomes. Personal knowledge management takes time to pay out, and this plugin will help you bridge the time till then. It generates fun and excitement, maintaining high motivation even long after your PKM has started to provide a returns on the time you've invested. **Why Support on Ko-Fi is Vital?** diff --git a/manifest.json b/manifest.json index 6457c9b..d867baa 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "gamified-pkm", "name": "Gamificate your PKM", - "version": "0.0.87", + "version": "0.0.88", "minAppVersion": "0.15.0", "description": "Enhance your Personal Knowledge Management with gamification elements. Boost motivation and achieve growth as you engage with your PKM.", "author": "Andreas Trebing", diff --git a/package-lock.json b/package-lock.json index 4c87ba8..b94be99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-gamified-pkm", - "version": "0.0.87", + "version": "0.0.88", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-gamified-pkm", - "version": "0.0.87", + "version": "0.0.88", "license": "MIT", "dependencies": { "crypto-js": "^4.1.1", diff --git a/package.json b/package.json index 18adcd1..dcdf9e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-gamified-pkm", - "version": "0.0.87", + "version": "0.0.88", "description": "Enhance your Personal Knowledge Management with gamification elements. Boost motivation and achieve growth as you engage with your PKM.", "main": "main.js", "scripts": {