Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dentsusoken/wasm-md-editor
Fast markdown editer implemented in WebAssembly
https://github.com/dentsusoken/wasm-md-editor
Last synced: about 2 months ago
JSON representation
Fast markdown editer implemented in WebAssembly
- Host: GitHub
- URL: https://github.com/dentsusoken/wasm-md-editor
- Owner: dentsusoken
- License: mit
- Created: 2022-05-16T14:35:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T13:37:30.000Z (8 months ago)
- Last Synced: 2024-05-16T14:27:44.737Z (8 months ago)
- Language: CSS
- Size: 2.04 MB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wasm-md-editor
wasm-md-editorはフロントエンドに[Yew](https://yew.rs/ja/)を、Markdownのparserに[pulldown-cmark](https://github.com/raphlinus/pulldown-cmark)を利用したMarkdownエディタ。
![image](https://user-images.githubusercontent.com/57422625/174615121-9c00b2e1-23e2-4877-9486-5eb8a4726cf7.png)# Run
[Trunk](https://github.com/thedodd/trunk)を利用。
````bash
$ trunk serve
````# Tips
https://github.com/trunk-rs/trunk/issues/443 のようにtrunk serveでwasm-bindgenのダウンロードに失敗する場合、手元のwasm-bindgenコマンドとソース上のバイナリのバージョンが一致していない可能性あり。
(手元のwasm-bindgenをtarを落としてきてC/users直下に置いたら治った)