mirror of
https://github.com/sayanarijit/xplr
synced 2024-11-04 18:00:14 +00:00
List more examples in "writing plugins" section
This commit is contained in:
parent
113bdde01b
commit
b2ad4a1303
@ -72,7 +72,9 @@ Also See
|
||||
- [Tutorial: Adding a New Mode][6]
|
||||
- [Example: Using Environment Variables and Pipes][7]
|
||||
- [Example: Using Lua Function Calls][8]
|
||||
- [Example: Customizing Table Renderer][9]
|
||||
- [Example: Defining Custom Layout][9]
|
||||
- [Example: Customizing Table Renderer][10]
|
||||
- [Example: Render a custom dynamic table][11]
|
||||
|
||||
|
||||
[1]:https://www.lua.org
|
||||
@ -83,4 +85,6 @@ Also See
|
||||
[6]:modes.md#tutorial-adding-a-new-mode
|
||||
[7]:message.md#example-using-environment-variables-and-pipes
|
||||
[8]:message.md#example-using-lua-function-calls
|
||||
[9]:column-renderer.md#example-customizing-table-renderer
|
||||
[9]:layouts.md#example-defining-custom-layout
|
||||
[10]:column-renderer.md#example-customizing-table-renderer
|
||||
[11]:layouts.md#example-render-a-custom-dynamic-table
|
||||
|
Loading…
Reference in New Issue
Block a user