Commit Graph

4 Commits

Author SHA1 Message Date
5561038c25 Add TOML handling to JS modules
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2025-05-01 19:18:04 -07:00
7daaf81280 Include fiedl of view in annotation data
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-11-19 20:01:45 -07:00
e92b319a85 Create new views and annotation sets
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-11-19 08:53:02 -07:00
0dd9aba2b6 Refactor js files (#48)
This pr is a significant reorg of the js files.

1) All non-basic functions have been moved out of the main glmv.js
2) 'Metadata' has been universally changed to mvconfig to avoid conflict with actual file metadata
3) Configuration changing functions have been split off into glmv-mvconfig.js
4) Hotspot modification functions have been split off into glmv-hs.js

Reviewed-on: #48
2024-11-18 03:54:29 +00:00