I notice that lately I spend a lot of time writing prompts. But I was using apps like Obsidian, or event github to write, which is a lot of extra friction and doesn’t sync with Everdo.
To make things easier, one thing I’m testing out is a menu option to export an item as markdown. This way I can write in Everdo and export with one click. I use it all the time now.
The “Copy as markdown” formats the item as a markdown document with front matter metadata and puts it into the clipboard. Great for LLMs to consume.
---
project: Project Name Goes Here
tags: [claude, Work]
---
# Task title goes here
Task description
I find this format works really well to give a lot of context to the agent/chatbot. I use it all the time now. But it can still be improved.
So I’m wondering if this is useful for more users.
