-
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(developer): visual LDML editor prototype 🗼 #12789
Comments
srl295
added a commit
that referenced
this issue
Dec 5, 2024
- minor cleanup to re-add the custom view - some comments Fixes: #12789
srl295
added a commit
that referenced
this issue
Dec 5, 2024
- not quite glued in properly yet Fixes: #12789
srl295
added a commit
that referenced
this issue
Dec 5, 2024
- Glued in now. Or at least duct taped. - parcel builds into build/ which is picked up by the app Fixes: #12789
srl295
added a commit
that referenced
this issue
Dec 6, 2024
- minor cleanup to re-add the custom view - some comments Fixes: #12789
srl295
added a commit
that referenced
this issue
Dec 6, 2024
- add React 19 - parcel builds into build/ which is picked up by the app Fixes: #12789
srl295
added a commit
that referenced
this issue
Dec 6, 2024
- minor cleanup to re-add the custom view - some comments Fixes: #12789
srl295
added a commit
that referenced
this issue
Dec 6, 2024
- add React 19 - parcel builds into build/ which is picked up by the app Fixes: #12789
srl295
added a commit
that referenced
this issue
Dec 10, 2024
- minor cleanup to re-add the custom view - some comments Fixes: #12789
srl295
added a commit
that referenced
this issue
Dec 10, 2024
- add React 19 - parcel builds into build/ which is picked up by the app Fixes: #12789
srl295
added a commit
that referenced
this issue
Dec 16, 2024
- minor cleanup to re-add the custom view - some comments Fixes: #12789
srl295
added a commit
that referenced
this issue
Dec 16, 2024
- add React 19 - parcel builds into build/ which is picked up by the app Fixes: #12789
srl295
added a commit
that referenced
this issue
Dec 24, 2024
- add an extension point to NodeCompilerCallbacks to support changing message target - add an LDMLCompilerManager to simplify the CommonJS/ESM boundary Fixes: #12789
srl295
added a commit
that referenced
this issue
Dec 24, 2024
- use correct imports paths - user gets a fatal error if the keyboard file doesn't compile. But at least it compiles! Fixes: #12789
srl295
added a commit
that referenced
this issue
Dec 26, 2024
- fixup index.html from parcel and use it. this avoids hard coded hex ids - also, fix vscode-test.mjs to support correct .tests. name Fixes: #12789
srl295
added a commit
that referenced
this issue
Dec 27, 2024
- keybag - layer list with key ids Fixes: #12789
srl295
added a commit
that referenced
this issue
Dec 27, 2024
- add antd - not sure this is a sustainable way to add css inline content Fixes: #12789
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spec:
Develop a visual editor for LDML.
Add a webview to the VSCode plugin that does a basic load of the XML file and displays some initial UI elements reflecting the contents of the keyboard.
Blocked by:
The text was updated successfully, but these errors were encountered: