Creating a web based editor specifically for 'Taipy'
Author: yaten2302Created Jun 14, 2024Updated Sep 12, 2026
Labels🟩 Priority: Low✨New feature🔒 Staff only
Description
This is a feature request for creating a web based editor specifically designed for Taipy. As of now, if we want to use Taipy, then we've to install it and then do our work. But, by creating a web based editor, a user can create some projects(just for testing) very easily without having the need to install it.
For example:
- If I'm a new user and want to try
Taipyfor the first time, then I've to installTaipyas apipfile and start learning about it. But, with the web editor, I can straight away start editing some basic files like creating buttons, dialogs etc. - If, suppose a user is creating a project in
Taipyand the user gets stuck somewhere, and wants to check if by adding a particular piece of code, will the project work or not, but the user wants to do this on a different file/dir, then the user has to create a new file/dir and then do the same. But, by the web editor, the user can easily test the code and after closing the browser, the previously created file by the user will be lost i.e. in the web based editor, it'll be like a temporary file, just for testing, by the user.
Solution Proposed
A web editor for Taipy can be created for users so that, they can try their piece of code easily, like a temporary file.
Impact of Solution
No response
Additional Context
I just found a web based editor kind of thing. The Kotlin language has a web editor and the same can be implemented for Taipy as well.
Acceptance Criteria
- Ensure new code is unit tested, and check code coverage is at least 90%.
- Create related issue in taipy-doc for documentation and Release Notes.
- Check if a new demo could be provided based on this, or if legacy demos could be benefit from it.
- Ensure any change is well documented.
Code of Conduct
- I have checked the existing issues.
- I am willing to work on this issue (optional)
Source: Avaiga/taipy