Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 1.7 KB

File metadata and controls

2 lines (2 loc) · 1.7 KB

Atlas Workspace

A modern, offline-first markdown/pdf workspace for developers

Atlas Workspace is a local-first note-taking application built with electron, React and Typescript.

Goal was to work offline, and maintain full control of your data

Feautures

Rich Markdown Editing

  • ** Bold **, * italic *, ~~ strikethrough ~~, and ` inline code `

  • Headings (H1, H2, H3)

  • Lists (ordered and unordered)

  • Code blocks with syntax highlighting

  • Blockquotes

  • Horizontal rules

Mermaid Diagrams

Create flowcharts,sequence diagrams, and more directly in your notes:

 
graph TD A[Start] --> B[Write Notes] B --> C[Add Diagrams] C --> D[Export] D --> E[Share] 

Local-First Architecture

  • No cloud required - all data stays on your machine

  • No auth - just open a folder and start writing

  • No subscription - completely free forever

  • Git-friendly - plain markdown files you can version control

Dev Focused

  • designed for technical documentation

  • code block support

  • mermaid diagram integration

  • dark mode by default

  • keyboard shortcuts

Export options

  • Export to Markdown(.md)

  • Export to PDF with preserved formatting

  • Diagrams render properly