Exporting AI prompts from Everdo as text

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.

5 Likes

I have not used it for that purpose yet, but I’m gonna try it out now.

To be clear it’s not there yet in the current version, I’m just wondering if others would find it useful :wink:

2 Likes

Very cool option. I think I would often use it, also for copy-pasting items to the time tracker software of my company.