Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typofixes #63

Merged
merged 3 commits into from
Feb 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?**

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading