Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-17 | packaging: version bump: 0.3.20.3.2 | Thanos Apollo | |
* Rewrite cloze display * Fix assertions when updating cloze notes * Fix mc-cloze reviews | |||
2024-07-17 | [fix] mc-cloze: Use gnosis-display-cloze-string. | Thanos Apollo | |
* Replace deprecated gnosis-display-cloze-sentence with gnosis-display-cloze-string. | |||
2024-07-17 | [fix] cloze: Update assertions when editing notes | Thanos Apollo | |
* Adjust for when cloze hints are just a single string. This is common in cloze notes that were made using the old format. | |||
2024-07-17 | display: Add gnosis-apply-highlighting-p | Thanos Apollo | |
* New variable: When non-nil applies syntax gnosis syntax highlighting. | |||
2024-07-17 | display: Add gnosis-center-content-p. | Thanos Apollo | |
* New variable: When non-nil, centers content during review. | |||
2024-07-16 | Merge branch '#rewrite-cloze-display'. | Thanos Apollo | |
* Rewrite cloze display funcs. * Fixing minor bugs. * Remove MC-Cloze from default notes. | |||
2024-07-16 | tests: Update cloze notes | Thanos Apollo | |
* Add hint | |||
2024-07-16 | cloze: Add quick fix for old cloze note format. | Thanos Apollo | |
2024-07-16 | gnosis-review: Move review funcs closer together | Thanos Apollo | |
2024-07-16 | Remove MC-Cloze from the default note types. | Thanos Apollo | |
* MC-cloze is due for a rewrite, current versio is buggy, thus it should be enabled by default. | |||
2024-07-16 | cloze: Add gnosis-display-cloze-string. | Thanos Apollo | |
* Display cloze string appropriately during note review. | |||
2024-07-16 | cloze: Add gnosis-cloze-mark-false | Thanos Apollo | |
* Mark false answers. | |||
2024-07-16 | cloze: Add gnosis-cloze-mark-answers | Thanos Apollo | |
* Mark answers in cloze review using FACE. | |||
2024-07-16 | cloze: Add gnosis-cloze-add-hints. | Thanos Apollo | |
* Add hints to cloze string. | |||
2024-07-16 | cloze: Add gnosis-create-cloze | Thanos Apollo | |
* Create a cloze string | |||
2024-07-16 | cloze: Add gnosis-display-cloze-string | Thanos Apollo | |
* Display cloze string appropriately during note review. | |||
2024-07-16 | cloze: Add gnosis-cloze-mark-false: Mark false answers. | Thanos Apollo | |
2024-07-16 | cloze: Add gnosis-cloze-mark-answers: Mark answers in cloze review | Thanos Apollo | |
2024-07-16 | cloze: Add gnosis-cloze-add-hints: Add hints to cloze string. | Thanos Apollo | |
2024-07-16 | cloze: Add gnosis-create-cloze: Create a cloze string | Thanos Apollo | |
2024-07-16 | cloze: Remove gnosis-display-cloze-sentence | Thanos Apollo | |
- Too big of a function. - Changes of clozes and hints should be done sequentially instead. | |||
2024-07-16 | [fix] cloze: Update assertiong when editing cloze notes. | Thanos Apollo | |
2024-07-16 | New function: Add gnosis-cloze-check | Thanos Apollo | |
Check if clozes are part of the sentence | |||
2024-07-16 | New function: Add gnosis-get-type. | Thanos Apollo | |
Return the type of note ID | |||
2024-07-16 | new func: Add gnosis-select-id | Thanos Apollo | |
Select notes by id. | |||
2024-07-15 | Release version 0.3.10.3.1 | Thanos Apollo | |
- Major refactoring of cloze note types - Addition of hints per cloze & refactoring of displaying cloze notes - Add randomized deck ids - Minor changes on demo - Minor bug fixes | |||
2024-07-15 | doc: Update cloze section | Thanos Apollo | |
2024-07-15 | demo: Add a latin phrase & update timers | Thanos Apollo | |
2024-07-15 | Add randomized deck ids | Thanos Apollo | |
Generate random number for deck id, avoiding any emacsql bugs that might occur in future versions. | |||
2024-07-15 | cloze: Update display conds, add smaller scratch funcs, update docs | Thanos Apollo | |
2024-07-14 | gnosis-test: Update cloze insertion & add todos. | Thanos Apollo | |
2024-07-14 | demo: Update cloze contents | Thanos Apollo | |
2024-07-14 | cloze: Refactor adding cloze notes | Thanos Apollo | |
Adjust for hints to be a list and extraction of contents for note, this way we do not having to also prompt for hints. | |||
2024-07-14 | cloze: Refactor display of clozes | Thanos Apollo | |
- Remove all previous funcs, they were not designed for applying syntax highlightings. - Add gnosis-display-sentence, which should handle all the logic of displaying cloze sentences, gnosis-display-sentence will redisplay the sentence updated for each cloze answered, making it easier to apply sytnax highlighting and most importantly, hints. | |||
2024-07-14 | cloze: Update default cloze string and face. | Thanos Apollo | |
- Use a more familiar cloze string to other srs. - Use ffap & italic as face, cursor can be problematic when using hints. | |||
2024-07-12 | Update commentary | Thanos Apollo | |
Use proper sentences. | |||
2024-07-10 | gnosis-dashboard-notes: Make columns adjustable to window-width | Thanos Apollo | |
2024-07-05 | Add gnosis-validate-actions-keys | Thanos Apollo | |
Verify gnosis-review-actions-keys have valid values | |||
2024-07-05 | Add gnosis-review-keybindings | Thanos Apollo | |
Making action keybindings customizable. | |||
2024-07-02 | gnosis-apply-syntax-overlay: Update regex & add underline | Thanos Apollo | |
2024-06-30 | gnosis-display: Minor aesthetic adjustments | Thanos Apollo | |
2024-06-28 | Release version 0.3.0: Merge branch '0.3.0-dev'0.3.0 | Thanos Apollo | |
- Major aesthetic & display improvments - Add gnosis-demo - Add MC-cloze note type | |||
2024-06-28 | [packaging] Update version to 0.3.0 | Thanos Apollo | |
2024-06-28 | [doc] Update documentation for version 0.3.0 | Thanos Apollo | |
2024-06-28 | [Feature] Add gnosis demo | Thanos Apollo | |
2024-06-28 | [Refactor] Break gnosis-add-note-mc-cloze | Thanos Apollo | |
- Create a separate function that adds the note - Add cl-asserts, this should be done for all hidden funcs in the future that add notes | |||
2024-06-28 | [fix] Reimplement new centering on display funcs | Thanos Apollo | |
This might need further adjustments in the future. | |||
2024-06-28 | [fix] Adjust gnosis-center-current-line & gnosis-center-string | Thanos Apollo | |
- Adjust for strings that exceed buffer window-width - Use fill-region | |||
2024-06-28 | Add custom gnosis-center-content | Thanos Apollo | |
Disable/enable gnosis-center funcs | |||
2024-06-28 | gnosis-display-question: Center string & apply syntax highlighting | Thanos Apollo | |