Skip to content
 
 

Repository files navigation

Typedown Logo

Typedown

Typedown Download

Typedown is a lightweight Markdown editor designed specifically for the Windows platform. With the WinUI framework, it provides users with a seamless interface and efficient editing experience that perfectly matches the operating system. Whether you're writing technical documents, academic papers, or blog posts, Typedown is your go-to assistant!

Screenshots

Building from source

1. Prerequisites

Visual Studio 2022 with the following individual components:

  • .NET Core 3.1 SDK
  • Git for Windows

Node.js with the following global packages:

2. Clone the repository

git clone https://github.com/byxiaozhi/Typedown

This will create a local copy of the repository.

3. Build the project

Build the editor bundle first when the frontend changed or when Typedown\Dev\Typedown.WinUI\Resources\Statics\index.html is missing.

cd Typedown\Dev\Typedown.Editor
yarn
yarn build

20240319232236_rec_

yarn build writes the compiled WebView bundle directly into Typedown\Dev\Typedown.WinUI\Resources\Statics. The WinUI project does not rebuild this bundle during normal startup/build; it only copies the existing files into its output and package payload.

Then use Visual Studio 2022 to open Typedown\Typedown.sln, right-click the Typedown.WinUI project, and select Set as Startup Project.

For daily local development, use Debug_Local and one of the supported platforms (x64 or ARM64). If you rebuild only the editor bundle, rebuild or restart the WinUI project afterwards so bin\...\Resources\Statics receives the latest files.

Then select the platform you want to build on and click Run!

20240319232529_rec_

Contributors

Want to contribute to this project? Let us know with an issue that communicates your intent to create a pull request.

About

A markdown editor

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages