|
What do you guys at microsoft use to edit MAML? I have been looking around the internet and thier doesn't seem to be a single tool out there for this?
I am looking for an easier way to modify the Conceptual topics that I add to my help project over modifying the xml directly. I use DocProject to integrate the help development with visual studio. This does most of what I need with one exception
- You have to use the xml editor to modify the maml files. I have noticed that Dave Sexton (who created doc project) started building a WYSIWYG editor for MAML but he seems to have disappeared. I can't find a post from him anywhere in
the last year. (This also makes me worry about using DocProject)
Also, are there any plans to mainline help development functionality into visual studio? This could be invaluable on larger or distributed teams because you could incorporate the development of the developer help documentation (which needs a little
more than just xml code comments - like conceptual topics) right in line with the development.
So to summarize I have two requests:
1. Can you direct me to a MAML editor.
2. Don't let DocProject die! Rather, suck it in and package it up with visual studio. You can then have a fully integrated process of Designing, Developing, Testing, and
Documenting all in one place!
Some features for this thought:
1. New Help project template. (DocProject does this)
2. Ability to manage help content organization (TOC) and add additional content (topics) to the help project above the autogenerated content form the xml code comments. (DocProject does this)
3. Ability to edit all help content through a WYSIWYG editor (no support for this yet) and do things like incorporate class diagrams in the solution into the help.
NOTE: The kind of help content I am focusing on is technical help geared toward educating developers about the architecture and design of the solution they are working in (not user documentation - although you could do this too if you trusted your
developers to create this content).
|