Skip to content

Commit 6120be7

Browse files
authored
fix: ignore **/*.excalidraw.md files by default (#1090)
1 parent af42140 commit 6120be7

File tree

23 files changed

+98
-54
lines changed

23 files changed

+98
-54
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docs/docs/changelog.md
1+
docs/docs/changelog.md

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docs/docs/en/contributing.md
1+
docs/docs/en/contributing.md

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,24 @@ Fight the forgetting curve & note aging by reviewing flashcards & notes using sp
3131
- Possible use case: [Incremental writing](https://www.stephenmwangi.com/obsidian-spaced-repetition/notes/#incremental-writing)
3232
- [Statistics](https://www.stephenmwangi.com/obsidian-spaced-repetition/flashcards/#statistics)
3333

34+
## Coming Soon
35+
36+
1. FSRS
37+
38+
- [ ] Store scheduling info in a dedicated file
39+
- [ ] Migrate from one storage system to another
40+
- [ ] Implement FSRS
41+
- [ ] Update documentation
42+
43+
2. Better Cloze formats
44+
45+
- [ ] Custom cloze markers
46+
- [ ] Cloze hints
47+
- [ ] Anki-like clozes
48+
- [ ] Update documentation
49+
3450
## Usage
3551

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

3854
<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>

docs/docs/en/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Fight the forgetting curve by reviewing flashcards & notes using spaced repetiti
2222
!!! tip "Help & Support"
2323

2424
:material-circle-medium: Visit the [discussions](https://github.com/st3v3nmw/obsidian-spaced-repetition/discussions/) section for Q&A help, feedback, and general discussion.<br/>
25-
:material-circle-medium: Raise an issue [here](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/) if you have a feature request or a bug-report.
25+
:material-circle-medium: Raise an issue [here](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/) if you have a feature request or a bug report.
2626

2727
!!! tip "Contributing"
2828

eslint.config.mjs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ export default tseslint.config(
3636
],
3737
},
3838
},
39-
{
40-
files: ["tests/**"],
41-
rules: {
42-
"@typescript-eslint/no-require-imports": "off",
43-
},
44-
},
4539
{
4640
files: ["src/**"],
4741
rules: {
@@ -58,4 +52,10 @@ export default tseslint.config(
5852
],
5953
},
6054
},
55+
{
56+
files: ["tests/**"],
57+
rules: {
58+
"@typescript-eslint/no-require-imports": "off",
59+
},
60+
},
6161
);

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
"chart.js": "^4.4.4",
5050
"minimatch": "^10.0.1",
5151
"pagerank.js": "^1.0.2",
52-
"peggy": "^4.0.3"
52+
"peggy": "^4.0.3",
53+
"short-uuid": "^5.2.0"
5354
},
5455
"packageManager": "^[email protected]"
5556
}

pnpm-lock.yaml

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lang/locale/ar.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,18 @@ export default {
6161
GITHUB_DISCUSSIONS:
6262
'Visit the <a href="${discussions_url}">discussions</a> section for Q&A help, feedback, and general discussion.',
6363
GITHUB_ISSUES:
64-
'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report.',
64+
'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug report.',
6565
GITHUB_SOURCE_CODE:
6666
'Project source code available on <a href="${github_project_url}">GitHub</a>',
6767
CODE_CONTRIBUTION_INFO:
6868
'Information on <a href="${code_contribution_url}">code contributions</a>',
6969
TRANSLATION_CONTRIBUTION_INFO:
7070
'Information on <a href="${translation_contribution_url}">translating the plugin</a> to your language',
7171
PROJECT_CONTRIBUTIONS:
72-
'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report',
72+
'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug report',
7373
FOLDERS_TO_IGNORE: "مجلدات لتجاهلها",
7474
FOLDERS_TO_IGNORE_DESC:
75-
"Enter folder paths or glob patterns on separate lines e.g. Templates Meta/Scripts or **/*.excalidraw.md. This setting is common to both flashcards and notes.",
75+
"Enter folder paths or glob patterns on separate lines e.g. Templates/Scripts or **/*.excalidraw.md. This setting is common to both flashcards and notes.",
7676
OBSIDIAN_INTEGRATION: "Integration into Obsidian",
7777
FLASHCARDS: "البطاقات",
7878
FLASHCARD_EASY_LABEL: "نص الزر سهل",

src/lang/locale/cz.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,18 @@ export default {
6161
GITHUB_DISCUSSIONS:
6262
'Visit the <a href="${discussions_url}">discussions</a> section for Q&A help, feedback, and general discussion.',
6363
GITHUB_ISSUES:
64-
'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report.',
64+
'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug report.',
6565
GITHUB_SOURCE_CODE:
6666
'Project source code available on <a href="${github_project_url}">GitHub</a>',
6767
CODE_CONTRIBUTION_INFO:
6868
'Information on <a href="${code_contribution_url}">code contributions</a>',
6969
TRANSLATION_CONTRIBUTION_INFO:
7070
'Information on <a href="${translation_contribution_url}">translating the plugin</a> to your language',
7171
PROJECT_CONTRIBUTIONS:
72-
'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report',
72+
'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug report',
7373
FOLDERS_TO_IGNORE: "Ignorované složky",
7474
FOLDERS_TO_IGNORE_DESC:
75-
"Enter folder paths or glob patterns on separate lines e.g. Templates Meta/Scripts or **/*.excalidraw.md. This setting is common to both flashcards and notes.",
75+
"Enter folder paths or glob patterns on separate lines e.g. Templates/Scripts or **/*.excalidraw.md. This setting is common to both flashcards and notes.",
7676
OBSIDIAN_INTEGRATION: "Integration into Obsidian",
7777
FLASHCARDS: "Kartičky",
7878
FLASHCARD_EASY_LABEL: "Easy Button Text",

src/lang/locale/de.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,18 @@ export default {
6767
GITHUB_DISCUSSIONS:
6868
'Visit the <a href="${discussions_url}">discussions</a> section for Q&A help, feedback, and general discussion.',
6969
GITHUB_ISSUES:
70-
'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report.',
70+
'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug report.',
7171
GITHUB_SOURCE_CODE:
7272
'Project source code available on <a href="${github_project_url}">GitHub</a>',
7373
CODE_CONTRIBUTION_INFO:
7474
'Information on <a href="${code_contribution_url}">code contributions</a>',
7575
TRANSLATION_CONTRIBUTION_INFO:
7676
'Information on <a href="${translation_contribution_url}">translating the plugin</a> to your language',
7777
PROJECT_CONTRIBUTIONS:
78-
'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report',
78+
'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug report',
7979
FOLDERS_TO_IGNORE: "Ausgeschlossene Ordner",
8080
FOLDERS_TO_IGNORE_DESC:
81-
"Enter folder paths or glob patterns on separate lines e.g. Templates Meta/Scripts or **/*.excalidraw.md. This setting is common to both flashcards and notes.",
81+
"Enter folder paths or glob patterns on separate lines e.g. Templates/Scripts or **/*.excalidraw.md. This setting is common to both flashcards and notes.",
8282
OBSIDIAN_INTEGRATION: "Integration into Obsidian",
8383
FLASHCARDS: "Lernkarten",
8484
FLASHCARD_EASY_LABEL: "Einfach Knopf Text",

0 commit comments

Comments
 (0)