Replies: 1 comment
-
Interresting reuse of the source code of OdfEdit 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
![image](https://private-user-images.githubusercontent.com/157769808/361166399-e2aea039-4cc6-40f9-8f0a-d44e37c31384.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzI0ODYsIm5iZiI6MTczOTE3MjE4NiwicGF0aCI6Ii8xNTc3Njk4MDgvMzYxMTY2Mzk5LWUyYWVhMDM5LTRjYzYtNDBmOS04ZjBhLWQ0NGUzN2MzMTM4NC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQwNzIzMDZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0wZDNkYjc3NmQ0ZDI2MjdkODdjOWI0NDQwNGE3Njk3YWVjMDE3NmRjMDgwOGEzMmExMjAwMmFjZjVlZDk4NGZlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.IJAGnS3_he3EwrUaYZPWzTOHq_qLD5Rp8Kb1WrXxzkY)
![image](https://private-user-images.githubusercontent.com/157769808/361166486-49fa44e9-f618-4706-a228-ff40bd248138.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzI0ODYsIm5iZiI6MTczOTE3MjE4NiwicGF0aCI6Ii8xNTc3Njk4MDgvMzYxMTY2NDg2LTQ5ZmE0NGU5LWY2MTgtNDcwNi1hMjI4LWZmNDBiZDI0ODEzOC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQwNzIzMDZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04MzAyODlhNTk4Mzc4NDJjMzQ4OTM3MjEzMDdlMDBkNjg5MzI0NTI0OTMyZDQ4YzQ5MDNiNTNjZmRkMGZiY2YxJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.XFGzSU2aJQjpmFygtS_FXINiFRs_9YH6S9xpLpJQoOo)
I've been intending to produce some web based organ edition utilities, and found that the excellent Python classes from ODFEdit are all I needed to understand and represent those files. So I extracted the main data classes, and was able to run them in a browser, loading a sample Organ File, and accessing the data dictionary from a web browser, using the Pyodide framework. There's no more functionality than that at the moment, but I'll keep you posted if it's of interest.
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions