luakit/luakit

Add keybinding info to online documentation

Open

#450 建立於 2017年8月19日

在 GitHub 查看
 (0 留言) (1 反應) (0 負責人)Lua (1,868 star) (248 fork)batch import
documentationhelp wantedwebsite

描述

Currently you only get keybinding info if you use the built-in documentation browser.

Fairly straight-forward implementation: instead of modifying the doc HTML by inserting introspected binding information, parse it out of the modules, by extracting the Lua code for the bindings and executing it in a wrapper environment that provides stubs for add_binds/add_cmds. Most likely will have to wrap the binds Lua in marker comments.

貢獻者指南