raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.23k stars 2.93k forks source link

[Snippet Surfer] Allow creation of snippets from within Raycast #14218

Open chrismessina opened 2 weeks ago

chrismessina commented 2 weeks ago

Extension

https://www.raycast.com/astronight/snippetsurfer

Description

By default, the Snippet Surfer doesn't 1) come with any pre-installed snippets and 2) doesn't allow you to create a snippet from within Raycast:

2024-08-27 (11 15 23) Arc

It would be great if you could quickly create new snippets from within this extension.

Who will benefit from this feature?

Anyone who uses Snippet Surfer.

Anything else?

No response

raycastbot commented 2 weeks ago

Thank you for opening this issue!

🔔 @mkitane @mkitane you might want to have a look.

💡 Author and Contributors commands The author and contributors of `astronight/snippetsurfer` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot close as not planned` Closes the issue as not planned. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue. - `@raycastbot keep this issue open` Make sure the issue won't go stale and will be kept open by the bot.
mkitane commented 2 weeks ago

Hey @chrismessina, Currently, SnippetSurfer doesn't offer the ability to create snippets directly within raycast. It's intended for use with externally created YAML/Markdown files, allowing you to manage more complex snippets, edit them in an IDE, and save them in version control systems like Git.

If you’d like to see in-app snippet creation or editing, contributions are highly encouraged!

chrismessina commented 2 weeks ago

Fair enough... though how do you see Snippet Surfer interacting with or overlapping with Raycast Snippets? If Raycast Snippets were stored in MD, would that make this extension unnecessary?

mkitane commented 2 weeks ago

Short answer: No. Snippet Surfer is geared a bit more towards developers.

There are some other features that raycast snippet doesn't have:

slhck commented 3 days ago

I've created https://github.com/raycast/extensions/pull/14430/ to possibly help people onboard better, since I was also struggling with creating these snippets initially.