|
7 January 2007 19:38
For several years now I have used BK Replace Em to post edit the html
files that MindManager produces. It is free.
I tend to put my notes inside tables to control the width and layout.
Unfortunately this means the "notes" style is ignored inside the table.
To overcome this I have this command in a Replace Em group.
Replace <table bordercolor="#000000"
with <table align="center" class="notes" bordercolor="#000000".
applied to all html files in the web export folder.
You must make sure your search string is unique to the notes section of
the web pages.
You can also search for start and end strings (which might be HTML
tags) and replace everything in between.
Replace {}g<title>{}g</title>
with <title>{}eMindManager Software and Add-Ins{}e</title>
The advanced editor in BK ReplaceEm handles all the open, close
brackets and code letters.
Finally you can use this tool to import complete files into one or more of
the web pages MindManager has created. This may be a lower cost
option than using Map4Web, if all you want to do is add code like the
odd form.
It is easy to use and can help polish up your web site.
|