Quote:
|
Originally Posted by gravyboat I've got a stack of books at home on windows forms and gui programing in C#, and its been burning at me to attempt to write such a program. But I really lack the time right now for such an undertaking as I've got a thesis in math to research. Too bad they don't offer degrees in D&D  |
I think I am going to have a crack at a Treepad file reader in Java that will automatically add all the hyperlinks it can when you view a node.
When you read in the file you know all of the node names. then when you view a particular node you can scan the text for all of the node names and then replace the text with a hyperlink to the appropriate node. As individual nodes are not that big doing this on the fly should not be too slow, especially if you cache the results after you have done it.