Skip to content

Balder1840/MemoDown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MemoDown

A simple knowledge management web application supports markdown, powered by blazor.

Features

  • Full markdown support powered by cherry-markdown
  • Simple and Clean UI
  • Plain markdown files are supported
  • Images are supported, uploading or external
  • Saving all resources to local file system
  • Multiple level hierarchy sidebar
  • Automatically saving
  • Sync to Github

Usage

Build from source

:: windows
dotnet build -c Release -r win-x64 --self-contained true
:: linux
dotnet build -c Release -r linux-x64 --self-contained true

Using docker