Change Firefox QuantumBar article publish date, add header image

This commit is contained in:
timvisee 2021-09-07 17:06:28 +02:00
parent 835cef025d
commit 7ccce81343
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
8 changed files with 8 additions and 9 deletions

View File

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -2,9 +2,6 @@
title = "Firefox tricks: efficient QuantumBar usage" title = "Firefox tricks: efficient QuantumBar usage"
description = "Tricks to efficiently use the Firefox address bar. Using scope characters, bookmark keywords, and duckduckgo bangs, without add-ons." description = "Tricks to efficiently use the Firefox address bar. Using scope characters, bookmark keywords, and duckduckgo bangs, without add-ons."
# TODO: remove to publish
draft = true
[taxonomies] [taxonomies]
categories = ["blog"] categories = ["blog"]
tags = ["firefox"] tags = ["firefox"]
@ -15,6 +12,8 @@ zenn_applause = true
comments = [] comments = []
+++ +++
{{ fit_image(path="blog/2021-09-07_firefox-tricks-quantumbar/header.png", url="/blog/firefox-tricks-quantumbar/header.png") }}
The Firefox [QuantumBar][firefox-address-bar] (formerly AwesomeBar, or just The Firefox [QuantumBar][firefox-address-bar] (formerly AwesomeBar, or just
address bar) is surprisingly capable. There's a lot you can do with it to address bar) is surprisingly capable. There's a lot you can do with it to
quickly navigate through your browser. It's one of the things which makes quickly navigate through your browser. It's one of the things which makes
@ -54,7 +53,7 @@ Imagine you want to jump to an open Google tab, simply type:
% google % google
``` ```
{{ fit_image(path="blog/2021-09-03_firefox-quantumbar-tricks/tab-google.png", url="/blog/firefox-quantumbar-tricks/tab-google.png") }} {{ fit_image(path="blog/2021-09-07_firefox-tricks-quantumbar/tab-google.png", url="/blog/firefox-tricks-quantumbar/tab-google.png") }}
Or you want to find an _MDN_ bookmark on _Progressive web apps_ you added to Or you want to find an _MDN_ bookmark on _Progressive web apps_ you added to
your huge bookmarks collection ages ago. [Proton][proton] even shows a fancy your huge bookmarks collection ages ago. [Proton][proton] even shows a fancy
@ -64,7 +63,7 @@ hint now:
* mdn pwa * mdn pwa
``` ```
{{ fit_image(path="blog/2021-09-03_firefox-quantumbar-tricks/bookmark-mdn-pwa.png", url="/blog/firefox-quantumbar-tricks/bookmark-mdn-pwa.png") }} {{ fit_image(path="blog/2021-09-07_firefox-tricks-quantumbar/bookmark-mdn-pwa.png", url="/blog/firefox-tricks-quantumbar/bookmark-mdn-pwa.png") }}
Simple! By the way, use <kbd class="bind"><kbd>Ctrl</kbd>+<kbd>L</kbd></kbd> or Simple! By the way, use <kbd class="bind"><kbd>Ctrl</kbd>+<kbd>L</kbd></kbd> or
<kbd>F6</kbd> to quickly focus the address bar. <kbd>F6</kbd> to quickly focus the address bar.
@ -87,7 +86,7 @@ keyword term to trigger it with. You may put `%s` in the bookmark URL, which
will be replaced with what you type after the trigger keyword, making them will be replaced with what you type after the trigger keyword, making them
interactive. interactive.
{{ fit_image(path="blog/2021-09-03_firefox-quantumbar-tricks/bookmark-edit.png", url="/blog/firefox-quantumbar-tricks/bookmark-edit.png") }} {{ fit_image(path="blog/2021-09-07_firefox-tricks-quantumbar/bookmark-edit.png", url="/blog/firefox-tricks-quantumbar/bookmark-edit.png") }}
The simplest example would be to quickly jump to your favorite site. Set a The simplest example would be to quickly jump to your favorite site. Set a
bookmark with the `d` keyword. Type `d` in your address bar and hit enter to bookmark with the `d` keyword. Type `d` in your address bar and hit enter to
@ -104,7 +103,7 @@ d what is the answer to life
wiki bikeshedding wiki bikeshedding
``` ```
{{ fit_image(path="blog/2021-09-03_firefox-quantumbar-tricks/bookmark-search.png", url="/blog/firefox-quantumbar-tricks/bookmark-search.png") }} {{ fit_image(path="blog/2021-09-07_firefox-tricks-quantumbar/bookmark-search.png", url="/blog/firefox-tricks-quantumbar/bookmark-search.png") }}
<details> <details>
<summary>Tap to see bookmark config</summary> <summary>Tap to see bookmark config</summary>
@ -125,7 +124,7 @@ Quickly jump to your favorite subreddit:
r/ linuxmasterrace r/ linuxmasterrace
``` ```
{{ fit_image(path="blog/2021-09-03_firefox-quantumbar-tricks/bookmark-reddit.png", url="/blog/firefox-quantumbar-tricks/bookmark-reddit.png") }} {{ fit_image(path="blog/2021-09-07_firefox-tricks-quantumbar/bookmark-reddit.png", url="/blog/firefox-tricks-quantumbar/bookmark-reddit.png") }}
<details> <details>
<summary>Tap to see bookmark config</summary> <summary>Tap to see bookmark config</summary>
@ -144,7 +143,7 @@ ennl bikeshedding
nlen fietsenstalling nlen fietsenstalling
``` ```
{{ fit_image(path="blog/2021-09-03_firefox-quantumbar-tricks/bookmark-translate.png", url="/blog/firefox-quantumbar-tricks/bookmark-translate.png") }} {{ fit_image(path="blog/2021-09-07_firefox-tricks-quantumbar/bookmark-translate.png", url="/blog/firefox-tricks-quantumbar/bookmark-translate.png") }}
<details> <details>
<summary>Tap to see bookmark config</summary> <summary>Tap to see bookmark config</summary>

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB