From 5e71c93377adb521392f09e31eb769a65f0fa477 Mon Sep 17 00:00:00 2001 From: saertna <83655354+saertna@users.noreply.github.com> Date: Sun, 4 Feb 2024 20:12:28 +0100 Subject: [PATCH 1/3] fixed some grammar and typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?** From 6b6638748244a48b935996bc2c1327938ef2b5e5 Mon Sep 17 00:00:00 2001 From: saertna <83655354+saertna@users.noreply.github.com> Date: Sun, 4 Feb 2024 22:24:38 +0100 Subject: [PATCH 2/3] release 0.0.88 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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": { From 41ca4dfb7d42a5be1acfc76e616dddb510fc6cdc Mon Sep 17 00:00:00 2001 From: saertna <83655354+saertna@users.noreply.github.com> Date: Sun, 4 Feb 2024 22:25:51 +0100 Subject: [PATCH 3/3] zip archive --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) 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