-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
57 changed files
with
2,161 additions
and
4,969 deletions.
There are no files selected for viewing
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,3 +1,3 @@ | ||
window.codapPluginConfig = { | ||
buildNumber: "0062" | ||
buildNumber: "0063" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0062 | ||
0063 |
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,19 +1,11 @@ | ||
### tutorial | ||
|
||
This is a React-based data interactive plugin. We translate from JSX to plain javascript | ||
at build time. Right now this is done with the build task in `package.json`. | ||
The file `./src/onboarding.jsx` is the single source file for this implementation. | ||
It is converted into `./js/onboarding.js`. If you change this data interactive | ||
you should edit the `.jsx` file and run the build task to update the `.js`. If | ||
things get more complicated we will introduce a more sophisticated build process. | ||
|
||
### To get started | ||
|
||
- npm install | ||
- npm run build | ||
|
||
### Translations | ||
These plugins are localizable using the [CODAP Getting Started Project on POEditor](https://poeditor.com/projects/view?id=683807). To translate these into another language, add that language on POEditor and the use `npm run strings:pull` to download the latest changes across all language translations. | ||
|
||
|
||
This data-interactive plugin is not deployable in the usual way that plugins in this codap-data-interactives directory are because it relies on same-origin for the drag of the data file into CODAP. | ||
The getting started plugin at index.html is not deployable in the usual way that plugins in this codap-data-interactives directory are because it relies on same-origin for the drag of the data file into CODAP. | ||
|
||
It is normally deployed to the codap.concord.org/plugins server. |
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
Oops, something went wrong.