Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tilepieces/tilepieces
An open source project to visually editing HTML documents and Web applications
https://github.com/tilepieces/tilepieces
app css design developer-tools editor html productivity utilities visual web
Last synced: 1 day ago
JSON representation
An open source project to visually editing HTML documents and Web applications
- Host: GitHub
- URL: https://github.com/tilepieces/tilepieces
- Owner: tilepieces
- License: mit
- Created: 2022-03-25T10:58:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-01T16:08:39.000Z (over 2 years ago)
- Last Synced: 2023-03-10T01:47:18.092Z (almost 2 years ago)
- Topics: app, css, design, developer-tools, editor, html, productivity, utilities, visual, web
- Language: JavaScript
- Homepage:
- Size: 6.05 MB
- Stars: 55
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Tilepieces
Tilepieces is an open source software designed for the visual editing of HTML documents and project management where HTML files are used.
For more information, please consult the official website [tilepieces.net](https://tilepieces.net)
and the [documentation](https://tilepieces.net/documentation).
In this repository you will find the source code of the main project.
## How to create a new application
Using this package, you can create an application.
To do this, download the latest version of the project release.
Once you have downloaded the [zip file](https://github.com/tilepieces/tilepieces/releases/download/latest/tilepieces.project.zip), you can upload it to a working version of a Tilepieces application. The Node.js version is the most suitable for this purpose.
From here, edit the [index.html](https://github.com/tilepieces/tilepieces/blob/main/index.html) file present at the root of the application.
You can:
- remove add [panels](https://tilepieces.net/documentation/panels/index.html), inside the # dock-frames node
- change the [storageInterface](https://tilepieces.net/documentation/api/storage/index.html), which currently points to [modules/tilepieces/storage-interface-http/tilepieces-storage-interface-http.bundle.js](https://github.com/tilepieces/tilepieces/blob/main/modules/tilepieces/storage-interface-http/tilepieces-storage-interface-http.bundle.js).
- Edit the application info, inside the #tilepieces-dialog-info template tag
Further configurations can be made by editing the settings.json file following [this page](https://tilepieces.net/documentation/data-structures/general-settings.html).
## Getting help and asking for new features
If you have any questions about tilepieces, go to
[Q&A](https://github.com/tilepieces/tilepieces/discussions/categories/q-a).
If you want to ask about new features, please create a post on
[new features](https://github.com/tilepieces/tilepieces/discussions/categories/new-features)
## Contributing
See [CONTRIBUTING.md](https://github.com/tilepieces/tilepieces/blob/main/CONTRIBUTING.md) for contributing guidelines.