Add wpackagist webjump
This commit is contained in:
parent
3e5646f4b5
commit
10c653db7d
1 changed files with 9 additions and 0 deletions
|
@ -67,6 +67,15 @@ shorter ddg.
|
||||||
define_opensearch_webjump("ddg", "duckduckgo.xml");
|
define_opensearch_webjump("ddg", "duckduckgo.xml");
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
Add a [[https://wpackagist.org/][WordPress Packagist]] webjump.
|
||||||
|
|
||||||
|
#+BEGIN_SRC js
|
||||||
|
define_webjump("wpackagist",
|
||||||
|
"https://wpackagist.org/search?q=%s&type=any",
|
||||||
|
$alternative="https://wpackagist.org/",
|
||||||
|
$doc="Search WordPress packagist for plugins and themes.");
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
Add the ~site-js/~ directory to the load path.
|
Add the ~site-js/~ directory to the load path.
|
||||||
|
|
||||||
#+BEGIN_SRC js
|
#+BEGIN_SRC js
|
||||||
|
|
Loading…
Reference in a new issue