Thursday, June 10, 2021

Re: Highlight and annotate plaintext

On Tue, Jun 08, 2021 at 01:54:39PM +0200, Julius Hamilton wrote:
> Hey,
>
> Does anyone know a good command line tool for highlighting and annotating
> plain text documents? Not syntax highlighting via pattern matching. Just
> going through a document with a cursor, and highlighting it for the purpose
> of note-taking. Plus adding comments would be good, but optional.

There are some pages on the net that describe making comments in
'StackOverflow Markdown', and one of them found the trick to make
comments in your tekst, that are not visible in print:

https://alvinalexander.com/technology/markdown-comments-syntax-not-in-generated-output/

I trief this in Vim with a plain markdown file, where the following line
is skipped when you make a pdf with pandoc:

[//]: # (This syntax works like a comment, and won't appear in any output.)

Didn't find out yet what part dides visibility in the pdf version, but
it works.

//meine

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/YMHr5r67FFYx3B5p%40trackstand.

No comments: