On 8. Nov 2006, at 10:03, Hans-Joerg Bibiko wrote:
For generating the help, you can use:
"$TM_SUPPORT_PATH/lib/markdown_to_help.rb"
<"$TM_BUNDLE_SUPPORT/help.markdown"
It enumerates your sections and auto-generate the table of contents. You probably want to decrease the heading level for your sections, if you use this (so you don’t start with 1.1).
Yes I know but I have some problems with it.
- If I type
echo "<base href='tm-file://${TM_BUNDLE_SUPPORT// /%20}/ help.markdown'>" "$TM_SUPPORT_PATH/lib/markdown_to_help.rb" <"$TM_BUNDLE_SUPPORT/ help.markdown"
the links in Table of Content are broken.
Ah, true.
[...]
- If the hyperlinks of Table of Content works the actual jump
address is hidden under Soryu's nice page header. Try it out, press e.g. at TODO, it jumps to TODO but you can't see the beginning because of the header.
Yeah, this is a general problem with this theme -- I think Kevin did something with object embedding for the R help, but not sure it solved it, though it definitely is something we need to solve.