Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
searx-engine
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
searx-engine
Commits
0d4d58f7
Commit
0d4d58f7
authored
Jan 06, 2019
by
Étienne Deparis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[enh] Add preference section to two upstream plugins for simple theme integration
parent
3c95d64f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
open_results_on_new_tab.py
searx/plugins/open_results_on_new_tab.py
+1
-0
vim_hotkeys.py
searx/plugins/vim_hotkeys.py
+1
-0
No files found.
searx/plugins/open_results_on_new_tab.py
View file @
0d4d58f7
...
...
@@ -20,5 +20,6 @@ description = gettext('Results are opened in the same window by default. '
'This plugin overwrites the default behaviour to open links on new tabs/windows. '
'(JavaScript required)'
)
default_on
=
False
preference_section
=
'ui'
js_dependencies
=
(
'plugins/js/open_results_on_new_tab.js'
,)
searx/plugins/vim_hotkeys.py
View file @
0d4d58f7
...
...
@@ -5,6 +5,7 @@ description = gettext('Navigate search results with Vim-like hotkeys '
'(JavaScript required). '
'Press "h" key on main or result page to get help.'
)
default_on
=
False
preference_section
=
'ui'
js_dependencies
=
(
'plugins/js/vim_hotkeys.js'
,)
css_dependencies
=
(
'plugins/css/vim_hotkeys.css'
,)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment