Still the best app introduction video ever made.
2023.12.09.
Stickier
I don’t really have a need for a sticky notes app, but I like the design of this one. I have an affection for yellow notepad designs.
Interesting to see how people are using Org mode for journaling.
This is app uses text views to convert the text back to Org mode syntax: kind of a two way street implementation of having a UITextView
with a controller which parses and creates rich-text ↔ plain-text.
2023.12.08.
Read “Michael Tsai – Blog – Mac Menu Bar Icons and the Notch”
On my 13” Intel MacBook Pro, the icons reached to about halfway across the screen. On the 14” M3 MacBook Pro, ironically a machine with a larger display, at least 3 icons get hidden.
This “design” (or lack thereof) is so dumb. It is utterly ridiculous to me that this is still how it “works” two years after the introduction of the redesigned MacBook Pro with a notch. How hard could it be to add an overflow menu with a “«” (or should it be “»”?) button that shows the remaining apps and icons that can’t be displayed? This entire situation with the notch is ironic, because the iPhone notch and “dynamic island” are so thoughtfully designed with zero compromises regarding the functionality of iOS. In fact, they actually provide a better user experience. Yet on the Mac, how the notch interacts with macOS is laughably incompetent. It is shockingly lazy regarding attention to detail, and results in an outright disruptive and confusing user experience.
Here’s my current menubar:
I try to keep my less frequently used icons (like Hookmark) on the left because I mostly invoke them from the keyboard anyway. But I hate when Docker gets stuck behind the notch, and I have to quit other apps on the right to get Docker back to the screen.
Apple should do something about this behavior because it’s really annoying. And no, I’m not going to install a 3rd-party app to fix these issues, even if I love its icon.
Read “How I build a feature”
There are a lot of good Git workflow patterns here.
Read “Jack Wellborn: “I just recently discovered tha…” – Mastodon”
I just recently discovered that you can select and drag multiple Safari tabs by holding shift or command, just as you would to select and drag multiple items in Finder.
I’m sure it has been added recently or was hidden in the system for like 15 years.
Sadly it’s Safari only, so it doesn’t work on other system tabs like Finder or iA Writer.
My use case is to select those tabs I want to save as a group, right click one of those tabs to add them all to a new Tab Group (to keep things neat and tidy).
Bookmarked “Plaintext GTD using Taskpaper Syntax – GTDist”
A nice tutorial on using GTD with TaskPaper.
Read “What I Miss Most About the iPod”
Little things like this have me thinking more and more about the control I have over my music library. I love having access to any song at any time. But, at the same time, I want more control. Apple could easily allow for smart playlist stacks to exist on the cloud. I’d have nothing to write about at that point. But, as we’ve seen with Sony lately, Apple could take away content at any point, even if you paid for it in their store. It would be a much more expensive route to maintain a physical CD collection that I then rip into a media library.
I still maintain my local music library in the Music app and buy music from the iTunes Store, Beatport, and sometimes CDs from Discogs (which I rip later).
At one point I even turned off iCloud Music Library and synced my music locally, which is still pretty cool, since it’s free and completely peer-to-peer. On the other hand, your music library turns into read-only mode, so I can’t edit my synced playlists on the device, which sucks (if I remember correctly, I can edit new playlists on the device).
I currently have iCloud Music Library turned on, but I always archive music files separately before importing them, and I also keep my library backed up by Time Machine. The problem with this approach is I have 3 Macs, so I have to pay attention to which one is holding the original song since iCloud Music Library doesn’t upload the original file but rather fetches the song from the iTunes Store. To avoid this problem, I basically keep a master library on my 16-inch MacBook Pro since I use that the most; all other devices are using the iCloud Music Library directly.
The iTunes Music Library and cloud streaming destroyed all of this, primarily because it wouldn’t allow syncing of smart playlists built off other smart playlists.
I tried this, and smart playlists based on top of other smart playlists are not synced to iOS devices. I couldn’t check if it syncs between Macs, which I want to know.
2023.12.07.
Using iA Writer as an end-to-end writing system
I’m a long-time Ulysses user, and I appreciate it since it’s a great Mac citizen, but I’m moving towards more open formats and possibly keeping more of my raw source files in Git.
I started using iA Writer a couple of months ago for my Zettelkasten writing, and having it as a backbone of my Jekyll site turned out to be great. On the other hand, I still kept my writing workflow in Ulysses, especially for long-form writings. I just wrote about how I use Ulysses projects in my writing workflow.
I wonder if having iA Writer as my only writing app is beneficial. I start to think it is, so I’ll discuss that in this post.
Keeping my writings in a Git repository
Git should be used by more people, not only by developers. It is a powerful system for keeping track of changes in a project, and it’s easy try out new ideas by creating new branches.
Git is made for text, so keeping writings in a repository is a natural workflow. For me, it’s new, though; I always used some form of library-based app for managing my writings where you can export the final product, but the raw material is usually kept in a proprietary database or file format.
iA Writer, on the other hand, uses standard text files – specifically Markdown files – and keeps them in the file system, so we can store our files in Git repositories, which can be edited directly as folders in iA Writer. I use Tower on the Mac and Working Copy on the iPad to manage all my Git repositories and to commit my changes.
The beauty of keeping my writings as simple text files is that I can work on them using multiple apps (even in Ulysses). I like the idea that I can write in iA Writer and edit my documents later in MacVim/ iVim or BBEdit. Different text editors are made for various purposes so that I can use the best one for the task. There is no one-size-fits-all.
Keeping my Markdown files simply in the filesystem, I can also capitalize on other tools like Tmux for managing Vim sessions; using it, I can even write in the Terminal (the original distraction-free writing environment) and have access to multiple panes.
Git is also an open system so I can push changes to any standard Unix-based server over SSH. Keeping my writings up-to-date between devices is not automatic but pretty straightforward to do.
Using Git for marking milestones
In Ulysses, I had this milestones-based workflow where the main writing group in the project got manually duplicated.
- I kept groups where all sections were sheets, then duplicated these groups before significant edits and assigned version numbers for each group, like v1, v2, etc. These names had no meaning other than having a version number for the group.
- The triggers for duplicating groups were the following:
- Collected and sorted my Zettelkasten notes.
- Finished the first draft.
- Checked the grammar with Grammarly (which is just another form of editing).
- The final version before publishing the post.
Since I can use Git directly with iA Writer, I no longer need to duplicate groups manually. I can use Git to keep the history and mark important milestones.
Keeping history in Git is pretty straightforward: I can commit my changes and have a version history on every file. I can create branches for each writing project, so my main
branch only includes finished and published content. This is not that important since all of my posts are siloed into separate folders, but I still keep pull requests open for each article to comment on and see the history of changes in a nice interface.
Pull requests also mark a project’s start and end at the point of opening and merging. This is more of a psychological benefit I like to have: I feel a sense of accomplishment when I finish a project and merge it into the main
branch.
Managing milestones is done through Git as well: I commit in Git that I "Published XYZ v1" or "Published XYZ v2", and then optionally, I tag these commits to mark the end of a milestone.
iA Writer can also publish my writings directly to my blog; this can be used as a marker when I reach a writing milestone. There is no need to duplicate anything locally, but I can export a manual version and keep it published as a hidden post on my blog if I want to return to a previous idea I removed.
I call these posts seedlings, and they aren’t visible in any listing, but they have a direct link, which I can use to preview how the final post will look on my blog.
I created seedlings as a tool primarily for gathering feedback from others on a document. It is my homegrown collaboration feature, which uses my site, where I’m entirely in control of my content. I can publish a hidden post, and then people can leave comments as feedback so we can collaborate without external tools.
But most of the time, I "collaborate" with myself, so I’m leaving comments on my seedlings as notes, which can be migrated back to the actual draft.
Creating pull requests for writings
GitHub pull requests are powerful tools, not just for coding but for writing, too. As I develop my writings, I can keep track of them in separate branches and associated pull requests in my Writings repository.
Pull requests allow me to annotate my text files with comments, which can serve as a built-in to-do system for my writing projects. There is a similar feature is built into Ulysses, where I can have annotations and notes on a sheet, which is one of the benefits of having a library-based app backing my raw content.
On the other hand, using open formats makes using different tools for different jobs on the same content possible. So, in this case, pull requests can be used as an annotation and journaling system around the post I’m writing. When I’m done, I can merge the PR into the main
branch as I do in my software development workflow, then publish the final article on my blog.
Writing in the Terminal
Using Vim in the Terminal for writing is a new experience for me. I usually work all day in the Terminal, but I have yet to consider it a writing environment. Technically, it is the original "distraction-free writing app."
My primary text editor is Vim; next to iA Writer, I started using Tmux to keep my writing sessions open with Vim inside. It is my favorite place to do development work and works well for writing projects, too.
The beauty of plain text is immediately apparent in the Terminal. My eyes love the nice Gruvbox Dark theme, and more importantly, all of my CLI tools are just a couple of keyboard shortcuts away.
I’ve started to use my Mac more for writing-related projects lately. It is one of the most flexible environments (alongside my iPad) for managing my blog and my Zettelkasten. I spent a lot of time optimizing my Terminal environment for development, so having it available for writing is beneficial since the command line is the best place to work on any plain-text project – the two just pair really well since the UI is also text-based.
I can also jump into a running Tmux session from my iPad using Blink and continue my writing session from where I left off.
Section-based writing
In Ulysses, I used sheets for every section. I don’t have sections in iA Writer, but I can have separate Markdown files and include them as content blocks. Content blocks are not a standard Markdown feature, but they are so easy to work with that I’m fine if other apps don’t support them.
Sections are numbered and represent a sequence. When I want to create a new section, I add a unique number in the sequence. I name my sections 001.md
, 002.md
, 003.md
etc. This workflow is similar to how Stephen Wolfram manages his notebooks in project folders: he creates a new file in the folder and starts writing.
I have a bunch of other conventions too. When I’m doing designs, I’ll typically keep my notes in files with names like
Notes–01.nb
orSWNotes–01.nb
. It’s like my principle of not having too many file categories: I don’t tend to try to categorize different parts of the design. I just sequentially number my files, because typically it’ll be the most recent–or most recent few–that are the most relevant when I continue with a particular design. And if the files are just numbered sequentially, it’s easy to find them; one’s not trying to remember what name one happened to give to some particular direction or idea.A long time ago I started always naming my sequential files
file–01
,file–02
, etc. That way pretty much any sorting scheme will sort the files in sequence. And, yes, I do often get tofile–10
, etc. But in all these years I have yet to get even close tofile–99
.
I see this workflow being similar since writing projects can contain other types of assets, not just Markdown. Markdown files in iA Writer can also include code blocks, which can be stored as separate files. Think about that for a second.
Separate code snippets mean I can run these files directly in the Terminal using Ruby, Swift, or any other CLI tool. This gives me an interactive thinking space for code, like outlining, journaling, or mind-mapping. We have interactive notebooks in different environments, but I can make my writing projects similar with automation. It can be a great way to test and document code.
Let’s say I’m working on a new software project: I can have a docs
folder that contains Markdown files linking to external sources in the actual code. Additionally, I can use iA Writer to embed source files as content blocks. When exporting the final version, source files are converted to Markdown code blocks in the output document.
Section-based writing also allows me to work on any part of the text at any time. This is a more natural bottom-up approach that is better than trying to fit my writing into a linear flow, where I start my post with the intro and then write the rest from top to bottom. Writing is the act of trying to fit random ideas together into a final story arc.
Using iA Writer Authorship for marking Zettelkasten notes
One of the main reasons I want to keep all my writing in iA Writer is their new Authorship feature.
It was intended to mark content pasted from other authors or generated by AI, but I want to hack around its intended purpose by marking text that was added from my Zettelkasten differently.
Since I mainly edit my Zettelkasten notes in iA Writer, using the same app as an end-to-end workflow for my final writing projects makes sense. I can switch between my notes and writings and copy and paste text into my drafts. Here’s where the Authorship feature comes into the picture. Since I can paste my Zettelkasten notes as text acquired from other sources, iA Writer would mark these paragraphs in a different style. I actually like this since edits are clearly visible over my original Zettelkasten text.
I have a global Authorship setup in my iA Writer settings, where my Zettelkasten is marked as "Other." This feature was intended for text copied from text-related AI apps, but if you think about it, my Zettelkasten is a "thinking partner," according to Luhmann, so in that sense, marking it as authored by "Other" sources makes sense.
Zettelkasten provides a system that, much like GTD, outlines the necessary physical steps for learning about something, generates new ideas from that knowledge, and links concepts to write a cohesive long-form text.
Creating a story is like developing a skeleton. We will add our precise thoughts on top of this skeleton. These thoughts can come from our heads, or if we use an active note-taking system, our notes can serve as a basis for them.
When we use these notes, we still have to form them in a way that makes sense in the context of the current story. The Authorship feature lets me highlight the differences between a piece of text that is just a source of a draft and the actual text I edited.
Since most of my articles contain notes developed in my Zettelkasten, I want to see these differences. Visually getting a difference between the original note and the edited version makes sense. It lets me visualize the differences between texts from other sources or texts I’m actively writing.
Using iA Writer as an end-to-end writing app
As I mentioned, I’m editing my Zettelkasten in iA Writer. I’m also editing my writings in iA Writer. How about including AI in the same app as well?
I developed a tool a few months ago called RubyGPT, a Ruby gem that lets me use ChatGPT in the Terminal. I also integrated it into iA Writer using Apple Script so I can have an ongoing ChatGPT chat session saved into a Markdown file. These chat sessions are stored in my ~/Documents/Chats
folder, which is also added to my iA Writer library. Sadly, this tool only works in macOS, although I can export ChatGPT chat sessions from Drafts, too, where I’m using this action to have a similar workflow.
All my writing-related plain text lives inside iA Writer, so I consider the app an end-to-end tool for all my writing needs. In theory, I can do this with Ulysses, too, which can also work on external files, but iA Writer doesn’t hide the Markdown syntax, so I can see the original text as John Gruber intended.
With the Authorship feature, I can also see the changes I made to externally generated text, regardless of whether it’s coming from an AI source or my Zettelkasten. I still have to do the work and edit this text into a proper post.
I love this integrated workflow of starting with reading, having highlights processed into notes, getting these notes under control, and then using them as the building blocks of my posts. This workflow lets me naturally develop ideas and use them in places where they make sense.
No need to force anything.
I can write about whatever I feel like at the moment.
Read “On macOS, it’s best to start with the default – Six Colors”
But the truth is, unless you’re a longtime Mac user who has integrated your personal collection of utilities into the way you use your Mac, you might not need all that much. So that’s my advice for people getting new Macs who don’t carry that legacy with them: Start with what’s there and then explore when you find where the built-in tools can’t meet your needs.
I developed a coherent Zettelkasten content pipeline
I don’t usually link raw Zettelkasten notes, but I think this one is interesting, even if it’s just an outline.
2023.12.06.
Read “Web Apps Are Better Than No Apps”
Since web apps can’t just use the components provided by the operating system, they have to recreate everything from scratch. And this creates a lot of burden for developers and, I think, lowers the quality floor. Creating beautiful, compelling apps is possible, but it requires so much work. People building native apps get it all “for free”. In fact, this could be one of the reasons Apple still has such a vibrant ecosystem of great artisanal apps since developers can build most things out of nice ready-made components.
Well, yeah!
Coloring visited links
-
One annoying thing that happened today’s “beautiful” web is that we forgot that we have this CSS selector.
-
a:visited
-
-
I was also sinful in this, since I just pushed a change which adds proper
a:visited
support to my site.-
This is mostly annoying for me, since I see almost all links as visited, but can be helpful for readers.
-
-
Now you can see visited links in a different color than the default links.
Bookmarked “TimeStory: Timeline creation app for Mac”
TimeStory is a Mac app for illustrating events on a timeline, designed to help you easily create plans and roadmaps, capture history, tell stories, and more.
Next to professional tools like OmniPlan or Aeon Timeline, this app seems simple and easy to use, made by one guy.
Follow-up on Setting up Type as a quick capture interface for my TaskPaper journal:
After using this setup for a few days, I just removed my running lists. I still like the idea, but I’m heavily invested time in my TaskPaper journal now, and I’m in the habit of using it, too, so I’ll directly capture there as before.
Running lists isn’t my thing.
2023.12.05.
Bookmarked “zenangst/KeyboardCowboy”
The missing keyboard shortcut utility for macOS
It’s like the free version of Keyboard Maestro.
2023.12.04.
Read “How I Take and Publish Notes – Jim Nielsen’s Blog”
Jim writing about his reading note publishing process:
I like to let my notes sit for a couple days (or even weeks). I find that if I come back to a note and still find it interesting/insightful that means it’s worth keeping, so I put in the work of cleaning it up and publishing it.
I don’t do this. If I see something interesting, I usually publish it immediately (like this post). On the other hand, I have a Zettelkasten site, which contains more in-depth notes that are also coming from reading notes. However, that site is so new that I haven’t really published anything that counts as reading notes there yet.
2023.12.03.
Bookmarked “You don’t need JavaScript for that – HTMHell”
Just because you know something needs JavaScript, doesn’t mean it still does. You can make better websites if you test those assumptions every now and then.
2023.12.02.
Bookmarked “OPML-compatible apps”
These apps can edit OPML files, or import and export OPML.
Setting up Type as a quick capture interface for my TaskPaper journal
-
It is a simple app which let’s me append any text (with a timestamp) to plain-text files.
-
Basically a quick capture tool for running lists.
-
LaunchBar can be also used to append text to plain-text files.
-
-
I haven’t kept any running list before in plain text; I just captured these ideas into Things directly.
-
I created a couple of new files using Type in my
~/Documents/Running Lists
folder. Here are some examples.-
Brainstorm.txt
-
Following the Natural Planning Model in GTD, sometimes the best way to figure out something is to start writing about it.
-
-
Debug.txt
-
Stole this idea from the Type app website.
-
It should be a log of steps I used to figure something out while programming.
-
Since this is just a capture file, steps must be migrated into proper how-tos later.
-
-
Meeting.txt
-
A quick log of any meeting I’m attending to capture what we are talking about at the moment quickly.
-
-
-
Type is focused on just one task: append text to these files. It doesn’t disrupt my workflow.
-
But I still treat these files as an inbox in a sense, so after I capture anything here, it should be processed.
-
Instead of introducing yet another inbox, I integrated these files into an existing one.
-
I made a shortcut that is triggered via Keyboard Maestro when I’m reviewing my TaskPaper journal.
-
The shortcut grabs all running files and then lets me pick one.
-
It grabs the content from the picked one, then appends it to my TaskPaper journal as a new entry.
-
Finally, it cleans the picked running list file, so it’s ready for the next batch of ideas.
-
Bookmarked “PayOnceApps.com – One-Time Purchase Web, Windows & Mac apps”
There are some cool Mac apps listed here with a one time price.
Bookmarked “Vadim Demedes”
He does some interesting apps. Too bad that all of them are built in Electron.
2023.12.01.
Bookmarked “Type – Take notes without interrupting your flow”
Take notes without interrupting your flow.
Type lets you quickly jot things down with the timestamp attached, without interrupting your flow.
Very interesting use of text files. I want to integrate this app into my workflow somehow.
2023.11.30.
The Caretaker – Benjamin Beyond Bliss – [VISUAL]
There isn’t much visual stuff regarding The Caretaker (other than the awesome covers of Everywhere at the end of time), but this one fits perfectly.
What the hell happened to messaging apps?
-
I remember when we had Adium and you could connect almost all of your chat services to one client.
-
Some features were missing, but the basic texting part usually worked.
-
-
We had a way to set our status to online, away, or offline. There was no need for Do Not Disturb or notification management since you just went offline and nobody could reach you.
-
Actually, you can still use Slack like this.
-
Some services even queued up your messages, so the next time you went online, new messages awaited you.
-
I could even set the currently played music as my status.
-
-
Almost all messaging app had some form of proper native Mac app.
-
Remember that Skype for Mac was actually a pretty decent Mac app with AppleScript support.
-
These days, it’s just an Electron app, although nobody uses Skype anymore…
-
-
My friends used MSN Messenger too, which was kind of a crappy client, but at least you could use it through Adium.
-
-
These days, I have to use Cardhop to have proper messaging integration in my contact list to have a central place to jump into the different clients.
-
Almost all clients are stupid Electron apps on the desktop.
-
Mobile clients are better: at least some of the biggest players have proper native apps on iOS.
-
Facebook Messenger for Mac is a React Native app, which is a bit better than Electron.
-
-
I can’t go offline anymore; instead, I have to manage my notifications and schedule them using Focus modes.
-
I kinda miss old IM apps.
Bookmarked “When is the week end?”
This is nice.
2023.11.29.
Follow-up on Liked “MailMate”:
I just bought MailMate a couple of minutes ago. It turns out I love to use plain-text email for writing and reading. It’s just way easier to edit my emails in MacVim than to fuck around with the Mail.app compose window.
The Things integration is also pretty cool. I can get the complete plain-text email in the to-do note, which is way more excellent than the jumbled text-fest I had previously parsed by the Things mail service forwarded from Mail.
I’m still developing my workflow around the rule-based smart mailboxes, which are pretty powerful.
I’ll write more about this app in the future.
So, I should be able to move the MarsEdit micropost window around now and attach pictures to a post right there.
Messing with Play and YouTube subscriptions
-
Play 2.0 just got released with a new channels feature.
-
It’s behind a subscription, but you can try it for seven days.
-
-
I started using Play as a replacement for YouTube’s Watch Later list (and for other sites too, like Vimeo).
-
YouTube is an attention magnet, and I want to avoid it when possible.
-
Using the Watch Later feature makes this more hard.
-
Play keeps me out of the YouTube app, mostly…
-
-
I also follow YouTube channels using RSS from Reeder instead of the YouTube app.
-
This way, I have an integrated workflow of browsing videos, blog posts, Mastodon posts, etc.
-
I’m also trying to give minimal data to Google through YouTube other than my watch history.
-
I have watch history turned off, but I’m sure Google still tracks it.
-
-
Because of this workflow, it seems redundant to use Play to subscribe to the same list of YouTube channels.
-
-
I added my list of channels to Play anyway to test the Channels feature.
-
It was a bit annoying since Play has no Shortcuts integration for managing channels or OPML import.
-
-
I don’t have a conclusion on the usefulness of this feature for me yet, but I’ll test it in the following week, and we will see if I keep the subscription or not.
2023.11.28.
Read “Production design of “True Detective” – interview with Alex DiGerlando · Pushing Pixels”
Midway through the interview we talk about his work as the production designer on the “Beasts of the Southern Wild”, and then dig deep into the strikingly designed worlds of the first two seasons of “True Detective”.
I loved season one of True Detective.