From 01131a8c40077d92887e4b598fbe57787b425311 Mon Sep 17 00:00:00 2001 From: Blue Rose <134471273+bluerosegarden@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:25:27 -0500 Subject: [PATCH] [PUBLISHER] Merge #58 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * PUSH NOTE : Typescript.md * PUSH NOTE : Svelte.md * PUSH NOTE : Snippets Landing.md * PUSH NOTE : CODE-1 Read File to String in rust.md * PUSH NOTE : Rust.md * PUSH NOTE : Programming.md * PUSH NOTE : Flutter & Dart.md * PUSH NOTE : cpp Landing.md * PUSH NOTE : Tues 9-03-24.md * PUSH NOTE : Trigonometry Landing.md * PUSH NOTE : Trigonometry Identities.md * PUSH NOTE : My Unit Circle.md * PUSH NOTE : Latex Code for Trigonometry diagrams.md * PUSH NOTE : Creating Trigonometry SVGs with Latex.md * PUSH NOTE : Shortcuts.md * PUSH NOTE : More Functions.md * PUSH NOTE : Math Landing.md * PUSH NOTE : Math Constellation Game Ideas.md * PUSH NOTE : Formulas.md * PUSH NOTE : Important Formulas.md * PUSH NOTE : Exponents.md * PUSH NOTE : Logarithms.md * PUSH NOTE : Drawing Functions & Back Again.md * PUSH NOTE : Big Unorganized Math Notes.md * PUSH NOTE : Completing The Square.md * PUSH NOTE : Absolute Values in Algebra.md * PUSH NOTE : ∆-Landing.md * PUSH NOTE : Using Quartz & Github Publisher.md * PUSH NOTE : Textbook Collection.md * PUSH NOTE : Programs I Use.md * PUSH NOTE : My Big Huge Collection of Links.md * PUSH NOTE : My Obsidian Setup.md * PUSH NOTE : My Obsidian Plugins.md * PUSH NOTE : Linguistics.md * PUSH NOTE : Japanese.md * PUSH NOTE : Goals.md * PUSH NOTE : Domains.md * PUSH NOTE : digital garden resources.md * PUSH NOTE : CLI Resources.md * PUSH NOTE : Books.md --- content/Books.md | 12 +++++------ content/CLI Resources.md | 6 +++--- content/Code/Flutter & Dart.md | 6 +++--- content/Code/Programming.md | 14 ++++++------- content/Code/Rust.md | 6 +++--- .../CODE-1 Read File to String in rust.md | 6 +++--- content/Code/Snippets/Snippets Landing.md | 8 ++++---- content/Code/Svelte.md | 6 +++--- content/Code/Typescript.md | 6 +++--- content/Domains.md | 8 ++++---- content/Goals.md | 18 ++++++++--------- content/Japanese.md | 12 +++++------ .../Math/Absolute Values in Algebra.md | 6 +++--- .../Math/Big Unorganized Math Notes.md | 20 +++++++++---------- .../Learning/Math/Completing The Square.md | 6 +++--- .../Math/Drawing Functions & Back Again.md | 10 +++++----- content/Learning/Math/Exponents.md | 6 +++--- content/Learning/Math/Formulas.md | 6 +++--- content/Learning/Math/Important Formulas.md | 10 +++++----- .../Math/Math Constellation Game Ideas.md | 14 ++++++------- content/Learning/Math/Math Landing.md | 20 +++++++++---------- content/Learning/Math/More Functions.md | 8 ++++---- content/Learning/Math/Shortcuts.md | 6 +++--- .../Latex Code for Trigonometry diagrams.md | 18 ++++++++--------- content/Linguistics.md | 12 +++++------ content/My Obsidian Plugins.md | 6 +++--- content/My Obsidian Setup.md | 10 +++++----- content/Textbook Collection.md | 14 ++++++------- content/Using Quartz & Github Publisher.md | 6 +++--- content/digital garden resources.md | 6 +++--- content/index.md | 14 ++++++------- 31 files changed, 153 insertions(+), 153 deletions(-) diff --git a/content/Books.md b/content/Books.md index 0ae8e319173eb..b390d0f23cc1b 100644 --- a/content/Books.md +++ b/content/Books.md @@ -1,8 +1,8 @@ ---- -tags: - - personal -publish: true ---- +--- +tags: + - personal +publish: true +--- A place for me to talk about books. ## Favorite books @@ -14,4 +14,4 @@ A place for me to talk about books. - Six of Crows Duology ## Path Forks -- [[Textbook Collection|Textbook Collection]] \ No newline at end of file +- [[./Textbook Collection|Textbook Collection]] \ No newline at end of file diff --git a/content/CLI Resources.md b/content/CLI Resources.md index a4db8a4902de6..0935c1d1da4af 100644 --- a/content/CLI Resources.md +++ b/content/CLI Resources.md @@ -1,6 +1,6 @@ ---- -publish: true ---- +--- +publish: true +--- I'm gonna add more stuff in here but yeah[^1] diff --git a/content/Code/Flutter & Dart.md b/content/Code/Flutter & Dart.md index 41b14220de0c0..64cf8bc87560e 100644 --- a/content/Code/Flutter & Dart.md +++ b/content/Code/Flutter & Dart.md @@ -1,6 +1,6 @@ ---- -publish: true ---- +--- +publish: true +--- Interesting!!! ## Resources [Flame](https://docs.flame-engine.org/latest/) diff --git a/content/Code/Programming.md b/content/Code/Programming.md index c0314740a0d80..a26d4737c9b34 100644 --- a/content/Code/Programming.md +++ b/content/Code/Programming.md @@ -1,7 +1,7 @@ ---- -publish: true ---- -[[❀Code/Rust|Rust]] -[[Flutter & Dart|Flutter & Dart]] -[[Typescript|Typescript]] -[[Svelte|Svelte]] +--- +publish: true +--- +[[./Rust|Rust]] +[[./Flutter & Dart|Flutter & Dart]] +[[./Typescript|Typescript]] +[[./Svelte|Svelte]] diff --git a/content/Code/Rust.md b/content/Code/Rust.md index 27c04375dfcb4..23b43e063f9f4 100644 --- a/content/Code/Rust.md +++ b/content/Code/Rust.md @@ -1,4 +1,4 @@ ---- -publish: true ---- +--- +publish: true +--- [Rust by Practice](https://github.com/sunface/rust-by-practice) diff --git a/content/Code/Snippets/CODE-1 Read File to String in rust.md b/content/Code/Snippets/CODE-1 Read File to String in rust.md index f3eabd3398bb5..0a2048de3f857 100644 --- a/content/Code/Snippets/CODE-1 Read File to String in rust.md +++ b/content/Code/Snippets/CODE-1 Read File to String in rust.md @@ -1,6 +1,6 @@ ---- -publish: true ---- +--- +publish: true +--- created :: 12-05-2023 codelang :: Rust diff --git a/content/Code/Snippets/Snippets Landing.md b/content/Code/Snippets/Snippets Landing.md index 963e5c9465880..bd566fbf0167d 100644 --- a/content/Code/Snippets/Snippets Landing.md +++ b/content/Code/Snippets/Snippets Landing.md @@ -1,13 +1,13 @@ ---- -publish: true ---- +--- +publish: true +--- Below are all my local snippets. Mostly just little notes to myself so I don't google how to open a txt file in rust for the 39th time | File | codelang | | -------------------------------------------------------------------------------------------- | -------- | -| [[❀Code/Snippets/CODE-1 Read File to String in rust.md\|CODE-1 Read File to String in rust]] | Rust | +| [[./CODE-1 Read File to String in rust\|CODE-1 Read File to String in rust]] | Rust | diff --git a/content/Code/Svelte.md b/content/Code/Svelte.md index eb539719eaeb4..baed83545c462 100644 --- a/content/Code/Svelte.md +++ b/content/Code/Svelte.md @@ -1,6 +1,6 @@ ---- -publish: true ---- +--- +publish: true +--- This is by far my favorite framework for making sites. ## Sveltekit This is what my wip markdown blog framework is written in. \ No newline at end of file diff --git a/content/Code/Typescript.md b/content/Code/Typescript.md index 3700f15bf11bb..8f91f7d00fbff 100644 --- a/content/Code/Typescript.md +++ b/content/Code/Typescript.md @@ -1,4 +1,4 @@ ---- -publish: true ---- +--- +publish: true +--- I'm gonna learn typescript, partially so I can contribute to [quartz](https://quartz.jzhao.xyz/) but also so I don't have to keep relying solely on my pure JavaScript knowledge. \ No newline at end of file diff --git a/content/Domains.md b/content/Domains.md index 4e738752f8c43..6db1e5e265566 100644 --- a/content/Domains.md +++ b/content/Domains.md @@ -1,10 +1,10 @@ ---- -publish: true ---- +--- +publish: true +--- ## Languages & Frameworks [[Rustlang|Rust]] -[[Svelte|Svelte]] / [[Svelte#Sveltekit|Sveltekit]] +[[./Code/Svelte|Svelte]] / [[./Code/Svelte#Sveltekit|Sveltekit]] Godot ## Software diff --git a/content/Goals.md b/content/Goals.md index 0522494df6122..97fb739ebbf1b 100644 --- a/content/Goals.md +++ b/content/Goals.md @@ -1,15 +1,15 @@ ---- -publish: true -tags: - - personal ---- +--- +publish: true +tags: + - personal +--- A place for me to just talk off the cuff about my personal goals and plans. ## Winter Break 2023 - Draw! Daily! - Read and practice [The artist's way](https://en.wikipedia.org/wiki/The_Artist%27s_Way) -- Learn [[Typescript|Typescript]] +- Learn [[./Code/Typescript|Typescript]] - I already know a lot of Javascript! - Learn Processing and do some [[creative coding|creative coding]] - [Looks like a great video about it](https://youtu.be/4JzDttgdILQ) @@ -18,9 +18,9 @@ A place for me to just talk off the cuff about my personal goals and plans. - A PWA app with most (if not all) local running - I've already started a bit on it, but I need to workout the command parsing - The goal is to create a good system for AFK dungeon delving, similar to how it's done in [Logging Quest](https://play.google.com/store/apps/details?id=com.shirobakama.logquest2&hl=en_US&gl=US&pli=1) for use in faemon eventually. -- Restart learning [[Japanese|Japanese]] - - Especially using my new [[Textbook Collection#Japanese|textbooks]] -- [[Books|Read more!!]] +- Restart learning [[./Japanese|Japanese]] + - Especially using my new [[./Textbook Collection#Japanese|textbooks]] +- [[./Books|Read more!!]] - Play Games!! - Get my [custom markdown blog](https://github.com/bluerosegarden/magical-musings) setup - [[Exercise|Exercise]] diff --git a/content/Japanese.md b/content/Japanese.md index 2e1b8b039b6b4..686b153dd0274 100644 --- a/content/Japanese.md +++ b/content/Japanese.md @@ -1,10 +1,10 @@ ---- -publish: true -tags: - - learning ---- +--- +publish: true +tags: + - learning +--- This is my main page for collecting resources and planning my Japanese journey # Resources -![[Textbook Collection#Japanese|Textbook Collection > Japanese]] \ No newline at end of file +![[./Textbook Collection#Japanese|Textbook Collection > Japanese]] \ No newline at end of file diff --git a/content/Learning/Math/Absolute Values in Algebra.md b/content/Learning/Math/Absolute Values in Algebra.md index 5cfa88c70ce23..4291604098ed6 100644 --- a/content/Learning/Math/Absolute Values in Algebra.md +++ b/content/Learning/Math/Absolute Values in Algebra.md @@ -1,6 +1,6 @@ ---- -publish: true ---- +--- +publish: true +--- Absolute values in algebra is a bit weird but aside from some specific rules they're pretty fun to solve. First off, **you cannot change the inside signs of an absolute value**. Here's an example: diff --git a/content/Learning/Math/Big Unorganized Math Notes.md b/content/Learning/Math/Big Unorganized Math Notes.md index ba66f24fe9f2e..d8f442d0c7907 100644 --- a/content/Learning/Math/Big Unorganized Math Notes.md +++ b/content/Learning/Math/Big Unorganized Math Notes.md @@ -1,6 +1,6 @@ ---- -publish: true ---- +--- +publish: true +--- Turns out making specific pages for each note has been bad for me actually making notes, so here I'm just gonna spam all the notes without much explaining. I'll spin em off into their own notes later, or not, we'll see lmao @@ -14,7 +14,7 @@ $$ x\rightarrow\infty,\; y\rightarrow\infty $$ > [!graph] -> ![[8x exp(4)+2x-1.svg|8x exp(4)+2x-1.svg]] +> ![[../../attachments/8x exp(4)+2x-1.svg|8x exp(4)+2x-1.svg]] When the degree is **even** and the leading coefficient is **negative** @@ -25,7 +25,7 @@ $$ x\rightarrow\infty,\; y\rightarrow-\infty $$ > [!graph] -> ![[-8x exp(4)+2x-1.svg|-8x exp(4)+2x-1.svg]] +> ![[../../attachments/-8x exp(4)+2x-1.svg|-8x exp(4)+2x-1.svg]] When the degree is **odd** and the leading coefficient is **positive** $$ @@ -35,7 +35,7 @@ $$ x\rightarrow\infty,\; y\rightarrow\infty $$ > [!graph] -> ![[8x exp(5)+2x exp(2)-1.svg|8x exp(5)+2x exp(2)-1.svg]] +> ![[../../attachments/8x exp(5)+2x exp(2)-1.svg|8x exp(5)+2x exp(2)-1.svg]] When the degree is **odd** and the leading coefficient is **negative** $$ @@ -45,7 +45,7 @@ $$ x\rightarrow\infty,\; y\rightarrow-\infty $$ > [!graph] -> ![[-8x exp5+2x exp2-1.svg|-8x exp5+2x exp2-1.svg]] +> ![[../../attachments/-8x exp5+2x exp2-1.svg|-8x exp5+2x exp2-1.svg]] Because of this you can determine the the behavior just by looking at the function @@ -55,7 +55,7 @@ All x-intercepts are zeroes (also known as *roots*) of a polynomial function, bu Also all zeroes of function are a part of its factor! If $x=a$ is a zero of $f(x)$ then $(x-a)$ is a factor of $f(x)$. -To find the zeroes of a function, you set $f(x)$ to be 0, and then solve by factoring (You probably will need the [[Important Formulas|Important Formulas]]). +To find the zeroes of a function, you set $f(x)$ to be 0, and then solve by factoring (You probably will need the [[./Important Formulas|Important Formulas]]). $$ \begin{gather} f(x)=2x^2+11x-6\\ @@ -67,7 +67,7 @@ $$ There can't be more zeroes than the degree of a function. -If you use the [[Important Formulas|Important Formulas]] and get an imaginary number, it's still a valid zero, even if it's not a valid x-intercept. +If you use the [[./Important Formulas|Important Formulas]] and get an imaginary number, it's still a valid zero, even if it's not a valid x-intercept. So a function with a degree of 8, can have up to 8 zeroes, but they can be less. @@ -97,7 +97,7 @@ $$ f(x)=-2x(x-3)^2+8 $$ > [!graph] -> ![[-2x(x-3) exp(2)+8.svg|-2x(x-3) exp(2)+8.svg]] +> ![[../../attachments/-2x(x-3) exp(2)+8.svg|-2x(x-3) exp(2)+8.svg]] - [[Big Unorganized Math Notes#Determine if the graph opens up or down|Determine if the graph opens up or down]] - [[Big Unorganized Math Notes#Find any x-intercepts|Find any x-intercepts]] diff --git a/content/Learning/Math/Completing The Square.md b/content/Learning/Math/Completing The Square.md index 9e9b5fbc98f95..cfa7982e50e9b 100644 --- a/content/Learning/Math/Completing The Square.md +++ b/content/Learning/Math/Completing The Square.md @@ -1,6 +1,6 @@ ---- -publish: true ---- +--- +publish: true +--- Sometimes it's easier to modify an equation so it becomes a full quadradic equation. Take the following: diff --git a/content/Learning/Math/Drawing Functions & Back Again.md b/content/Learning/Math/Drawing Functions & Back Again.md index 4c0c7814ad745..2419d835374ea 100644 --- a/content/Learning/Math/Drawing Functions & Back Again.md +++ b/content/Learning/Math/Drawing Functions & Back Again.md @@ -1,15 +1,15 @@ ---- -publish: true ---- +--- +publish: true +--- Take the following graph -![[drawing functions 2.svg|drawing functions 2.svg]] +![[../../attachments/drawing functions 2.svg|drawing functions 2.svg]] In order to recreate (one possible) function we need to do the following: 1. Determine the end-behavior, and decide if it's a reflection or not (this one is a reflection of a ^2!) 2. Determine its stretch/squash - count the squares, if its over more than 1 then add that many as the denominator (the above would be 1/2) and you got the coefficient! - Otherwise if its taller more than 1 before it crosses a point add that many and add that as the coefficient! - - ![[Pasted image 20231203190826.png|Pasted image 20231203190826.png]] + - ![[../../attachments/Pasted image 20231203190826.png|Pasted image 20231203190826.png]] - This would be 2! - Think of it like when you find the slope, by going $\frac{rise}{run}$ 3. Next add the adjustments to the vertex as appropriate! inside the parathesis for horizontal movement and outside for vertical movement \ No newline at end of file diff --git a/content/Learning/Math/Exponents.md b/content/Learning/Math/Exponents.md index db02c49e7d850..3cd676de10181 100644 --- a/content/Learning/Math/Exponents.md +++ b/content/Learning/Math/Exponents.md @@ -1,4 +1,4 @@ ---- -publish: true ---- +--- +publish: true +--- Exponents are pretty easy to understand if you understand what squaring and cubing are, but exponential functions are a little wacky. \ No newline at end of file diff --git a/content/Learning/Math/Formulas.md b/content/Learning/Math/Formulas.md index 0986802fabc79..e3ee3e99e9253 100644 --- a/content/Learning/Math/Formulas.md +++ b/content/Learning/Math/Formulas.md @@ -1,6 +1,6 @@ ---- -publish: true ---- +--- +publish: true +--- You can't have math without formulas!!!!!!!!!!!!!!!!!!!!!!!!! ## Continuous Growth diff --git a/content/Learning/Math/Important Formulas.md b/content/Learning/Math/Important Formulas.md index b6bc9a6871282..1a44253421364 100644 --- a/content/Learning/Math/Important Formulas.md +++ b/content/Learning/Math/Important Formulas.md @@ -1,8 +1,8 @@ ---- -publish: true -tags: - - math ---- +--- +publish: true +tags: + - math +--- ## Quadratic formula The classic diff --git a/content/Learning/Math/Math Constellation Game Ideas.md b/content/Learning/Math/Math Constellation Game Ideas.md index 5c8517481e574..9e9033a1ce027 100644 --- a/content/Learning/Math/Math Constellation Game Ideas.md +++ b/content/Learning/Math/Math Constellation Game Ideas.md @@ -1,10 +1,10 @@ ---- -publish: true -tags: - - gamedev - - programming - - learning ---- +--- +publish: true +tags: + - gamedev + - programming + - learning +--- A game where you recreate a constellation using as few functions as possible Other ideas: the normal get problems to solve to reveal points for a map. Maybe ask teacher for help diff --git a/content/Learning/Math/Math Landing.md b/content/Learning/Math/Math Landing.md index 51277434d4dc6..82ca0dfb25113 100644 --- a/content/Learning/Math/Math Landing.md +++ b/content/Learning/Math/Math Landing.md @@ -1,19 +1,19 @@ ---- -publish: true -title: ✿ Math Landing ---- +--- +publish: true +title: ✿ Math Landing +--- These are going to be all of my notes on math, ones that work specifically for me but may work for you > A math meme that is funny rather than stupid: Solve carefully! 230 - 220 x 0.5 = You probably won't believe it, but the answer is 5! > [source](https://twitter.com/3j0hn/status/913447235534315520?lang=en) ## Paths -- [[Shortcuts|Shortcuts]] -- [[Absolute Values in Algebra|Absolute Values in Algebra]] -- [[Completing The Square|Completing The Square]] -- [[Big Unorganized Math Notes|Big Unorganized Math Notes]] -- [[Logarithms|Logarithms]] -- [[Trigonometry Landing|Trigonometry Landing]] +- [[./Shortcuts|Shortcuts]] +- [[./Absolute Values in Algebra|Absolute Values in Algebra]] +- [[./Completing The Square|Completing The Square]] +- [[./Big Unorganized Math Notes|Big Unorganized Math Notes]] +- [[./Logarithms|Logarithms]] +- [[./Trigonometry/Trigonometry Landing|Trigonometry Landing]] ## Resources diff --git a/content/Learning/Math/More Functions.md b/content/Learning/Math/More Functions.md index 72d43c8e30ba4..b20dc710823da 100644 --- a/content/Learning/Math/More Functions.md +++ b/content/Learning/Math/More Functions.md @@ -1,6 +1,6 @@ ---- -publish: true ---- +--- +publish: true +--- ## Inverse Functions It's possible for a function to have an inverse function. in order for there to be an inverse function, the base function must satisfy the **horizontal test**, meaning for every $y$ value, theres only one possible $x$ value. Because if that, each pair of numbers must not repeat. @@ -23,4 +23,4 @@ Also, if you have the point $(a,b)$ on on function, on the mirrored function you > [!note] Graph -> ![[Inverse Functions 2.svg|Inverse Functions 2.svg]] +> ![[../../attachments/Inverse Functions 2.svg|Inverse Functions 2.svg]] diff --git a/content/Learning/Math/Shortcuts.md b/content/Learning/Math/Shortcuts.md index c195bfdcf8423..66b84fb253be7 100644 --- a/content/Learning/Math/Shortcuts.md +++ b/content/Learning/Math/Shortcuts.md @@ -1,6 +1,6 @@ ---- -publish: true ---- +--- +publish: true +--- This is where I'll have various shortcuts. diff --git a/content/Learning/Math/Trigonometry/Latex Code for Trigonometry diagrams.md b/content/Learning/Math/Trigonometry/Latex Code for Trigonometry diagrams.md index cbb683388716e..b83f708dc6a4d 100644 --- a/content/Learning/Math/Trigonometry/Latex Code for Trigonometry diagrams.md +++ b/content/Learning/Math/Trigonometry/Latex Code for Trigonometry diagrams.md @@ -1,10 +1,10 @@ ---- -publish: true ---- +--- +publish: true +--- For every trigonometry diagram I make, I will include its code here! ## Basic Right-Triangle diagram -![[§Attachments/triangles-001.svg|§Attachments/triangles-001.svg]] +![[../../../attachments/triangles-001.svg|triangles-001]] ```latex \documentclass[12pt, tikz, border=5mm]{standalone} \usetikzlibrary{angles, @@ -26,7 +26,7 @@ quotes} ``` ## Basic Right-triangle -![[§Attachments/triangles-002.svg|§Attachments/triangles-002.svg]] +![[../../../attachments/triangles-002.svg|§Attachments/triangles-002.svg]] ```latex \documentclass[12pt, tikz, border=5mm]{standalone} \usetikzlibrary{angles, @@ -47,7 +47,7 @@ quotes} ``` ## 45-45-90 triangle -![[§Attachments/triangles-003.svg|§Attachments/triangles-003.svg]] +![[../../../attachments/triangles-003.svg|triangles-003]] ```latex \documentclass[12pt, tikz, border=5mm]{standalone} @@ -83,7 +83,7 @@ quotes} ``` ## 30-60-90 triangle -![[§Attachments/triangles-004.svg|§Attachments/triangles-004.svg]] +![[../../../attachments/triangles-004.svg|triangles-004]] ```latex \documentclass[12pt, tikz, border=5mm]{standalone} \usetikzlibrary{angles, @@ -122,7 +122,7 @@ quotes} ``` ## Basic Right-Triangle diagram -![[§Attachments/triangles-001.svg|§Attachments/triangles-001.svg]] +![[../../../attachments/triangles-001.svg|triangles-001]] ```latex \documentclass[12pt, tikz, border=5mm]{standalone} \usetikzlibrary{angles, @@ -136,7 +136,7 @@ quotes} %% ## Basic Right-Triangle diagram -![[§Attachments/triangles-001.svg|§Attachments/triangles-001.svg]] +![[../../../attachments/triangles-001.svg|triangles-001]] ```latex \documentclass[12pt, tikz, border=5mm]{standalone} \usetikzlibrary{angles, diff --git a/content/Linguistics.md b/content/Linguistics.md index 5fdb7dedbea68..cac6ccf138d9d 100644 --- a/content/Linguistics.md +++ b/content/Linguistics.md @@ -1,9 +1,9 @@ ---- -publish: true -tags: - - learning ---- -I am fascinated by language and the ways they evolve and the forms they take. While I mainly want to study linguistics in order to better help me learn [[Japanese|Japanese]], I would love to develop a conlang or two with it. +--- +publish: true +tags: + - learning +--- +I am fascinated by language and the ways they evolve and the forms they take. While I mainly want to study linguistics in order to better help me learn [[./Japanese|Japanese]], I would love to develop a conlang or two with it. ## Resources ### Sites diff --git a/content/My Obsidian Plugins.md b/content/My Obsidian Plugins.md index 697e60d8ffa06..183c9d0d5b180 100644 --- a/content/My Obsidian Plugins.md +++ b/content/My Obsidian Plugins.md @@ -1,6 +1,6 @@ ---- -publish: true ---- +--- +publish: true +--- This is an absolutely gigantic list of obsidian plugins I use. I need to cull a lot and organize what I consider Must Haves and just Fun, but that's for another day! [obsidian://show-plugin?id=at-symbol-linking](obsidian://show-plugin?id=at-symbol-linking) diff --git a/content/My Obsidian Setup.md b/content/My Obsidian Setup.md index 7aaa357a0c163..ce902aae5ba26 100644 --- a/content/My Obsidian Setup.md +++ b/content/My Obsidian Setup.md @@ -1,9 +1,9 @@ ---- -publish: true ---- +--- +publish: true +--- Everyone's obsidian setup is very specific and customized, and I'm no different. I figured I might as well share my themes, how I sync, plugins, and the way I publish on this very site. -[[My Obsidian Plugins|My Obsidian Plugins]] +[[./My Obsidian Plugins|My Obsidian Plugins]] -[[Using Quartz & Github Publisher|Using Quartz & Github Publisher]] +[[./Using Quartz & Github Publisher|Using Quartz & Github Publisher]] diff --git a/content/Textbook Collection.md b/content/Textbook Collection.md index f406378c0b7d2..5a41234e93c75 100644 --- a/content/Textbook Collection.md +++ b/content/Textbook Collection.md @@ -1,12 +1,12 @@ ---- -publish: true -tags: - - learning ---- +--- +publish: true +tags: + - learning +--- This is a collection of textbooks that I have found interesting! Only the ones with stars are ones I have read -## [[Math|Math]] & [[Programming|Programming]] +## [[Math|Math]] & [[./Code/Programming|Programming]] o'reilly designing data intensive (ebook) -## [[Japanese|Japanese]] +## [[./Japanese|Japanese]] - Minna No Nihongo - Japanese the Manga Way \ No newline at end of file diff --git a/content/Using Quartz & Github Publisher.md b/content/Using Quartz & Github Publisher.md index bf045069e3d67..5c16d14365ff1 100644 --- a/content/Using Quartz & Github Publisher.md +++ b/content/Using Quartz & Github Publisher.md @@ -1,6 +1,6 @@ ---- -publish: "true" ---- +--- +publish: "true" +--- The Obsidian Plugin [Github Publisher](obsidian://show-plugin?id=obsidian-mkdocs-publisher) ([github link](https://github.com/ObsidianPublisher/obsidian-github-publisher)) works amazingly well with quartz! Not only does it allow you to update your digitalgarden straight from Obsidian (on both mobile & desktop no less!) but it also only uploads your published & public files to the repo! It also converts dataview queries into markdown before uploading! Not only that but this is deployment agnostic, so if you don't want to use GitHub Pages you don't have to! diff --git a/content/digital garden resources.md b/content/digital garden resources.md index 07f34a22a8e43..194515531cb9f 100644 --- a/content/digital garden resources.md +++ b/content/digital garden resources.md @@ -1,6 +1,6 @@ ---- -publish: true ---- +--- +publish: true +--- - [A Brief History & Ethos of the Digital Garden](https://maggieappleton.com/garden-history) - [Digital Gardening Tools and Resources on GitHub](https://github.com/MaggieAppleton/digital-gardeners) \ No newline at end of file diff --git a/content/index.md b/content/index.md index 47615d773a952..13ad658f6330e 100644 --- a/content/index.md +++ b/content/index.md @@ -1,10 +1,10 @@ ---- -publish: true -title: The Pathway into the Hedges -slug: index -modified: 2024-03-13T12:35:00 -created: 2024-01-13T12:35:00 ---- +--- +publish: true +title: The Pathway into the Hedges +slug: index +modified: 2024-03-13T12:35:00 +created: 2024-01-13T12:35:00 +--- Welcome to my digital garden: The Flowerbed. A multi layered and sporadically growing hedgemaze of musings and curiosities.