-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Best workflow for images ? #9
Comments
Hi, |
Hi,
They are all something I could tackle if I could find the time (CS is just a hobby for me). I intend to keep using nvim and anki for the decades to come so I will do them eventually, but I thought you might be interested in reading this :). Now for the matter at hand. My current setup involve reading pdfs and adding hundreds of flashcards. I sometimes have to add a picture to a field and anki supports this beautifully with a quick pasting from the clipboard. Currently the command I use to copy the screen into the clipboard is the following : Am I right ? So basically :
Yes please. How do you do ? Or how would you go about doing this ? |
@MFreidank I would also be interested in hearing about your workflow for adding images. |
Hi @thiswillbeyourgithub @jdsutherland This post also showcases a way to cover the use-case of quickly inserting screenshots, swapping out However, note that these mostly come down to vim-side/user-side tweaks. For this reason I won't directly ship them with Please let me know if this did not answer your question or if there are doubts remaining, happy to address them. Kind regards, |
@thiswillbeyourgithub
|
Hi! Thanks for everything. I will answer point by point as well :
Absolutely! This blog post shows indeed a very simple way to do what I needed. Maybe it would be more straightforward to make a wiki with a boiled down version though. Of course the wiki would link to the blog post.
A Very good point. Maybe an alternative would be to use colorschemes to distinguish ths fields.
I happen to have made pdf2anki in the past, this is terrible code but gets the job done. I recall I had trouble understanding how exactly to interact with ankiconnect so maybe taking a look at my script would help. I think there are something like 2 distinct libraries that allows to ineract like ankiconnect, I don't remember the name but some might be more straightforward to use.
Okay. I think I will just end up using either
Unfortunately I am completely swamped for a long time (med student :( ).
Basically, if you have a field "source" for example in which you put the link to the website you're ankifying, then having to retype the same content to the field would be a nightmare if you enter a few dozen cards from the same source. Frozen fields solves that by remembering past fields, at least those you selected.
I recently got more familiar with snippets so I will probably end up doing that. Unfortunately my workload is very often too high for myself so I can't contribute and even use ankivim as much as I want to. Sorry for the false hope, but I'll make sure to contribute what I end up doing on my side to make it work. Thanks for bringing ankivim already! |
Hi,
I have been AVIDLY interested in your addon for a while now but I can't figure out a way to quickly and efficiently add images to cards from the clipboard. Can anyone share how they do ?
If I find a compatible workflow I will probably add tons of macros into vim (neovim in my case) to emulate anki, I of course intend to share it in this repo if that happens :)
The text was updated successfully, but these errors were encountered: