Vel/Veltext is a fast and easy to use Text-Editor like Notepad++ written in Rust for native and web
Find a file
2025-07-22 18:57:03 +02:00
docs Move Structure.md to docs/Architecture.md 2025-07-22 15:32:08 +02:00
server Init Project 2025-07-22 14:36:10 +02:00
src Init Project 2025-07-22 14:36:10 +02:00
.gitignore Init Project 2025-07-22 14:36:10 +02:00
Cargo.toml Init Project 2025-07-22 14:36:10 +02:00
LICENSE Initial commit 2025-07-21 20:22:18 +02:00
README.md Update README.md 2025-07-22 18:57:03 +02:00

Noto

Vel/Veltext is a fast and easy to use Text-Editor like Notepad++ written in Rust for native and web

Vel? Why is the repo called Noto then?

"Vel" or "Valtext" is the editor itself. Noto is the project containing Vel and a web-server that can be used to run Vel (like codespaces but on the browser)

Structure

Vel for web is run in the Browser which then communicates via websockets to the runtime, which actions it should take. The runtime 'Noto' exists only when build for web.

Vel for native is solely run on the maschine without any "extra" backend like the web app.

Read more in the docs.