I'd like to be able to click unfamiliar words in Chrome and automatically create notes in Anki 2 using an online dictionary. It'd also be nice to have an automatic method for sending text and images to Anki notes straight from Chrome. For example, if I read an article here that I want to remember, I'd be able to highlight the title, send it to Anki, and when I review, I'd see the title on the card's front with the reverse being a link to the source if I forgot what the post was about.
I found some Chrome extensions that purport to do this sort of thing, but didn't get any of them to work with Anki 2. Is anyone currently doing this, and if so, what is the solution?
Not sure if this is what you meant by "systemized", but here's my basic workflow for textbooks:
Writing new cards takes a long time, so I try to spread out the work. Roughly speaking, one textbook chapter usually takes two days, and will generate 20-30 cards. (This is for physics and math, where I'm generating a lot of cards that are relatively basic formulas and constants.) Also, most of the work is in reading, understanding, and summarizing. Making the Anki cards does take time, but it tends to be less than the other parts.
I haven't done much to automate the process, although I'm working on autogenerating cards from the emacs documentation to learn emacs shortcuts. The most important modification I made to vanilla Anki was writing a very kluge-y plugin to allow full use of my commonly used emacs keybindings (mostly movement, killing, yanking, and deleting).
A few quick pieces of advice:
Learn the shortcuts. It's a lot less painful when editing to type Cmd-T + M to get into Latex math mode than it is to use the mouse.
On a related note, if you're doing math, physics, or anything else with formulas, learn Latex if you don't know it. It's for more pleasant to review cards with pretty formatting than with ugly formatting. It also makes cloze deletion of formulas a lot easier (although I'm not sure how effective Cloze formulas are yet).
Batch the steps of whatever process you choose. So, I do all the reading, then all the summarizing, then all the anki additions, then all the anki reviewing. It's much faster, and way less painful to review.
I've found it to be easier to review old material and learn new material at the same time. Learning 10 or 20 new cards can sometimes be frustrating, especially when I basically wanted to brute-force memorize (as I did with trig formulas before starting Calculus, where I didn't care how they were derived). Reviewing, on the other hand, is generally pleasant, since I get to feel accomplished and intelligent.
Think hard about what information is useful. I wanted to memorize the derivation of the formula for a ring of charge in physics based on the formula for a point charge. I initially tried to make a bunch of different cards that sequentially went through the steps of the derivation. What worked, though, was having one card for the general strategy and another card for the bounds of integration. Once I had those two pieces of information, I was easily able to reconstruct the whole derivation. Since there were 3 or 4 additional similar derivations, recognizing those pieces of information as being critical saved something like 15 or 20 cards, which is huge.
If you haven't read these yet, here's a list of 20 rules of formulating knowledge, with an emphasis on SRS. This is a much longer article by the same guy, covering basically the same information in more detail. I agree with gwern, though, that Cloze deletions are not the most effective way to learn.
That twenty rules article (in particular Cloze deletions) seem quite useful and have good examples! Thanks for the recommendation. What would you suggest beyond Cloze deletions?