Commit b919e77
committed
Remove MEAD from vim-clap (split into standalone repo)
MEAD has been extracted to its own repository at
~/src/github.com/liuchengxu/mead. This commit removes all MEAD-specific
code from vim-clap while keeping the WebSocket markdown preview intact.
Deleted:
- mead/ directory (Tauri app, now in standalone repo)
- MEAD-only JS: tauri-app, dictionary, ask-ai, settings-dialog,
path-input, terminal, pdf-viewer
- MEAD-only CSS: dictionary, ask-ai, terminal, pdf-viewer
- vendor/ directory (PDF.js, cmaps, standard fonts)
Modified:
- assets.rs: remove Tauri mode, properly inline all CSS (fuzzy-finder,
presentation, diff) that was previously only loaded by MEAD's build.rs
- index.html: strip MEAD panels (dictionary, AI, settings), xterm.js,
PDF.js, MEAD branding
- Cargo.toml: remove "mead" from exclude list1 parent b2ba5f9 commit b919e77
File tree
243 files changed
+32
-31880
lines changed- crates
- maple_markdown/src
- markdown_preview_core
- js
- vendor
- cmaps
- standard_fonts
- src
- mead
- capabilities
- gen/schemas
- icons
- src
- commands
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
243 files changed
+32
-31880
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
43 | | - | |
| 42 | + | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments