Skip to content

CodeHawk314/WriteSpace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WriteSpace

A minimalist web notepad with Markdown and KaTeX support. Use it at https://writespace.app.

Supports Markdown. Markdown syntax.

Supports math expressions via KaTex between $ delimiters. KaTeX syntax Example:

Euler's identity: $e^{i \pi} + 1 = 0$

Supports code blocks with syntax highlighting between triple backquotes.

Features

  • Markdown
  • KaTeX
  • Live output rendering
  • Code block syntax highlighting
  • Print rendered output or plain text
  • Download/copy as txt, image or html

Future feature ideas

  • Save to Google Drive, Box, Dropbox

How to run locally

  1. Clone repo
  2. cd to directory
  3. npm i (installs npm packages)
  4. npm start (starts development server)

About

An ultra-minimalist web notepad

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages