URL highlighting text tinkering: Difference between revisions
Jump to navigation
Jump to search
Bryandamon (talk | contribs) No edit summary |
Bryandamon (talk | contribs) (โโ) |
||
Line 32: | Line 32: | ||
* Only works on Chrome | * Only works on Chrome | ||
* https://www.howtogeek.com/658842/how-to-use-google-chromes-new-deep-linking-feature/ | * https://www.howtogeek.com/658842/how-to-use-google-chromes-new-deep-linking-feature/ | ||
* https://arstechnica.com/gadgets/2020/06/google-pushes-text-fragment-links-with-new-chrome-extension/ | |||
[[Category:Wiki Moment]] | [[Category:Wiki Moment]] |
Revision as of 00:09, 19 June 2020
URLs to websites (including wikis) can highlight sections of text using the pages URL, followed by #:~:text=
, and ending with the URL encoded section of the text.
Build the link
- Start with a normal external link bracket:
[
- Then add the pages URL, for example:
https://mwstake.org/mwstake/wiki/URL_highlighting_text_tinkering
- Add this little snippet:
#:~:text=
- Add the URL PATH encoded section of the text you want to highlight using
{{urlencode:string|PATH}}
{{urlencode:highlight sections of text|PATH}}
- Which results in:
- highlight%20sections%20of%20text
- Then finish with a space (normal for an external link), the alternative text (probably ideal since the URL will likely be long), and then a closing bracket:
Cool highlighted link]
- Putting this all together, you get:
[https://mwstake.org/mwstake/wiki/URL_highlighting_text_tinkering#:~:text={{urlencode:highlight sections of text|PATH}} Cool tip]
- Which results in (need to open in a new tab):
Longer sections of text
- The same format can be used to capture longer strings without capturing all the text by separating the two sections of text with a comma
,
- For example:
[https://mwstake.org/mwstake/wiki/URL_highlighting_text_tinkering#:~:text={{urlencode:URLs to websites|PATH}},{{urlencode:section of the text.|PATH}} Cool tip 2]
- Which results in (need to open in a new tab):