diff --git a/content/Evergreen/Unlock Firefox Sidebar.md b/content/Evergreen/Unlock Firefox Sidebar.md deleted file mode 100644 index 1b77e0ae8..000000000 --- a/content/Evergreen/Unlock Firefox Sidebar.md +++ /dev/null @@ -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. diff --git a/content/markdown-showcase.md b/content/Markdown Showcase.md similarity index 100% rename from content/markdown-showcase.md rename to content/Markdown Showcase.md diff --git a/content/Meta.md b/content/Meta.md index 623da80e1..30d61c4cd 100644 --- a/content/Meta.md +++ b/content/Meta.md @@ -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 -``` diff --git a/content/Public Journal.md b/content/Public Journal.md index 852c212d0..8760b13a9 100644 --- a/content/Public Journal.md +++ b/content/Public Journal.md @@ -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 diff --git a/content/Seedlings/Markdown.md b/content/Seedlings/Markdown.md index 66c78ba17..30286c365 100644 --- a/content/Seedlings/Markdown.md +++ b/content/Seedlings/Markdown.md @@ -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]]. diff --git a/content/Seedlings/Writing with Outlines.md b/content/Seedlings/Writing with Outlines.md index 69f6586b3..3398c6c81 100644 --- a/content/Seedlings/Writing with Outlines.md +++ b/content/Seedlings/Writing with Outlines.md @@ -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 ---