-
Notifications
You must be signed in to change notification settings - Fork 667
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
Create clipboard guide #1475 #1604
Conversation
✅ Deploy Preview for tauri-docs-starlight ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
The overall structure is based on the Notification plugin docs, and in there it has: {/* TODO: Demo component */} and {/* TODO: Link to which language to use, frontend vs. backend guide when it's made */} That I copied over this current guide, but I don't know what they refer to. Is the aim that each plugin have a guide and a demo component for every (not every) JS and Rust frameworks? Or just vanilla? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome contribution @vasfvitor, thanks for putting this in! Just a few pieces of feedback and I think this one looks good to get merged in 💪
Co-authored-by: Lorenzo Lewis <[email protected]>
Thanks @vasfvitor ! To answer your original questions:
I think this is a really good start, and then note any gaps (like the Rust part you did here) so we can keep track of them. That does cause some duplication between the READMEs and what we have in the docs, but I don't think that's an issue as we start to treat the docs as the main source for references and documentation. |
Description
The content is based on the README.md from the plugin's repo but I'm not sure about the use of
assert
, shouldn't beconsole.assert
?Still have to write the Rust part.
I'm looking at writing the other plugins guides, is it enough to adapt the content from each plugin's README.md*? I could just copy over and adapt. But my intention is to first try to use locally when possible.
* Most stubs give v2 plugin README as a reference to get started, and at least windows customization points to v1 docs.
Since I'm learning Tauri as I write these docs, I don't want to claim this current issue, for me there's no problem if someone else does.