diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bed66b3..1cc39a66 120000 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1 @@ -docs/changelog.md \ No newline at end of file +docs/changelog.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 651dc17d..9815d5bd 120000 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1 @@ -docs/en/contributing.md \ No newline at end of file +docs/en/contributing.md diff --git a/docs/changelog.md b/docs/changelog.md index a740e670..5c123810 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [Unreleased] + +- Extended card title functionality partly as described in issue [`#851`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/851) + #### [1.12.4](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.12.3...1.12.4) - chore: fix package manager issue in CI [`#939`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/939) diff --git a/src/gui/FlashcardModal.tsx b/src/gui/FlashcardModal.tsx index 27e81fdf..1d037ffe 100644 --- a/src/gui/FlashcardModal.tsx +++ b/src/gui/FlashcardModal.tsx @@ -94,7 +94,7 @@ export class FlashcardModal extends Modal { this.deckView.hide(); } - private _showFlashcard(deck:Deck): void { + private _showFlashcard(deck: Deck): void { this._hideDecksList(); this.flashcardView.show(deck); } diff --git a/styles.css b/styles.css index ca18adca..05072293 100644 --- a/styles.css +++ b/styles.css @@ -289,4 +289,4 @@ body:not(.native-scrollbars) #sr-modal .modal-close-button { #sr-chart-period { appearance: menulist; border-right: 8px solid transparent; -} \ No newline at end of file +}