diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-06-28 05:37:28 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-06-28 05:41:09 +0300 |
commit | c4b8dcc17b9c314f71edd8b66de6592709a96216 (patch) | |
tree | 63064cc9253ab4fe9615024ee404fb77fc4ea452 /TODO | |
parent | b709f27a4cdbb60ed99f09f8a66c1541bd6c888a (diff) | |
download | sciteco-c4b8dcc17b9c314f71edd8b66de6592709a96216.tar.gz |
added cheat sheet
* This is supposed to allow new users without any prior exposure to SciTECO
to pick up the basics of practical usage of SciTECO as an editor.
It almost does not elaborate on scripting-side of things.
* This requires a full Groff installation, so the document is not built by default.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -380,6 +380,7 @@ Features: all of SciTECO can be run against nodejs as a runtime. I'm not aware of any (working) alternatives, like cross-compiling for the JVM. + See also https://gist.github.com/VitoVan/92ba4f2b68fec31cda803119686295e5 * Windows supports virtual terminals now. See: https://docs.microsoft.com/en-us/windows/console/classic-vs-vt Perhaps we should transition from PDCurses to something using @@ -449,6 +450,7 @@ Features: or grep -n results. * <:EF> for saving and closing a buffer, similar to <:EX>. * Bash completions. + * Case-sensitive search command (modifier or flag). Optimizations: * Use SC_DOCUMENTOPTION_STYLES_NONE in batch mode. @@ -483,8 +485,6 @@ Documentation: Furthermore, womanpages could contain "hypertext" links to help topics using special Troff markup and grosciteco support. * The command reference should include an overview. - * Write a cheat sheet. Either on www.cheatography.com, or - using Groff and include with SciTECO. * Write some tutorials for the Wiki, e.g. about paragraph reflowing... Object-oriented SciTECO ideoms etc. ;-) |