Firefox Add-on ContextSearch: Difference between revisions

From Squirrel's Lair
No edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{TidBit
{{TidBit
|shortDescription=ContextSearch in FireFox adds more than just rightClick-search
|shortDescription=ContextSearch in FireFox adds more than just rightClick-search
|TidBit=Firefox extension [https://github.com/odebroqueville/contextSearch/ ContextSearch] provides customizable select-rightClick searches.
|featured=Yes
}}
Firefox extension [https://github.com/odebroqueville/contextSearch/ ContextSearch] provides customizable select-rightClick searches.


The user selects a piece of text on a page, right clicks, and chooses the search engine they want to use. The very basic functionality is available in many browsers at least for the default search engine, but ContextSearch allows you to add additional search engines, and also to use this for sites that aren't search engines at all but encode actions in their URL
The user selects a piece of text on a page, right clicks, and chooses the search engine they want to use. The very basic functionality is available in many browsers at least for the default search engine, but ContextSearch allows you to add additional search engines, and also to use this for sites that aren't search engines at all but encode actions in their URL
Line 17: Line 19:


* search for the word on your own mediawiki
* search for the word on your own mediawiki
** search string <code> https://<your wiki's URL>/index.php?search= </code>
** search string <code> https://your.wiki's.URL/index.php?search= </code>
 
* find out more about a book on goodreads:
** earch string <code>https://www.goodreads.com/search?q= </code>


=== Specific to Winnipeg - but similar would apply elsewhere ===
=== Specific to Winnipeg - but similar would apply elsewhere ===
Line 34: Line 39:
<code>https://wiki.squirrelslair.ca/index.php?action=edit&title=Internal:Firefox_Add-on_ContextSearch</code>
<code>https://wiki.squirrelslair.ca/index.php?action=edit&title=Internal:Firefox_Add-on_ContextSearch</code>
This means you can use the following search string to select-rightClick open a page in mediawiki using the following "search" string:  
This means you can use the following search string to select-rightClick open a page in mediawiki using the following "search" string:  
*  for regular edit: <code> https://<your wiki's URL>/index.php?action=edit&</code>
*  for regular edit: <code> https://your.wiki's.URL/index.php?action=edit&</code>
*  for [[Mediawiki Extension PageForms|PageForms]] edit: <code> https://<your wiki's URL>/index.php?action=formedit&</code>
*  for [[Mediawiki Extension PageForms|PageForms]] edit: <code> https://your.wiki's.URL/index.php?action=formedit&</code>
Of course if you do this for a selected text that doesn't have a page on the mediawiki yet, it will try to create a new page for you.
Of course if you do this for a selected text that doesn't have a page on the mediawiki yet, it will try to create a new page for you.
|featured=Yes
}}

Latest revision as of 17:20, 2022 January 12


  • Cargo:


  • Categories:
  • Default form


Firefox extension ContextSearch provides customizable select-rightClick searches.

The user selects a piece of text on a page, right clicks, and chooses the search engine they want to use. The very basic functionality is available in many browsers at least for the default search engine, but ContextSearch allows you to add additional search engines, and also to use this for sites that aren't search engines at all but encode actions in their URL

Search use cases

General

Specific to Winnipeg - but similar would apply elsewhere

Stretch use cases

Right-click edits on mediawiki

ContextSearch can do some other things in cases where the URL encodes actions, and the actions don't need to be in a specific order. For example, usually mediawiki opens a page in edit mode by appending action=edit to the end of the URL, like https://wiki.squirrelslair.ca/index.php?title=Internal:Firefox_Add-on_ContextSearch&action=edit but it will treat it the same if the URL has the action=edit before the title, e.g. https://wiki.squirrelslair.ca/index.php?action=edit&title=Internal:Firefox_Add-on_ContextSearch This means you can use the following search string to select-rightClick open a page in mediawiki using the following "search" string:

Of course if you do this for a selected text that doesn't have a page on the mediawiki yet, it will try to create a new page for you.