We have released a new version of Total.js Code. This version brings really great new features like branches, internal chat and improved UI.
![](https://bufferwall.com/download/B20200320T000000471_1200x600.jpg)
Total.js Code v1.4
Let's Develop now with a new version of Total.js Code. New version is 100% backward compatilible. Enjoy all new features and support our development by using Total.js Cloud - each cloud container contains a new version of Total.js Code. This version brings ultra-killer bombastic features, read more.
Total.js Code stores all data on the server and our company doesn't collect any data from the Code editor! Feel free to use it, everything is absolutelly private - without trackers and it works without internet (e.g. it can be a part of intranet). We love privacy and entire Total.js platform keeps your privacy under your control.
Main topics:
- Improved UI
- Branches
- Internal Chat
- Uploading folders
- Added PostgreSQL database viewer
- Added image viewer
- Added full-text search in all plain-text file
- Other improvements
- Electron version
Improved UI
- added dockable UI
- added better window management
Branches
Finally, this version of Total.js Code supports branches. With branches you can provide multiple versions of web application. Branches are based on plain files and Total.js Code packs all files (in a branch) to .tar
archive. When restoring: it backs up the current branch to .tar
archive and then clears the directory + restores selected branch.
Internal chat
- developers can communicate between each other
- supports a simple markdown syntax
- all data are stored locally
Uploading folders
Now you can drag & drop entire folder with nested files and folders. It works only in WebKit browsers, we recommend to use Electron version of Total.js Code Editor.
Added PostgreSQL database viewer
Total.js Code supports a quick database viewer for PostgreSQL databases only. It supports only basic features like auto-complete, rendering data as JSON, etc.. It uses only pg
module (nothing more).
Added image viewer
This new version of Code Editor contains a simple image viewer. It shows the image and its dimension. It's targeted from Electron version of Total.js Code Editor.
Added File Info floating panel
You can see a file info through the context menu in file options:
Added full-text search in all plain-text files
Finally, this version supports missing full-text file. It works very easily and it searchs in all plain-text files like .html
, .js
, .css
, .txt
and .md
.
Other improvements
- Added PING domain/IP address via context menu
- Added IP resolver from domain names via context menu
- Download source-code
- Improved Font-Awesome icons
- Updated a support chat by adding a common community channel
- Files in
public
directory are part of auto-complete list - Improved auto-closing of brackets in JavaScript:
Electron version
Electron version contains few updates too. Now you can import all your Code instances directly from Total.js Cloud, just add a token and press IMPORT
button.
- improved UI
- added Import Code instances from Total.js Cloud
- added Search Code Editor
- Electron version obtains a version from each instance of Code Editor
Download native compiled apps:
Other posts from Total.js Platform
- 2025-02-18NEWBuilding SaaS Website #14: Single Page Applications (SPA) - Admin Panel (Part 2)
- 2025-02-11Building SaaS Website #13: Single Page Applications (SPA) - Admin Panel (Part 1)
- 2025-02-11Building SaaS Website #12: REST API Development
- 2025-02-11Building SaaS Website #11: Payment Integration
- 2025-02-11Building SaaS Website #10: Understanding Total.js Definition Files
- 2025-02-11Building SaaS Website #09: Mastering Schemas and Validation
- 2025-02-11Building SaaS Website #08: Localization (Multi-Language Website)
- 2025-02-11Building SaaS Website #07: Database Integration
- 2025-02-11Building SaaS Website #06: Handling static files
- 2025-02-11Building SaaS Website #05: Total.js View Engine Basics