Topic: Hypertext macro for plain text (HYPERTXT) (1 of 2), Read 154 times
Conf: VEDIT Macro Library
From: Christian Ziemski
Date: Monday, March 15, 1999 07:02 AM


Today I want to share my biggest VEDIT macro with you.

I tried to translate it to english completely. I hope you understand it.


The macro HYPERTXT.VDM makes it possible to navigate through an ordinary text file (or more than one!) like with a WWW browser (o.k. not exactly...)

The links and entries are marked visible with [], {} and @.

Additionally the macro is able to convert the text into HTML code.


There is a sample HYPERTXT.HTX file coming with the macro. That one should make it clearer what exactly I mean ...

And please read the documentation at the beginning of the macro too.


ftp://ftp.vedit.com/share/hypertxt.vdm
ftp://ftp.vedit.com/share/htx.syn
ftp://ftp.vedit.com/share/hypertxt.htx


Christian

 


Topic: Hypertext macro for plain text (HYPERTXT) (2 of 2), Read 138 times
Conf: VEDIT Macro Library
From: Christian Ziemski
Date: Thursday, May 20, 1999 05:02 AM


Today I have uploaded a new version of my Hypertext macro.

It has some improvements:
- The links are more sensible now (the cursor can be positioned just before or behind the link).
- The entries for the links are now created in the correct sequence within the text. (Hello Fritz! :-))
- Some internal improvements and bugfixes.

Additionally there is an example .BAT file to start the macro from a DOS box or a Windows' shortcut.


ftp://ftp.vedit.com/share/hypertxt.vdm   (The macro itself)
ftp://ftp.vedit.com/share/hypertxt.syn   (Syntax file. New name!!!)
ftp://ftp.vedit.com/share/hypertxt.htx   (Sample file)
ftp://ftp.vedit.com/share/hypertxt.bat   (start batch)


Christian