Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 full

This project isn't affiliated with AutoHotKey