Things To Do
- Get dt/dd lists working in a usable manner,
- Get the root attributes working correctly
- Allow cut&paste of singleton list items.
- Fill out the help page.
- Rationalize the flags and codes which are distributed between stylesheet and code.
- Get nextid implemented re: filling in the "name" field of new anchors.
- Add a "Sign Document" function, which takes environment variable, or looks at /etc/passwd for your name.
Bug: Creating a singleton list item wraps the list style the wrong way around sometimes.
Notes:
- The newline of a list-item is part of the list-item. This means that if you hit a CR at the end of the line, it will be inserted before the existing newline and hence be a part of the previous list-item. To get around this, you need to go to the following line and hit ^O.
- Using "plainest/plainer" in the vicinity of a list is a Bad Idea. The "Lists" functions should be used to remove/add list items
Nick Williams
njw@cs.city.ac.uk