Tech Habits: Order App Updates and Personal Gadget Renaissance
Tech Habits: Order App Updates and Personal Gadget Renaissance
I am writing this post in *Order*, my new homegrown and opinionated note-taking and publishing app that’s meant to be just about as WSYIWYG as you can be while being true to plain text foundations. It’s meant to serve alongside your favorite plain text tools, command line, file explorer, favorite text editors (think Typora, VS Code), plain-text oriented note taking apps (think Obsidian, Tolaria) and provide a unique and exciting interface into your notes while keeping you organized.
I teased it briefly in my last Tech Habits post and it is most certainly still Alpha/MVP/0.x. That being said, it has had some major updates now that I had some time to give it some love over a Memorial Day weekend holiday.
Some updates
One-click publishing support works
- Toggle notes and folders as public or private, publish the public ones
- Github pages support for generating a static webpage
- Published web page looks nearly identical to note taking app
- Permalinks to Notable Folders
MVP of both desktop and iOS apps complete
- Unifying and opinionated Johnny-Decimal like organizing principle
- You have limited small number of Areas and Categories (10 each)
- Each Category contains Notable Folders (a main document plus accompanying notes)
- Single click WYSIWYG editing
- Newspaper-style layout for Notable Folders
- Initial version of Obsidian-like Wikilink support
- Some fun theming and focus mode styles
Order now implements three key “ordering” concepts:
- Time. A stream of Notable Folders and notes over the most natural way to order things: time. The stream can be visualized as a chronologically-ordered Newspaper style display of notes, weekly, monthly, and yearly calendar views, and filtered by Notable folder.
- Folder views. Filtered notable folder streams can be re-ordered for convenient viewing or editing
- Lists: the first class concept of reorderable items in Order. Areas and Categories are themselves just lists of reorderable items encoded as Markdown lists. Notable Folders can be a list of things (eg. Books). Lists can reference lists and render appropriately
As discussed previously, this app is meant to be an app somewhat custom-built for me, but I think the ideas of it are fresh and powerful enough to be potentially generalizable to other people’s workflows.
Home page in Order
This time, I hope to showcase some recent improvements by illustrating briefly and literally through screenshots how the app can be used to simultaneously build a personal home page and take casual notes on topics of interest.
A huge motivation came from this comment from Ellane W to have my own indepedent space to post these articles as well as Medium. I’ve been through many forms of manual, automated, static, and dyanamic ways of posting my content and I wanted to approach it somewhat more thoughtfully this time. To illustrate this is exactly how my Order App looks vs. my current home page:

The point is there’s basically no difference except that one is editable. With the click of one publish button, in less than a minute a static site is generated that looks identical. Published contents are of course immutable to the reader and retain only content I wish to be public.
Critically, it looks almost identical to my old home page save for some purposeful stylistic differences:

The home page contains three classes of items:
- Articles
- Tools
- Academic
Each class of items is itself a list.

