1 Star 1 Fork 0

dnknow/Typedown

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

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

First go to the directory Typedown\Dev\Typedown.Editor and run yarn && yarn build

cd Typedown\Dev\Typedown.Editor
yarn && yarn build

20240319232236_rec_

After finishing the compilation of Typedown.Editor, you can see the generated product in the directory Typedown\Dev\Typedown\Resources\Statics.

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

In the top pane, select the solution configuration you want to build in, the difference between these configurations is as follows

  • Debug: The Typedown.Editor will be accessed using the http://localhost:3000 address, to use this configuration you need to also start the Typedown.Editor project using yarn start in the Typedown\Dev\Typedown.Editor directory.
  • Debug_Local: The Typedown.Editor will be accessed using the compiled product (Typedown\Dev\Typedown\Resources\Statics)
  • Release: Used when releasing a project

Then select the platform you want to build on (x64, x86, or arm64) 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.

MIT License Copyright (c) 2022 ZZF Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

https://github.com/byxiaozhi/Typedown 展开 收起
JavaScript 等 4 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dnknow/Typedown.git
git@gitee.com:dnknow/Typedown.git
dnknow
Typedown
Typedown
main

搜索帮助