Skip to content

Commit

Permalink
chore: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yusshu committed Feb 16, 2024
0 parents commit 485c042
Show file tree
Hide file tree
Showing 12 changed files with 470 additions and 0 deletions.
Binary file added .github/load-plugin-from-file.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/paste-api-key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Node Modules
node_modules

# Output files
/out/
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions blockbench-wakatime.iml
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>
279 changes: 279 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions package.json
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"
}
}
15 changes: 15 additions & 0 deletions readme.md
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/).
Loading

0 comments on commit 485c042

Please sign in to comment.