Guys, I have no issues with AMB neither any other new invention - but...
maybe simpler solution would be to copy solution offered by Tk's "text
widget"? The "side advantage" would be ability to browse the texts prepared
such way under every OS where Tk toolkit is available.

Some more details:

 https://wiki.tcl-lang.org/page/Text+Widget+Example
 https://www.python-course.eu/tkinter_text_widget.php
 https://www.perlmonks.org/?node_id=667638

This can be done very easily, for example, in simplest case:

Somewhere in supposed text file you can insert something like this:

 <l>5. Settings / preferences</>

...which will become "hyperlink", that after being clicked will move you
to a later section of the same file having the header like this:

 <b>5. Settings / preferences</>

<l> means "link"
<b> means "bold>

This is already done and easy to copy
-- 
regards,
Zbigniew


_______________________________________________
Freedos-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to