Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sobjornstad/tiddlyremember
Embed Anki notes in your TiddlyWiki
https://github.com/sobjornstad/tiddlyremember
anki anki-addon anki21 tiddlywiki-plugin tiddlywiki5
Last synced: 22 days ago
JSON representation
Embed Anki notes in your TiddlyWiki
- Host: GitHub
- URL: https://github.com/sobjornstad/tiddlyremember
- Owner: sobjornstad
- License: mit
- Created: 2020-05-10T22:14:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-07T04:37:19.000Z (11 months ago)
- Last Synced: 2024-04-20T00:12:15.539Z (7 months ago)
- Topics: anki, anki-addon, anki21, tiddlywiki-plugin, tiddlywiki5
- Language: HTML
- Homepage: https://sobjornstad.github.io/TiddlyRemember/
- Size: 6.98 MB
- Stars: 64
- Watchers: 6
- Forks: 7
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TiddlyRemember
TiddlyRemember is a tool that integrates [TiddlyWiki][] with [Anki][].
You can interleave questions with your notes in TiddlyWiki,
then sync them into Anki notes with one click.
You can edit and move the questions around your TiddlyWiki,
and they will stay connected to the Anki notes.
Scheduling information in Anki is preserved when editing notes in TiddlyWiki.## Documentation
Installation and use instructions can be found at
https://sobjornstad.github.io/TiddlyRemember/.## Building from source
Install the TiddlyWiki plugin in the `tw-plugin/` subdirectory
directly to your Node.JS wiki
(I like using [Peru][] to manage plugins)
or build it into a TiddlyWiki plugin using the [dev instructions][]
and then install it in your single-file wiki.
TiddlyWiki >=5.1.22 is required
(less may work, but you'll have to modify the plugin metadata -- I haven't tested it).
You will also need TiddlyWiki running on Node on your machine.
You don't have to actually host your wiki on Node --
single files work fine --
-- but you do have to have it available to do the rendering
the plugin requires to extract questions.Run `make` in the `anki-plugin` directory.
PyQt needs to be installed to do this
(try `pip install -r requirements.txt` to get all the devtools).
Then copy the `anki-plugin/src` directory
to your Anki plugins folder.
Configure the Anki plugin with Tools -> Add-ons -> Configure.[TiddlyWiki]: https://tiddlywiki.com
[Anki]: https://apps.ankiweb.net
[Peru]: https://github.com/buildinspace/peru
[dev instructions]: https://tiddlywiki.com/dev/#Developing%20plugins%20using%20Node.js%20and%20GitHub