I use my personal computer sometimes and other computers of my work, so I have a pen whith some portable apps and some cloud documents (google, simplenote...).
I recent have downloaded the netbeans .zip IDE. You don't need to install anything. I use sometimes notepad++ or the atom editor. I use the Firefox debugger too. I draw with LibreOffice draw and Freeplane.
I read the code in this order:
- I start in empty.html. Here I see that the next files are bootprefix.js and boot.js
- I read bootprefix.js
- I read boot.js. There are some methods (in black color in my pdf)
- Then I realize that the next step are the startup module-type tiddlers inside TW, so I search them with this filter: "[all[shadows]module-type[startup]].
- I read some tiddlers and I annotate its methods (in red in the diagram)
- With this message I realized that there are other important module-type tiddlers: the wikimethod one. So I need other approach to search for all $tw object tree.
Maybe there is an easy way to search all $tw methods inside Tiddlywiki using filters, regexp and searches, but I don't know. I have to study it.
Now I have to change a little the chapters of The-book to register all I recently discover. I move very slowly for what it takes to publish a new version of The-book.
As soon as I have the opportunity and time I will watch the video. I really want to.
Thanks for your help