DEV Community

Discussion on: A Tool to Write Simple Notes

Collapse
 
miku86 profile image
miku86 • Edited

Hey Nico,

thanks for your comment, todotxt.org looks quite handy.
Your Bullet Journal looks pretty useful, great work! I try to stay focused by minimizing my open browser tabs, therefore I've built it in the terminal.

If you want to create a post index,
you have to add a series property into your post header:

Example:

---
title: "A Tool to Write Simple Notes"
[other properties]
series: Shorties
---

In the first post of your series the index won't show up, only if you'd add a second post.

Collapse
 
nicolasini profile image
Nico S___

Legend!