In BookBrowser? Or do you mean CodeView?
In CodeView I will often add an xhtml comment starting with **FIXME** and include a note about what still needs to be fixed in that xhtml file. If I want it to appear in Preview I simply make it a h1 or something visually easy to see.
Either way a simple Find and Replace for **FIXME** shows me all my remaining todo items. As the fixmes are done, I remove them.
I use this approach for all of my xhtml and even all my software coding projects.
Last edited by KevinH; 10-12-2022 at 09:50 AM.
|