Fix for "find searches only part of the file" bug (#6905)

* Enabled the Accel F shortcut by default for documentsearch.

* Update Playwright Snapshots

* Update Playwright Snapshots

* Added tentative find-plugin docs, WIP.

* Removed file with shortcut override.

* Cleanup/removal of todo.

* Update docs/source/notebook.md

Co-authored-by: Andrii Ieroshenko <ieroshenkoa@gmail.com>

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
Co-authored-by: Andrii Ieroshenko <ieroshenkoa@gmail.com>
Eric Gentry 3 years ago committed by GitHub
parent f276c54090
commit ee3e1c2212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -332,6 +332,16 @@ to remember are the following:
For the full list of available shortcuts, click {guilabel}`Help`,
{guilabel}`Keyboard Shortcuts` in the notebook menus.
## Searching
Jupyter Notebook has an intelligent built-in search plugin for finding text within a
notebook or other document, which uses the {kbd}`Ctrl-F` shortcut by default.
Your browser's `find` function will give unexpected results because it doesn't have
access to the full content of a document, but you can still use your browser find
function from the browser menu if you want, or you can disable the intelligent search
shortcut using the Advanced Settings Editor.
## Plotting
One major feature of the Jupyter notebook is the ability to display plots that

@ -1,15 +0,0 @@
{
"title": "Jupyter Notebook DocumentSearch Settings",
"description": "Jupyter Notebook DocumentSearch Settings",
"jupyter.lab.shortcuts": [
{
"command": "documentsearch:start",
"keys": ["Accel F"],
"selector": ".jp-mod-searchable",
"disabled": true
}
],
"properties": {},
"additionalProperties": false,
"type": "object"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Loading…
Cancel
Save