Skip to content

Commit

Permalink
Video for Release 0.0.90
Browse files Browse the repository at this point in the history
  • Loading branch information
saertna committed Mar 24, 2024
1 parent dcf2f5a commit 5b50976
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "gamified-pkm",
"name": "Gamificate your PKM",
"version": "0.0.89",
"version": "0.0.90",
"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",
"authorUrl": "https://github.com/saertna",
"fundingUrl": "https://ko-fi.com/andreastrebing",
"isDesktopOnly": false
}
}
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.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-gamified-pkm",
"version": "0.0.89",
"version": "0.0.90",
"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 Expand Up @@ -28,8 +28,8 @@
"ts-node": "^10.9.1"
},
"devDependencies": {
"@tsconfig/svelte": "^3.0.0",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@tsconfig/svelte": "^3.0.0",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
Expand All @@ -44,8 +44,8 @@
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"esbuild-svelte": "^0.7.3",
"eslint": "8.48.0",
"esbuild-svelte": "^0.7.3",
"eslint": "8.48.0",
"jest": "^29.6.3",
"jest-mock-extended": "^3.0.5",
"lint": "^1.1.2",
Expand All @@ -61,7 +61,7 @@
"ts-jest": "^29.1.1",
"tslib": "2.4.0",
"typescript": "4.7.4",
"svelte": "^3.57.0",
"svelte-preprocess": "^5.0.3"
"svelte": "^3.57.0",
"svelte-preprocess": "^5.0.3"
}
}
}
4 changes: 4 additions & 0 deletions src/Messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ I develop this plugin as a hobby, spending my free time doing this. If you find
## New
- added an avatar picture field (contribution goes to the obsidian-avatar plugin from froehlichA). When creating the avatar page it will be there. Bellow the code how to exchange in existing profile pages.
<div class="excalidraw-videoWrapper"><div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/BOc5jzh_WtM?si=861K3FNrfAu0jJNI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></div>
Replace the first table and bar graph with this and you get the new layout. (don't worry, the data will update with the next received poits):
\`\`\`
\`\`\`gamification-avatar
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Badge } from './badges'
export const PLUGIN_VERSION = '0.0.89';
export const PLUGIN_VERSION = '0.0.90';
export const pointsNoteMajurity = 100;
export const pointsMajurity = 10;
export const pointsForDailyChallenge = 500;
Expand Down

0 comments on commit 5b50976

Please sign in to comment.