Stephen Mwangi

Results 13 issues of Stephen Mwangi

This should fix #196 where Obsidian tags in regex notes aren't added to Anki.

**Is your feature request related to a problem? Please describe.** Suggested by safrilth [here](https://forum.obsidian.md/t/plugin-for-flashcards-note-level-spaced-repetition-all-inside-obsidian/16498/69?u=st3v3n). > Usually i use this plugin to review my flashcard. When exam day is still far...

enhancement

As an Anki-User I am very thankful for your Anki-like implementation in Obsidian. It's a great time-saver. What I unfortunately miss is a button for cards I have not answered...

enhancement

Please check [this](https://github.com/st3v3nmw/obsidian-spaced-repetition/wiki/Help-Translate) for more details. TL;DR 1. Fork this repository, 2. Copy the entries from `src/lang/locale/en.ts` to the proper file in `locales` (i.e. `fr.ts` for French, or `sw.ts` for...

enhancement
help wanted

![image](https://user-images.githubusercontent.com/43380836/132978430-3ac36ca8-6e91-4819-b2b6-c5db81a67d47.png)

bug

https://docs.ankiweb.net/filtered-decks.html#reviewing-ahead

enhancement

Hi everyone 👋🏾, Lately, I haven't had as much time as I would like to dedicate to maintaining and working on this plugin (see number of open issues and pull...

help wanted

@AB1908 So the change was been pushed. However, I would expect after editting and saving, the card would be refreshed with the new version (but still not skipping to the...

This is a follow-up on last week's design sessions. ## Internal Format I've simplified the internal model to this: ```yaml operator: id: operator views: path/to/view: OperatorKey|Store some/other/view: Store aa/bb/cc: OperatorKey|Store...