diff options
| -rw-r--r-- | org/I Love My PinePhone/i-love-my-pinephone.org | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/org/I Love My PinePhone/i-love-my-pinephone.org b/org/I Love My PinePhone/i-love-my-pinephone.org index 957aea2..670453a 100644 --- a/org/I Love My PinePhone/i-love-my-pinephone.org +++ b/org/I Love My PinePhone/i-love-my-pinephone.org @@ -107,7 +107,9 @@ close enough to one. I've OCR'd the leaflet for those who use a screen reader: -# TODO: Fold. +#+BEGIN_EXPORT html +<div class="fold-hidden" data-name="transcription of the leaflet's message"> +#+END_EXPORT #+BEGIN_QUOTE Dear Piner, Congratulations on receiving your Brave Heart edition PinePhone! @@ -131,6 +133,10 @@ Now, have fun with your PinePhone! PINE64 Community Team #+END_QUOTE +#+BEGIN_EXPORT html +</div> +#+END_EXPORT + I care quite a bit about protecting my gadgets, so I went on Thingiverse and found a [[https://www.thingiverse.com/thing:4658870][hard case design]] for the PinePhone. I could've spent more time sanding it down and making it look nice, but I'm still a little inexperienced with @@ -562,7 +568,9 @@ Wayland, so it has to run through Xwayland and fractional scaling makes it a blurry mess. To resolve that, I ripped a ton of code out of the [[https://git.alpinelinux.org/aports/tree/community/emacs?h=master][APKBUILD]] and pointed it at a tarball for Emacs =master= (which has [[https://mail.gnu.org/archive/html/emacs-devel/2021-12/msg00126.html][had the PGTK branch merged]]). -# TODO: Fold. +#+BEGIN_EXPORT html +<div class="fold-hidden" data-name="APKBUILD for Emacs (pure GTK branch"> +#+END_EXPORT #+BEGIN_SRC prog # Maintainer: Natanael Copa <ncopa@alpinelinux.org> @@ -757,8 +765,12 @@ sha512sums=" " #+END_SRC -There is no Emacs =29.0=, that's just so =apk= knows that this is newer than what's -in the repositories. +#+BEGIN_EXPORT html +</div> +#+END_EXPORT + +There is no Emacs =29.0= (yet, at the time of writing this), that's just so =apk= +knows that this is newer than what's in the repositories. ** YouTube on Mobile @@ -909,10 +921,12 @@ Hey, okay! Don't have a cow, man! It's a few hundred lines and I've dumped it here under a fold since it's a few hundred lines. You can find it [[https://git.sr.ht/~jakob/tunes][on SourceHut]] as well. -# TODO: Fold. This is mad long. +#+BEGIN_EXPORT html +<div class="fold-hidden" data-name="source code for Tunes"> +#+END_EXPORT #+BEGIN_SRC rust -// Copyright © 2021-2022 Jakob L. Kreuze <[REDACTED]> +// Copyright © 2021-2022 Jakob L. Kreuze <[REDACTED (to foil web scrapers)]> // // This file is part of Tunes. // @@ -1660,6 +1674,10 @@ mod imp { } #+END_SRC +#+BEGIN_EXPORT html +</div> +#+END_EXPORT + I did all the development for this in Emacs on my primary workstation, keeping in mind that I would eventually be putting this on a mobile phone, but otherwise writing it as I would a desktop application. The feedback loop was much faster |