-
Notifications
You must be signed in to change notification settings - Fork 0
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
0 parents
commit 485c042
Showing
12 changed files
with
470 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Node Modules | ||
node_modules | ||
|
||
# Output files | ||
/out/ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<module type="GENERAL_MODULE" version="4"> | ||
<component name="NewModuleRootManager" inherit-compiler-output="true"> | ||
<exclude-output /> | ||
<content url="file://$MODULE_DIR$" /> | ||
<orderEntry type="sourceFolder" forTests="false" /> | ||
</component> | ||
</module> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"name": "blockbench-wakatime", | ||
"version": "1.0.0", | ||
"description": "The Blockbench plugin for productivity metrics, goals, leaderboards, and automatic time tracking.", | ||
"main": "wakatime.js", | ||
"author": "yusshu", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"blockbench-types": "^4.9.0" | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# WakaTime for Blockbench | ||
|
||
Blockbench-WakaTime is an open source plugin for metrics, insights, and time tracking automatically generated from your modelling activity. | ||
|
||
## Installation | ||
|
||
1. Download the [latest release](https://github.com/HibiscusMC/blockbench-wakatime/releases/latest) | ||
|
||
2. In Blockbench, go to File > Plugins..., click "Load Plugin from File" and select the `wakatime.js` file. ![Load plugin from file](./.github/load-plugin-from-file.png) | ||
|
||
3. Once installed, go to [https://wakatime.com/api-key](https://wakatime.com/api-key) and copy you API Key. | ||
|
||
4. Paste your API Key in the plugin settings. ![Plugin settings](./.github/paste-api-key.png) | ||
|
||
5. Use Blockbench and your activity will be displayed on your [WakaTime dashboard](https://wakatime.com/). |
Oops, something went wrong.