-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
56 lines (46 loc) · 2.29 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
☐ IMPORTANT
☐ To cross compile tauri or electron, I don't want a backend or my own CI
☐ The idea is to have confgurations store online on your account
☐ On Github Actions or any other CI service, have an action that is
☐ pipelab/setup and pipelab/run that install all dependencies and that run a config
☐ Infos are from the variables: account, pipeline & api key
☐ It will run the pipeline as if it was your computer
process.noAsar = true is here because electron fs can't deal correctly with asar (for example, like when copying an asar archive)
https://github.com/nocode-js/sequential-workflow-editor
https://github.com/xyflow/awesome-node-based-uis
https://github.com/CatalystCode/windows-registry-node
https://github.com/tympanix/electron-regedit
☐ Target:
Stage 1:
☐ Autosave
☐ Optimize/minimize images
☐ https://www.google.com/search?q=sharp+lossless+compression+png&client=firefox-b-d&sxsrf=AB5stBg5O1Uihp_JBHyJnrcJEeF5sm2ZAg%3A1690961809752&ei=kQfKZImzLc2JkdUPqKWVkAs&ved=0ahUKEwjJv_7Pu72AAxXNRKQEHahSBbIQ4dUDCA4&uact=5&oq=sharp+lossless+compression+png&gs_lp=Egxnd3Mtd2l6LXNlcnAiHnNoYXJwIGxvc3NsZXNzIGNvbXByZXNzaW9uIHBuZzIKEAAYRxjWBBiwAzIKEAAYRxjWBBiwAzIKEAAYRxjWBBiwAzIKEAAYRxjWBBiwAzIKEAAYRxjWBBiwAzIKEAAYRxjWBBiwAzIKEAAYRxjWBBiwAzIKEAAYRxjWBBiwA0i5GVDSBFixGHABeAGQAQCYAQCgAQCqAQC4AQPIAQD4AQHiAwQYACBBiAYBkAYI&sclient=gws-wiz-serp
☐ Package as electron (+ notarize + sign + expose api)
Stage 2:
☐ CLI
☐ Github Action integration
☐ Online Account
☐ Package as tauri
☐ Godot export
☐ Package to playable ad
☐ Package as discord activity
☐ Load sensible datas from environement variables for security purposes
☐ Command palette
☐ Undo/Redo
☐ Upload to
☐ poki
☐ itch
.
EULA
https://codemirror.net/examples/lint/
https://remixicon.com/
---
Tests:
✔ Switch securely from "editor" to "simple" + remember last editor @started(24-10-10 07:40) @done(24-10-24 07:33) @lasted(1w6d23h53m36s)
- View logs in realtime
- env (= copy variables)
- handle pipeline error gracefully
- display what happened in dialog
- handle steamworks
- prepare electron + install package
- process quickjs in webworker