Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/banaanae/ahk_v
AutoHotKey turned into a visual langauge with Blockly
https://github.com/banaanae/ahk_v
Last synced: 14 days ago
JSON representation
AutoHotKey turned into a visual langauge with Blockly
- Host: GitHub
- URL: https://github.com/banaanae/ahk_v
- Owner: Banaanae
- License: gpl-2.0
- Created: 2023-08-24T01:01:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-08T05:05:33.000Z (4 months ago)
- Last Synced: 2024-07-09T04:38:12.869Z (4 months ago)
- Language: JavaScript
- Homepage: https://banaanae.github.io/ahk_v/
- Size: 523 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ahk_v
ahk_v is a visual editor for AHK using blockly
It is currently quite early in development, but many simpler blocks and math functions are done
## Usage
Go to [github pages](https://banaanae.github.io/ahk_v/) to view and use the latest release
Most blocks behave exactly the same as their written counterparts on [the AHK v2 docs](https://www.autohotkey.com/docs/v2/), with the exception of non-native blocks, which will be documented at [the wiki](https://github.com/Banaanae/ahk_v/wiki) (WIP)
## Roadmap
- [X] Get some common blocks done
- [X] Make a code generator for ahk
- [ ] Make Guis
- - [ ] Gui Options
- - [ ] Visualiser
- [ ] Links to AHK documentation
- - [ ] Repository wiki for non native blocks
- [ ] Standard colouring
- [X] Better categories (Sort and duplicate some blocks into multiple categories)
- [ ] Add shadow blocks
- [ ] Fix capitalisation, either in /blocks/* or via getRealName()
- [ ] Split code generators into seperate files
- - [ ] Global useful functions eg singleInput
- [ ] More validation
- - [ ] Check for missing inputs
- - [ ] Add more checks for what types fields accept
- - [ ] Sanitise inputs better (eg double quotes)
- [ ] Two toolboxes, simple and fullThis project isn't affiliated with AutoHotKey