For general purpose electronics knowledge it's a good reference book, but at 1000 pages it would take you a few years if you wanted to read it from cover to cover.
Since you mentioned digital, what kind of projects did you have in mind? If you want to use microcontrollers and interface with various devices via I2C, SPI, RS232 or any other interface, then you want to look more into C programming than electronics, as you usually only need to know basics in the first chapter of the book and maybe chapter 13, which talks about AD and DA converters. If you only want to use such devices it's better to read for example AVR application notes or tutorials, so you don't get overwhelmed by the complexity.
For digital in sense of 7400 series ICs, I would probably use some other book that focuses more on digital design. First few chapters of "Digital design: Principles and practices" would give you enough knowledge to build most things you can imagine with those ICs. This knowledge also enables you to start messing with FPGAs.
If you want to learn electronics just to realize projects, just start working on them and learn as you go. If things does not make sense in one book, look into the others (use http://libgen.io). Don't get stuck trying to fully understand how things work. Math and physics behind even simple components such as capacitors and inductors is complicated. You don't need to know about Maxwell's equations to use those them (unless you start doing high speed digital or RF work, then you can't escape them, even Kirchhoff's laws don't hold anymore at high frequencies).
To summarize: Read first chapter of AoE and proceed to work on your projects.