Card/Kanban View

Note: macOS 13+ / iOS 16+ is required

With v3.16, you can now view your notes not only as a table or list but also as cards. By grouping cards using a property from the Frontmatter of your notes, you can create a Kanban View, where the groups become columns.


Watch the video to learn how to get started:

Getting Started

  1. To create a Cards view of your notes, click on any folder in the left sidebar, which will open a table at first. 
  2. At the top you will see a toolbar with various options, change the view option from "List" to "Cards".
    • macOS
    • iOS
  3. You will see all your notes as cards now.
  4. Group your notes by some custom property, like "status" or "stage" that can serve as Kanban columns. 
    • If you haven't added any properties yet, it's time that you go into at least one note, add Frontmatter and a property such as "status: backlog".
    • Note: If you struggle typing three dashes, because it turns them into a long dash, you need to turn off "Smart Punctuation" (iOS) or "Smart Dashes" (macOS), see details here.
    • You will probably need to give more notes properties, so that you have more than just one column (+ one for "uncategorized").
    • Now select the group in the "Group" dropdown. 
      • macOS
      • iOS

Drag & Drop

You can drag cards between columns or rearrange them within a column. When you move a card between columns, NotePlan automatically updates the group property in the Frontmatter of the note.

Custom Ordering with the “Order” Property
A new "order" property is added to your notes to enable custom ordering of cards within a column. This property updates dynamically when you drag a card within a column or move it to another column. If any notes are missing the required frontmatter, NotePlan will prompt you to add it (you can choose to proceed or decline).

The Kanban view makes organizing and managing your tasks visually intuitive while keeping your notes synchronized with their metadata.

Changing Properties

You an change properties directly from the cards by clicking on the property and selecting a different value. If you see just one option to select, you need to add more values to other notes first. This view picks up the existing values from all the notes it has access to.

Hiding Completed Cards

If you want to hide completed projects, you can add a property "completed" for example to your notes and use the filter feature to hide the card. Alternatively, you can also hide the complete "status: done" column, if you have one in your Kanban board.

Here's how the frontmatter looks like with a completed property for the note you want to hide:

---
status: Done
completed: yes
---
# Note Title

The notes you don't want to hide will need a "completed: no" property.

Now filter by "Completed", "Equals: no":

Once every note has this property you can hide cards directly from the Cards View (to see the "no" drop down, enable the "Completed" property in the "Fields" dropdown):

Use Cases

What can you do with a Kanban board?

Project Management
Usually it's used to track tasks or projects through a process and visualize the current state, so it's clear where you are at the moment and what comes next. A typical Kanban process consists of three steps like 1. "ToDo", 2. "Doing" and 3. "Done". 

Learn more in this article

Reading ListNot just formal projects, but other activities can be tracked like reading books or articles. This gives you a nice overview of what you have achieved already, what's next, what you have stopped (because you didn't like it), etc.