Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cursor): The open Posts should reliably be available in a Cursor context #2

Open
joelhooks opened this issue Oct 20, 2024 · 0 comments

Comments

@joelhooks
Copy link
Contributor

joelhooks commented Oct 20, 2024

Right now you can find the posts to add to a Cursor context, but it isn't using the currently open window, it's pulling it from someplace else (undetermined)

building-a-local-first-cms-as-a-vs-code-extension~8xfrv mdx — course-builder-local 2024-10-20 at 13 24 25@2x

Initial theory is that we could tighten up the way we use the file system and represent open Builder Posts as URIs (builder://${slug}) mapped to a folder in the users home directory

related, the open tab isn't always the post even though it will appear to be the post.

Being able to reliably add an open Post to context would allow you to write/edit a post in the context of a currently open codebase or set of files. This would let cursor pull code snippets etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant