mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
Pull-Request [ariasae-10-17-2023] from Obsidian (#31)
* PUSH NOTE : Markdown Showcase.md * PUSH NOTE : Public Journal.md * PUSH NOTE : Markdown.md * PUSH NOTE : Meta.md * PUSH NOTE : Writing with Outlines.md * DELETE FILE : content/Evergreen/Unlock Firefox Sidebar.md * DELETE FILE : content/markdown-showcase.md
This commit is contained in:
parent
a1c46dc0be
commit
4cd30a7991
@ -1,36 +0,0 @@
|
||||
---
|
||||
title: Unlock the Sidebar Width in Firefox
|
||||
tags: [guide]
|
||||
compartir: true
|
||||
updated: 2023-10-02
|
||||
category: Evergreen
|
||||
---
|
||||
This post will guide you through unlocking the sidebar width in Firefox. It will let you resize it beyond what is possible by default. We will be setting both the maximum, and the minimum width. You will have a chance to customize these values once at the right step.
|
||||
|
||||
## Why Would Anyone Want to Do This?
|
||||
|
||||
* To enhance the use of the Firefox [Side View](https://addons.mozilla.org/en-US/firefox/addon/side-view/) extension.
|
||||
* To compliment the use of one of my Firefox sidebar [extensions](https://addons.mozilla.org/en-US/firefox/user/17772574/).
|
||||
|
||||
## Step-by-Step Instructions
|
||||
|
||||
1. In a new tab, navigate to `about:support`.
|
||||
2. Under _Application Basics_, find _Profile Folder_.
|
||||
3. Locate and click the `Open Folder` button next to it. It will be next to an address similar to: `%appdata%\Mozilla\Firefox\Profiles\{profile-id}.default`[^1]
|
||||
4. Inside your Firefox _Profile Folder_, create a new folder named: `chrome`.
|
||||
5. Inside the newly created chrome folder, create a new file named: `userChrome.css`.
|
||||
6. Copy the following code, paste as content and save:[^2]
|
||||
|
||||
```css
|
||||
/* You may change the units to any length you find more convenient. */
|
||||
#sidebar-box {
|
||||
max-width: 40% !important;
|
||||
min-width: 300px !important;
|
||||
}
|
||||
```
|
||||
|
||||
7. Finally, in a new tab, navigate to `about:config` and search for `toolkit.legacyUserProfileCustomizations.stylesheets` and change it to `true`.
|
||||
8. Restart Firefox and test it out!
|
||||
|
||||
[^1]: `%appdata%` is equivalent to `C:\Users\{username}\AppData\Roaming`
|
||||
[^2]: After Firefox 107, `#sidebar` was deprecated, and `#sidebar-box` was introduced.
|
||||
@ -49,22 +49,3 @@ root/
|
||||
└── quartz.layout.ts
|
||||
└── package.json
|
||||
```
|
||||
|
||||
```markdown-tree
|
||||
root
|
||||
.github
|
||||
workflows/
|
||||
content
|
||||
About.md
|
||||
Digital Garden.md
|
||||
Meta.md
|
||||
Public Journal.md
|
||||
docs/
|
||||
quartz
|
||||
components/
|
||||
plugins/
|
||||
styles/
|
||||
quartz.config.ts
|
||||
quartz.layout.ts
|
||||
package.json
|
||||
```
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
---
|
||||
title: Public Journal
|
||||
description: This new section will explore the concept of maintaining a Public Journal. It takes inspiration from The Journal of an Enigmatic Mind.
|
||||
description: This new section will explore the concept of maintaining a Public Journal.
|
||||
compartir: true
|
||||
enableToc: true
|
||||
updated: 2023-10-11
|
||||
updated: 2023-10-16
|
||||
---
|
||||
|
||||
> [!info] Acknowledgements
|
||||
@ -220,7 +220,7 @@ updated: 2023-10-11
|
||||
|
||||
### Blog
|
||||
|
||||
* Published (again) the guide to [[./Evergreen/Unlock Firefox Sidebar|Unlock Firefox Sidebar]] after reading a comment in [Hacker News](https://news.ycombinator.com/) asking for exactly that. I responded with a link to the article on [Dev.to](https://dev.to/semanticdata/unlock-the-sidebar-width-in-firefox-22p0). Originally, I removed the guide from my [blog](https://miguelpimentel.do) because I didn't think it fit with the content at the time.
|
||||
* Published (again) the guide to [[Unlock Firefox Sidebar]] after reading a comment in [Hacker News](https://news.ycombinator.com/) asking for exactly that. I responded with a link to the article on [Dev.to](https://dev.to/semanticdata/unlock-the-sidebar-width-in-firefox-22p0). Originally, I removed the guide from my [blog](https://miguelpimentel.do) because I didn't think it fit with the content at the time.
|
||||
* Overhauled Taxonomies (Categories and Tags) within the [blog](https://miguelpimentel.do). Created specific pages to format the titles, and define how the taxonomy pages are displayed/organized.
|
||||
|
||||
### Digital Garden
|
||||
|
||||
@ -7,4 +7,4 @@ category: Seedlings
|
||||
---
|
||||
Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents. Created by [John Gruber](https://daringfireball.net/projects/markdown/) in 2004, Markdown is now one of the world's most popular markup languages.
|
||||
|
||||
> Check out the [[../markdown-showcase|markdown-showcase]].
|
||||
> Check out the [[../Markdown Showcase|Markdown Showcase]].
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
---
|
||||
title: Write with Outlines
|
||||
summary: "Learning how to write with brevity (short-form), how to write long-form, how to use gesticulation. Looking for ways to streamline producing written content."
|
||||
description: "Learning how to write with brevity (short-form), how to write long-form, how to use gesticulation. Looking for ways to streamline producing written content."
|
||||
tags: [learning, writing]
|
||||
compartir: true
|
||||
updated: 2023-10-02
|
||||
updated: 2023-10-12
|
||||
enableToc: true
|
||||
category: Seedlings
|
||||
---
|
||||
|
||||
Loading…
Reference in New Issue
Block a user