You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might be cool. Instead of printing vimdoc we can instead print the whole AST as json so that other tools can walk the AST and do cool stuff with it.
FLOW
lemmy-help outputs json (flag: --to-json)
User modifies the content (not the structure/AST)
lemmy-help takes that json (flag: --from-json) via stdin and prints vimdoc.
IDK
In case of --from-json, file inputs should be discarded or appended after json?
The text was updated successfully, but these errors were encountered:
This might be cool. Instead of printing
vimdoc
we can instead print the whole AST asjson
so that other tools can walk the AST and do cool stuff with it.FLOW
lemmy-help
outputsjson
(flag:--to-json
)lemmy-help
takes thatjson
(flag:--from-json
) via stdin and printsvimdoc
.IDK
--from-json
, file inputs should be discarded or appended after json?The text was updated successfully, but these errors were encountered: