Tilepieces documentation version 0.1.x
Tilepieces is an open source software designed for the visual editing of HTML and project management where HTML files are used.
By dealing with all aspects of the frontend, it is a candidate to become a precious tool for all web development projects (together with browser developer tools), which include websites and web applications.
In addition to allowing the live edit of HTML documents and the modification of the CSS styles associated with them, it also allows you to import and reuse pieces of code that are called components.
In addition to allowing the live edit of HTML documents and the modification of the CSS styles associated with them, it also allows you to import and reuse pieces of code that are called components.
Since it has been designed to be customized by developers in multiple ways, it may have more or different features than those shown in this documentation.
In particular, developers can:
- adapt the file reading / writing process to any back-end environment through the storage API.
- use API javascript to programmatically modify pages. They can do this by adding a panel and either creating a component with an interface, or using them directly from the console.