Which Pen Has Which Ink? Solving the Currently-Inked Problem

Inkcho

The “wait, which one is this?” moment

For any enthusiast with more than a handful of fountain pens, a common management problem eventually surfaces: the “currently inked” dilemma. It often begins when a collector moves from one or two daily carries to a rotation of several pens, each paired with a different bottled ink. Without a structured recording habit, the memory of which specific ink was loaded into which specific pen begins to fade within days.

We view this not merely as a minor inconvenience, but as a fundamental breakdown in the information management of a hobby. A collector picks up a pen they haven’t used in a week, pauses, and realizes they cannot recall if it contains a standard blue-black or a high-maintenance shimmering purple. This leads to the “test scribble”—a wasted moment of checking the color on a scrap of paper—or worse, an unwanted color surprise in the middle of an important note.

From a developer’s perspective, the goal of a recording system is to eliminate this mental friction. By moving the “state” of your pens from your memory into a dedicated digital record, you ensure that every tool in your rotation has a clear, verifiable identity.

What a current-load record needs

To effectively solve the “currently inked” problem, a record must capture the relationship between a pen and an ink at a specific point in time. Based on our design of information structures for collectors, the following fields are essential for tracking active loads.

FieldWhat it captures
PenThe specific instrument from your collection (Maker, Model, Nib Size).
InkThe specific bottled ink currently inside the pen. This represents a one-to-one relationship at any given moment.
Load DateThe calendar date (yyyy/MM/dd) the ink was actually drawn into the pen.
Elapsed DaysA calculated value showing how many days have passed since the Load Date.
MemoA free-text area for noting the specific filling method or the initial flow of the ink.

By organizing data into these specific fields, the record becomes more than just a list; it becomes a functional status report. Knowing the pen and ink is the baseline, but the “Load Date” and “Elapsed Days” provide the necessary context for maintenance and rotation planning.

Why “one ink per pen” is the right constraint

In designing a management system, one of the most important decisions is how to handle the logic of the “current load.” In our technical architecture, we enforce a strict one-to-one relationship: a single pen can only be associated with one active ink record at a time.

This constraint is not an arbitrary limitation of the software; it is a deliberate mirroring of physical reality. In the physical world, a fountain pen’s reservoir and feed can only be occupied by one liquid at a time. Therefore, the digital record should follow the same rules. In our database schema, the pen_id in the loading table is marked as UNIQUE, ensuring that a pen cannot accidentally be recorded as having multiple inks loaded simultaneously.

This design simplifies the user’s workflow. When you record a new “load” action for a pen that is already inked, the system naturally understands that the previous ink has been replaced. Similarly, recording a “clean” action clears the current-load record entirely. By adhering to this physical reality, the management tool avoids unnecessary complexity and prevents the “data drift” that occurs when digital records no longer match the items on your desk.

Elapsed days as a passive awareness tool

A common challenge in fountain pen management is the “forgotten pen”—an instrument that sits at the bottom of a case or drawer while the ink slowly evaporates. To address this, we prioritize elapsed-days tracking as a core feature of the current-load record.

It is important to clarify that this is not a “timer” or a “stopwatch” that requires active monitoring. Instead, it is a date calculation performed by the system. Once a user manually records a “load” date, the system automatically determines the difference between that date and the current day.

By surfacing this number prominently on the pen’s detail view, the information moves from being “hidden data” to a passive awareness tool. A collector doesn’t need to dig through history logs to find out when they last filled a pen; they simply see a number—such as “14 days” or “45 days”—next to the ink’s name. This visual cue provides an immediate sense of the “age” of the load, helping the collector decide whether it is time to use the pen more frequently or prepare it for a cleaning cycle.

How Inkcho handles this

We developed Inkcho to provide a dedicated environment for this exact type of rotation management. We designed the app to ensure that the answer to “What is inside this pen?” is always just one tap away.

In Inkcho, current-load tracking is integrated into the core user experience:

  • Pen List Overview: The main screen shows your entire pen collection. Next to each pen name is a color chip and the name of the currently loaded ink. If a pen is empty, it is clearly marked as “No ink”.
  • Pen Detail Screen: When you tap a pen, you see the full details of the current load, including the ink’s brand, color name, the exact load date, and the automatically calculated elapsed days.
  • Action-Based Updates: Updating the status is handled through “load” and “clean” actions. When you record a new load, the app automatically updates the current status and adds an entry to the pen’s history log.
  • Manual Entry: We believe in the reliability of local, manual records. There is no automatic detection or scanning; the user maintains control by recording their own actions, ensuring the data is always accurate to their actual behavior.

This “currently-inked” management is available as a free feature in Inkcho. While our Pro tier offers advanced features like usage-day alerts (notifying you at 14, 30, or 60 days) and detailed statistics, the fundamental ability to track which ink is in which pen is open to all users.

You can download Inkcho on the App Store to start organizing your rotation:

.

Summary

Tracking your currently loaded pens is the most effective way to eliminate the guesswork and friction of a growing fountain pen collection. By recording the pen, the ink, and the load date, you transform a potentially confusing rotation into a well-managed system that provides clear awareness of your tools’ status.

For a broader look at how different tools compare for managing your collection, see our hub article: Notebook, Spreadsheet, or App? How to Track Your Fountain Pens and Inks

To learn more about the specific pen fields worth tracking, see: What to Record for Every Fountain Pen: Fields That Actually Matter


This article organizes information from a recording and organizing perspective. If you notice an error or outdated information, please contact us. Last verified: August 2026

Copied title and URL