Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 421 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 421 Bytes

Pico Search Plugin

This can be confirmed directory of files

About

https://www.youtube.com/watch?v=2vtft7XnUQY

How to use

1: You will save this plugin to plugin's folder

2: You will add to somewhere (e.g. top page) the following code.

<form action="./filesearch" method="get">
<p>
Keyword: <input type="text" name="q">
</p>
<p>
<input type="submit" value="Search">
</p>
</form>