To illustrate, this is the source code for the home page above:
---
list: lines
category: Creative Spaces
home: geetduggal/geetduggal.github.io/order-home
public: true
slug: geet-duggal
---
# Geet Duggal
[LinkedIn Profile](https://www.linkedin.com/in/eng-crisis) · [vimrc](https://gist.github.com/geetduggal/d9702695b96b13532a291d74f7a38e38) · [The revenge of the home page](https://www.newyorker.com/culture/infinite-scroll/the-revenge-of-the-home-page)[](https://gist.github.com/geetduggal/d9702695b96b13532a291d74f7a38e38) · [\[\[Order\]\]](https://www.newyorker.com/culture/infinite-scroll/the-revenge-of-the-home-page)
- [[Articles]] · Mostly posts on Medium
- [[Tools]] · Useful-to-me bits of code I made
- [[Academic]] · From a previous life
Very simple. A few things to note:
- the key
listindicates that this folder is to be rendered as a first class concept of a list homeindicates that of all my notable folders this is my home base and home page. Notes by default are private and end up going here. The value is a github username, repo, and subdirectory that this page will publish topublicis the key boolean deciding whether or not this file is publicly visibleslugis the URL suffix that will correspond to the permalink. Order auto-fills this but you can edit it to be whatever you like
Lists in Order
If you pick a list item above (eg. [[Academic]] in the screenshot below), you will see a list of items themselves:

So in this case, we have a list of lists and the result is a simple homepage showcasing a few key classes of lists.
If you look more closely at the finder directory structure in the screenshot, you will see that each place has a home. For me, Academic is under the area Craft and it is a space I maintain over time (Craft Spaces) called Academic (which is a Notable Folder).
This is simultaneously simple and complicated. It’s simple in the sense that I just have a few lists in different files that Order puts together into a page view. On the other hand, the directory structure may seem bit complicated at first. This is by design and is inspired deeply from Johnny Decimal. My home page has lists from two broad areas of my life: Craft and Creative .
Importantly, having a directory dedicated to each Notable Folder (hence the name Notable Folder) helps me to collect other relevant file types (eg. videos, effective HTML files, presentations etc) in a place I can count on: it’s easy for me to remember, and it’s future proof. I’ve experimented with completely flat file structures but have found that lightweight folders that also include other files of relevance are the best. Also important to note, Order doesn’t require files to be in a particular directory structure but it does by default mirror a directory structure that corresponds exactly to your Area → Category → Notable Folder breakdown.
Each of these lists even Areas themselves are just Markdown files and the Order UI makes them natural to reorder. For example, the screenshot below shows how I can simply reorder my Areas spatially. The directory structure then simply automatically matches.

That’s an example of reordering a card, and in the next screenshot screenshot you can see how to reorder Academic list items:

My favorite part of Order is Newspaper-Style Layouts of Notable folders. As an example, suppose I’m interested in just seeing two notable folders in my stream, the one for my home page (Geet Duggal) and the one for the Order App (Order). All I have to do is select them in the sidebar or auto-complete search them using ‘Cmd + K’ and I get the following kind of view:

You can see here the bottom part of the page shows a newspaper style view of Order. The main document is centered and contains a brief description as well as task list. Notes surrounding it are sorted in descending order of time and surround the central page. This makes it easy to naturally explore recent things you’ve written about related to a topic but in a way that’s more playful and visual than just a sorted list.
Above the Order notable folder is the bottom-half of my home folder. These two folders form a collection of newspaper-style layouts. The left-hand bar makes it easy to hop between them and even reorder which ones show up first.
The reason I find this powerful is that I have a consistent way of visualizing a topic broadly but can instantly drill into details or capture new information without having to worry about file names and directory structure. But in the end, all of that is taken care for me underneath in neat plain text.
Order Themes and Lightweight Folders
In Order, with just a click of a few buttons I can create new notable folders on topics of even lightweight interes. For example, here are two related to a ‘Personal Gadget Renaissance’ I am going through where I’m finding joy in exploring small single purpose devices:

I think single purpose e-ink devices: eg. for reading, family calendars and single purpose gaming devices (eg. for retro games) will be holding an increasingly valuable place in my list of favorite things and having these notable folders is a great way to organically start exploring.
I love how this display with Order is a quickly created and filtered set of notes that feels like an appropriate mix of Google Keepish like notes and more in-depth note taking and categorization. They are not my actual notes on the subject for the purposes of this demo but they’re not too far off.
What I like about Order is that it makes these quick notes and exploration live alongside more meaty topics in one place. That place is just your files on disk, but with a few simple conventions that Obsidian does very well with, Order can make browsing and curation of these topics a real pleasure.
This being said, Order is of course very early in development and I’m just enjoying the fact that these days it doesn’t take so long to develop an app that works even on iOS that is so versatile. 🏔️ ‘Till next time, here are a few additional screenshots with fun easter-eggish themes:

Above is one of the dark mode variants just enabled with a single click to the bottom left. Heck I even have a ‘Doogie Houser’/’Word Perfect 5.1' type theme:

Which, when putting a note into full screen can be great for writing sessions:

And even a Star Trek like LCARs theme for giggles

And just about as distraction free of a writing experience on iPhone as possible:

메타데이터
- post_id
- 2ea429f2501f
- slug
- tech-habits-order-app-updates-and-personal-gadget-renaissance-2ea429f2501f
- url
- https://medium.com/@geetduggal/tech-habits-order-app-updates-and-personal-gadget-renaissance-2ea429f2501f
- canonical_url
- https://medium.com/@geetduggal/tech-habits-order-app-updates-and-personal-gadget-renaissance-2ea429f2501f
- author_url
- https://medium.com/@geetduggal
- status
- ok
- fetched_at
- 2026-06-09 15:37:30