=================== ReSTedit To Do List =================== :Author: Dinu Gherman :Author: Bill Bumgarner *Feel free to grab an item and run with it....* The goal is to create a Cocoa based application that fully leverages Cocoa Bindings, the Document based architecture, and uses threading where appropriate. Bill can take care of integrating patches. To Do ----- * **BUGS** * Fix export. Should show a save sheet with an accessory view that allows the user to select the format to be exported to. * Make sure *doc edited* works. It seems that something is causing the doc to stop tracking edits after the first save. * **General** * Move to rendering ReST in a thread. * Add a status bar area to the window * Disable rendering when rendered view is not visible * Make rendered HTML for purposes of display in the app use local hyperlinks. If at all possible, have it automatically open and go to the link in another ReSTedit document window. * Add a *back to document* button to the web view area so the user can easily return to the rendered document after clicking on the view. * Make simultaneous scrolling work correctly. I'm not 100% sure this is possible. * **Add preferences** * Add Default CSS settings * Add defaults for other docutil specific settings * **Make preview type selectable** * Plain text * Plain HTML * HTML+CSS (maybe multiple, depending on CSS availability) * PDF or PostScript * **Toolbar** * Add an output format selector? Maybe this should be an accessory view on the Preview portion of the window since it is useless unless that area is visible? * **ReST** * Add a templates menu.