Skip to content

Commit

Permalink
Merge pull request #42 from saertna/fix-spelling
Browse files Browse the repository at this point in the history
Release 0.0.81
  • Loading branch information
saertna authored Nov 14, 2023
2 parents c3b0834 + 7a02152 commit 8d3e7f8
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Hello, fellow learners and knowledge seekers! 📚 If you're as passionate about


## Manual installation
1. Download the latest release 🔗 **Plugin Download:** [Obsidian Gamification Plugin](https://github.com/saertna/obsidian-gamified-pkm/releases/tag/0.0.8)
1. Download the latest release 🔗 **Plugin Download:** [Obsidian Gamification Plugin](https://github.com/saertna/obsidian-gamified-pkm/releases/tag/0.0.81)
2. Extract the obsidian-gamified-pkm folder from the zip to your vault's plugins folder: <vault>/.obsidian/plugins/
- Note: On some machines the .obsidian folder may be hidden. On MacOS you should be able to press Command+Shift+Dot to show the folder in Finder.
- Note: the files `main.js` and `manifest.json` are the files which you need in this folder.
Expand Down
14 changes: 7 additions & 7 deletions main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-gamified-pkm",
"name": "Gamificate your PKM",
"version": "0.0.8",
"version": "0.0.81",
"minAppVersion": "0.15.0",
"description": "This plugin gamifies your personal knowledge management (PKM) to bring fun and drive into 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.

36 changes: 18 additions & 18 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ legend: false
| Level | Count |
| :---: | :---: |
| Majurity 5 |\`$=dv.pages().where(p => [5, '5', '5➡️', '5⬇️', '5⬆️'].includes(p.file.frontmatter['note-maturity'])).length\`|
| Majurity 4 |\`$=dv.pages().where(p => [4, '4', '4➡️', '4⬇️', '4⬆️'].includes(p.file.frontmatter['note-maturity'])).length\`|
| Majurity 3 |\`$=dv.pages().where(p => [3, '3', '3➡️', '3⬇️', '3⬆️'].includes(p.file.frontmatter['note-maturity'])).length\`|
| Majurity 2 |\`$=dv.pages().where(p => [2, '2', '2➡️', '2⬇️', '2⬆️'].includes(p.file.frontmatter['note-maturity'])).length\`|
| Majurity 1 |\`$=dv.pages().where(p => [1, '1', '1➡️', '1⬇️', '1⬆️'].includes(p.file.frontmatter['note-maturity'])).length\`|
| Majurity 0 |\`$=dv.pages().where(p => [0, '0', '0➡️', '0⬇️', '0⬆️'].includes(p.file.frontmatter['note-maturity'])).length\`|
| Maturity 5 |\`$=dv.pages().where(p => [5, '5', '5➡️', '5⬇️', '5⬆️'].includes(p.file.frontmatter['note-maturity'])).length\`|
| Maturity 4 |\`$=dv.pages().where(p => [4, '4', '4➡️', '4⬇️', '4⬆️'].includes(p.file.frontmatter['note-maturity'])).length\`|
| Maturity 3 |\`$=dv.pages().where(p => [3, '3', '3➡️', '3⬇️', '3⬆️'].includes(p.file.frontmatter['note-maturity'])).length\`|
| Maturity 2 |\`$=dv.pages().where(p => [2, '2', '2➡️', '2⬇️', '2⬆️'].includes(p.file.frontmatter['note-maturity'])).length\`|
| Maturity 1 |\`$=dv.pages().where(p => [1, '1', '1➡️', '1⬇️', '1⬆️'].includes(p.file.frontmatter['note-maturity'])).length\`|
| Maturity 0 |\`$=dv.pages().where(p => [0, '0', '0➡️', '0⬇️', '0⬆️'].includes(p.file.frontmatter['note-maturity'])).length\`|
Expand Down Expand Up @@ -172,18 +172,18 @@ export const incredimentsDataName = [
];

export const craftingItems = [
{ name: 'Temporal Tweaker', incredients: ['2xS1', '1xS6'] },
{ name: 'Perpetual Progress', incredients: ['2xS2', '1xS4'] },
{ name: 'Strategic Synapses', incredients: ['3xS1', '2xS2'] },
{ name: 'Accelerated Acquisition', incredients: ['1xS3', '2xS4'] },
{ name: 'Linkers Lode', incredients: ['3xS2', '1xS1'] },
{ name: 'Effortless Expansion', incredients: ['2xS3', '1xS6'] },
{ name: 'Recursive Reflection', incredients: ['2xS4', '1xS5'] },
{ name: 'Synaptic Surge', incredients: ['2xS2', '1xS1'] },
{ name: 'Inspiration Infusion', incredients: ['2xS7', '1xS1'] },
{ name: 'Title Titan', incredients: ['2xS8', '1xS7'] },
{ name: 'Precision Prism', incredients: ['2xS8', '1xS2'] },
{ name: 'Hyperlink Harmony', incredients: ['2xS2', '1xS6'] },
{ name: 'Temporal Tweaker', incredients: ['20xS1', '10xS6'] },
{ name: 'Perpetual Progress', incredients: ['20xS2', '10xS4'] },
{ name: 'Strategic Synapses', incredients: ['30xS1', '20xS2'] },
{ name: 'Accelerated Acquisition', incredients: ['10xS3', '20xS4'] },
{ name: 'Linkers Lode', incredients: ['30xS2', '10xS1'] },
{ name: 'Effortless Expansion', incredients: ['20xS3', '10xS6'] },
{ name: 'Recursive Reflection', incredients: ['20xS4', '10xS5'] },
{ name: 'Synaptic Surge', incredients: ['20xS2', '10xS1'] },
{ name: 'Inspiration Infusion', incredients: ['20xS7', '10xS1'] },
{ name: 'Title Titan', incredients: ['20xS8', '10xS7'] },
{ name: 'Precision Prism', incredients: ['20xS8', '10xS2'] },
{ name: 'Hyperlink Harmony', incredients: ['20xS2', '10xS6'] },
];

export const listOfUseableBoostersToBeShown = ['Perpetual Progress', 'Title Titan', 'Precision Prism']
Expand Down

0 comments on commit 8d3e7f8

Please sign in to comment.