-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/develop'
- Loading branch information
Showing
14 changed files
with
59 additions
and
61 deletions.
There are no files selected for viewing
14 changes: 7 additions & 7 deletions
14
md/4_export_embed/dev_embed/export_standalone/export_standalone.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Export for Cables Standalone Version | ||
# Export full Patch | ||
|
||
Select the "Standalone" option in the export dialog on [dev.cables.gl](https://dev.cables.gl). Download the latest version of ["cables standalone"](https://dev.cables.gl/downloads). | ||
Select the "Patch" option in the export dialog on [dev.cables.gl](https://dev.cables.gl). This export will contain | ||
all the assets, any custom ops of the patch (patch, team, subpatch) and can be run in cables standalone. | ||
|
||
Install and/or open the standalone version, select "Open Patch" from the menu or the welcome screen, select | ||
the `.json` file you just downloaded. Start patching! | ||
## Run in cables standalone | ||
|
||
Be aware, that there is currently no way to re-import patches that you worked on in "cables standalone" | ||
to cables.gl. This will be in one of the next releases! | ||
Download the latest version of ["cables standalone"](https://dev.cables.gl/downloads). | ||
|
||
Have a look at [our roadmap](https://github.com/cables-gl/cables_electron/milestones?direction=desc&sort=due_date&state=open) for future versions and [report bugs](https://github.com/cables-gl/cables_electron/issues) or submit [feature requests](https://github.com/cables-gl/cables_electron/issues). Any feedback is greatly appreciated! | ||
Install and/or open the standalone version, select "Open Patch" from the menu or the welcome screen, select | ||
the `.cables` file you just downloaded. Start patching! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ But let's get started: | |
|
||
## Mac/Linux | ||
- install [git](https://github.com/git-guides/install-git) | ||
- clone [this repository](https://github.com/cables-gl/cables_dev) | ||
- clone the [cables dev repository](https://github.com/cables-gl/cables_dev): `git clone [email protected]:cables-gl/cables_dev.git` | ||
- change into the checked out directory (`cd cables_dev/`) | ||
- continue [below](#common) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
# How to report a bug in cables | ||
|
||
As cables is in constant development, there will be bugs here and there. We also try to keep our documentation and examples up-to-date but when you notice things not working the way they are described or you expected - Please submit an issue for us following the guidelines below! | ||
|
||
|
||
## Where to report bugs? | ||
|
||
Please keep all bugreports to the [Discussions forum](https://github.com/cables-gl/cables_docs/discussions/categories/bug-reports) . | ||
Check out previously submitted bugs first and if you find a related report, vote it up and post about your findings too. That way we have more details and can see how frequently this bug happens! | ||
|
||
## What information to include in my post to GitHub Discussions? | ||
|
||
### Description of your environment | ||
|
||
First and foremost - tell us what operating system and browser your are using. | ||
Send us the generated link provided on [cables.gl/browser](https://cables.gl/browser) - it will be on top of the page. | ||
|
||
Tell us more about your project and how it is running - on mobile? on WordPress? inside the cables.gl editor? | ||
|
||
### A simple step by step explanation that is reproducible | ||
|
||
Please include a simple explanation that is showing your issue as isolated as possible. | ||
|
||
Attaching a video and screenshot illustrating your issue is great too. | ||
|
||
### A small and simple example patch | ||
|
||
Please try to isolate the problem and provide a simple example patch that displays what | ||
is going wrong. Provide us with a link in your issue post! | ||
|
||
### A screenshot of your browsers dev-console | ||
|
||
For most browsers you can open the dev-console by rightclicking anywhere on the page, selecting "inspect element" | ||
and then switching to the console tab. Keep the console open and reproduce the error in your patch. Please provide a screenshot of the errors reported in the console. | ||
|
||
This is a bit harder to do on a mobile-phone, but if you are used to remote-debugging android/ios-devices | ||
a glimpse into your dev-console would help here also. | ||
|
||
|
||
## I have code that fixes the issue! | ||
|
||
Awesome! Please post your findings on our [Discussions forum](https://github.com/cables-gl/cables_docs/discussions/categories/bug-reports) and provide your proposed fixes and solutions. We highly appreciate contributors and community members that go above and beyond. Thanks for contributing and expect a token of our thanks in the mail! | ||
# How to report a bug in cables | ||
|
||
As cables is in constant development, there will be bugs here and there. We also try to keep our documentation and examples up-to-date but when you notice things not working the way they are described or you expected - Please submit an issue for us following the guidelines below! | ||
|
||
|
||
## Where to report bugs? | ||
|
||
Please keep all bugreports to the [Discussions forum](https://github.com/cables-gl/cables_docs/discussions/categories/bug-reports) . | ||
Check out previously submitted bugs first and if you find a related report, vote it up and post about your findings too. That way we have more details and can see how frequently this bug happens! | ||
|
||
## What information to include in my post to GitHub Discussions? | ||
|
||
### Description of your environment | ||
|
||
First and foremost - tell us what operating system and browser your are using. | ||
Send us the generated link provided on [cables.gl/browser](https://cables.gl/browser) - it will be on top of the page. | ||
|
||
Tell us more about your project and how it is running - on mobile? on WordPress? inside the cables.gl editor? | ||
|
||
### A simple step by step explanation that is reproducible | ||
|
||
Please include a simple explanation that is showing your issue as isolated as possible. | ||
|
||
Attaching a video and screenshot illustrating your issue is great too. | ||
|
||
### A small and simple example patch | ||
|
||
Please try to isolate the problem and provide a simple example patch that displays what | ||
is going wrong. Provide us with a link in your issue post! | ||
|
||
### A screenshot of your browsers dev-console | ||
|
||
For most browsers you can open the dev-console by rightclicking anywhere on the page, selecting "inspect element" | ||
and then switching to the console tab. Keep the console open and reproduce the error in your patch. Please provide a screenshot of the errors reported in the console. | ||
|
||
This is a bit harder to do on a mobile-phone, but if you are used to remote-debugging android/ios-devices | ||
a glimpse into your dev-console would help here also. | ||
|
||
|
||
## I have code that fixes the issue! | ||
|
||
Awesome! Please post your findings on our [Discussions forum](https://github.com/cables-gl/cables_docs/discussions/categories/bug-reports) and provide your proposed fixes and solutions. We highly appreciate contributors and community members that go above and beyond. Thanks for contributing and expect a token of our thanks in the mail! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters