nyxt icon indicating copy to clipboard operation
nyxt copied to clipboard

Move `command-information` and friends from `input.lisp` to `help.lisp`

Open aadcg opened this issue 3 years ago • 7 comments

command-markup, command-docstring-first-sentence, command-information and list-command-information are just helpers to our help system.

Do we agree? @aartaka @Ambrevar @jmercouris @pdelfino

aadcg avatar May 30 '22 18:05 aadcg

Yes, it belongs to help, I guess.

aartaka avatar May 30 '22 18:05 aartaka

I'm expanding it to be more general.

aadcg avatar May 30 '22 18:05 aadcg

@aadcg Mind that I'm already moving lots of help-related stuff in #2320.

Ambrevar avatar May 30 '22 19:05 Ambrevar

Ok @Ambrevar!

aadcg avatar May 30 '22 22:05 aadcg

I am also in accord!

jmercouris avatar Jun 01 '22 08:06 jmercouris

(Note to self). Expanding means having class-markup and friends so that we can enrich the interactivity of our manual.

aadcg avatar Jun 01 '22 11:06 aadcg

Partly addressed with ee35994de.

[Note to self.]

Expanding means having class-markup and friends so that we can enrich the interactivity of our manual.

The idea would be that a significant part of the manual would be generated from docstrings.

aadcg avatar Jun 22 '22 08:06 aadcg