Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into fix/bug-424-review-…
Browse files Browse the repository at this point in the history
…next-cache-race
  • Loading branch information
karimodm committed Jan 3, 2024
2 parents b904f3d + 4549ea7 commit 25cbabc
Show file tree
Hide file tree
Showing 26 changed files with 2,113 additions and 1,867 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@ Fight the forgetting curve & note aging by reviewing flashcards & notes using sp

Check the [docs](https://www.stephenmwangi.com/obsidian-spaced-repetition/) for more details.

## Supported By

<a href='https://ko-fi.com/M4M44DEN6' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi3.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>

<a href="https://jb.gg/OpenSourceSupport" target="_blank"><img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png" height='128' style='border:0px;height:128px;' alt="JetBrains Logo (Main) logo."></a>
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [Unreleased]

- Bug fix Note review doesn't open next note automatically after a review [`#424`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/424), [`#582`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/582)

- Feat: Support richer set of flashcard ordering during review; e.g. random card from random deck [`#814`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/814)
- Bug fix Problem with nested list item's indentation [`#800`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/800)
- Bug fix Problem with nested list item's indentation [`#812`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/812)
- Bug Cloze Breaks When }} Encountered [`#799`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/799)
Expand Down
4 changes: 4 additions & 0 deletions docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@ Create an `obsidian-spaced-repetition` folder under `.obsidian/plugins` in your
- [Spaced Repetition for Efficient Learning by Gwern](https://www.gwern.net/Spaced-repetition/)
- [20 rules of knowledge formulation by Dr. Piotr Wozniak](https://supermemo.guru/wiki/20_rules_of_knowledge_formulation)

### Supported By

<a href='https://ko-fi.com/M4M44DEN6' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi3.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>

<a href="https://jb.gg/OpenSourceSupport" target="_blank"><img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png" height='128' style='border:0px;height:128px;' alt="JetBrains Logo (Main) logo."></a>
37 changes: 18 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,35 +20,34 @@
"author": "Stephen Mwangi",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/node": "^20.4.10",
"@types/vhtml": "^2.2.4",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@wdio/cli": "^8.14.4",
"@wdio/local-runner": "^8.14.3",
"@wdio/mocha-framework": "^8.14.0",
"@wdio/selenium-standalone-service": "^8.14.0",
"@wdio/spec-reporter": "^8.14.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"@types/vhtml": "^2.2.9",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@wdio/cli": "^8.27.1",
"@wdio/local-runner": "^8.27.0",
"@wdio/mocha-framework": "^8.27.0",
"@wdio/spec-reporter": "^8.27.0",
"auto-changelog": "^2.4.0",
"builtin-modules": "^3.3.0",
"chai": "^4.3.7",
"esbuild": "~0.19.1",
"eslint": "^8.47.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"chai": "^4.3.10",
"esbuild": "~0.19.11",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-expect-message": "^1.1.3",
"moment": "^2.29.4",
"obsidian": "^1.4.0",
"prettier": "^3.0.1",
"moment": "^2.30.1",
"obsidian": "^1.4.11",
"prettier": "^3.1.1",
"ts-jest": "^29.1.1",
"tslib": "2.6.1",
"typescript": "5.1.6",
"vhtml": "^2.2.0",
"wdio-chromedriver-service": "^8.1.1"
},
"dependencies": {
"chart.js": "^4.3.3",
"chart.js": "^4.4.1",
"pagerank.js": "^1.0.2"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 25cbabc

Please sign in to comment.