SuperMemoAssistant
SuperMemoAssistant copied to clipboard
A companion app for SuperMemo 17-18 which extends its functionalities through plugins.
https://devblogs.microsoft.com/dotnet/introducing-net-5/ https://docs.microsoft.com/en-us/dotnet/core/porting/net-framework-tech-unavailable
When pasting an image, SM will automatically create an image component. It makes adding screenshots to items a painless process. I would like some sort of equivalent for audio and...
https://docs.microsoft.com/en-us/visualstudio/ide/how-to-create-project-templates https://docs.microsoft.com/en-us/visualstudio/extensibility/creating-custom-project-and-item-templates - [ ] Add a NuPack configurations to the .sln - [ ] Add a dependency on SuperMemoAssistant.Interop - [ ] Create a xxxxPlugin class - [ ]...
- [x] Add an UI for SMA updates - [x] Add an option to manually update to a specific version
- [x] After SMA was closed by the user, SMA might continue running in the background to finish updating itself to newest version See #66
- https://github.com/NYTimes/Chronicler - https://stackoverflow.com/questions/18012024/generating-release-notes-in-rep-in-git - https://discuss.bitrise.io/t/how-to-generate-release-notes-changelog-from-git-commits-since-last-git-tag/294 - https://github.com/ariatemplates/git-release-notes - https://brettterpstra.com/2017/08/14/automatic-release-notes-from-git-commit-messages/ - [x] Automated GitHub release notes - [x] Automated nuspec release notes (fetch from git tag for current version)
- Start SMA when an update is available - Let the updater work for a short moment - Stop it before it can finish - Try to start again, the...
Display release notes when SMA or a Plugin is updated