NE text editor - blinkkin/blinkkin.github.com GitHub Wiki
Some macros/scripts (not sure how I should call them) for NE text editor written by Philip Hazel.
split/join: Join lines if cursor is at the end of the line, else split lines (check if it is last line?). Define as keystroke function 2.
fks 2 "if eol then (cl) else (unless sol do (sa//) else (p; cl))"
Documentation
xfpt -o ne.xml ne.xfpt
xsltproc --stringparam section.autolabel 1 \
--stringparam section.label.includes.component.label 1 \
--stringparam xref.with.number.and.title 0 \
/usr/share/sgml/docbook/xsl-stylesheets/html/onechunk.xsl ne.xml
lynx -dump -nolist index.html > ne.txt