Skip to content

4D-Bird/Gewist

Repository files navigation

Gewist

From an old Germanic root meaning "to see clearly; to know."

A Markdown workspace for programming, writing, documentation, and everything in between.

Alpha Version Disclaimer

Gewist is currently in an early alpha development stage. Most planned features are not implemented and the program has not been extensively tested yet. Use at your own risk.

What is Gewist?

Gewist is built for the space between programming tools and writing tools.

It combines structured editing, document navigation, and technical workflows with the flexibility and readability needed for long-form writing and exploratory thought. The intention is not to replace specialized tools, but to provide a calmer and more unified environment for working across disciplines.

Over time, Gewist will continue evolving toward richer semantic document structure while remaining lightweight and local-first.

Who is Gewist for?

Anyone — but especially those who work across disciplines, rather than strictly within one.

For example: Someone who works as a software developer, engages in fictional worldbuilding after work, and uses Markdown for general note-taking — and would prefer to not constantly have to switch between different tools.

(Also, Gewist is just a nice Markdown editor. Even if you're doing something simple. Give it a try.)

Design goals

The following list is not sorted in any particular order.

  • Flexibility — as implied by the short description above.
  • Performance — running smoothly even with novel-sized documents.
  • Lightweight — avoiding the use of heavy libraries or frameworks.
  • Cross-platform — web, Linux, Windows, MacOS.
  • Customizable — users can configure behavior, custom Markdown, and much more.
  • Modularity — templates for various things.
  • Local-first — the app runs completely on your system and only uses the internet for things like checking for updates. (Even the web version runs locally in your browser rather than on some cloud.)

The project is currently in an early alpha stage, so the availability of the above may vary. (In plain English: most of it isn't implemented yet.)

Additional Notes

This README.md is very much so work in progress (obviously). It will be expanded as Gewist is developed.