mdx notes
v1.0.3

一種多功能的微信排版編輯器,也用作跨平台標記筆記軟件。
Markdown被無數程序員作為寫作格式所鍾愛,在滿足微信的排版需求方面缺乏。幸運的是,MDX進行了營救,修補了Markdown的不足。當我自己的博客使用MDX進行寫作時,我想到了在偶然發現MDXJS Playground時實現統一的寫作和排版解決方案的可能性。
span元素除Web版本的功能外,桌面版本還包括:
![]() | ![]() |
| 微妙的綠卡 | 初夏風格 |
![]() | ![]() |
| 簡歷模板 | 精美的代碼差異 |
![]() | ![]() |
| 生成迷人的QR碼 | 旅行行程 |
要訪問Web版本,請切換到main分支並按照以下命令:
yarn
yarn dev對於桌面版本,請切換到tauri-app分支並執行以下命令:
yarn
yarn tauri dev由於未簽署MDX註釋,因此它被MACOS安全檢查阻止。
如果安裝後遇到“文件已損壞”錯誤,請執行以下步驟:
相信開發人員,它將提示您輸入密碼:
sudo spctl --master-disable然後允許MDX註釋:
xattr -cr /Applications/MDX Notes.app之後,您應該能夠正常打開它。
如果您看到以下消息:
option -r not recognized
usage: xattr [-slz] file [file ...]
xattr -p [-slz] attr_name file [file ...]
xattr -w [-sz] attr_name attr_value file [file ...]
xattr -d [-s] attr_name file [file ...]
xattr -c [-s] file [file ...]
The first form lists the names of all xattrs on the given file(s).
The second form (-p) prints the value of the xattr attr_name.
The third form (-w) sets the value of the xattr attr_name to attr_value.
The fourth form (-d) deletes the xattr attr_name.
The fifth form (-c) deletes (clears) all xattrs.
options:
-h: print this help
-s: act on symbolic links themselves rather than their targets
-l: print long format (attr_name: attr_value)
-z: compress or decompress (if compressed) attribute value in zip format執行命令:
xattr -c /Applications/MDX Notes.app/ *如果以上命令仍然不起作用,則可以嘗試以下命令:
sudo xattr -d com.apple.quarantine /Applications/MDX Notes.app/使用Next.js的創建者的Vercel平台部署。