I love the idea of the new Notepad feature, currently in Beta (Cursor - Build Software Faster).
I’ve been creating .md
files for the same purpose, and referencing these .md
files in chat and composer.
What I like about these Notepads is that, unlike a .md
file, I can @ reference the relevant files in the Nodepads.
However, after trying out Notepads within my workflows, I’ve swapped back to using .md
files.
Because while the Notepads allow me to reference files directly (which I would previously reference in .md
files with a file path), the current implementation of Notepads does not allow the AI in the editor window, chat, or composer to edit itself.
This is a significant downside because:
- Documentation/standards/templates are frequently iterated on (fine-tuned) after making edits.
- The purpose of notepads is to increase productivity and reusability between composers and chat windows. Without being able to quickly edit them via AI, a lot of productivity is lost.
For example:
- I often create design standards for code, such as how graphs on the front end should look.
- As I edit these graphs over time, I frequently return to update the design standards.
- I can easily @ the
.md
file and instruct the AI within the chat window or composer to update the design standards to match the updated code. - However, with NotePads, this currently isn’t possible.
- This limitation leads to more manual work, causing me to revert to using
.md
files.
To summarise, given that a common use case for NotePads involves continual iteration, can we make these notepads editable within the cursor chat and composer windows?