## Nex tips ## If you want to edit with nano, pick a width for your nex documents, like 70, or 55, perhaps, and then when you're writing, use ctl-j to easy justify your paragraphs. I don't recommend doing the whole document, in case you have ascii art or use underlining. The way to do this is to launch nano with the "fill" flag, e.g.: nano --fill 70 index Then in the document, write paragraphs without adding returns like you were typing--the same way you would edit in gemtext--and when the paragraph is done, just hit ctl-j key.