lyonbot
lyonbot
**Describe the bug** I'm implementing a plugin that render something extra into the previewer. User may write `%%specialSyntax%%` and it turns into a `div` placeholder. An async process will load...
比如嵌入 draw.io 等,在文本形式下存储的可以是形如 ```drawio [base64 content] ``` 这样的内容 为了避免在输入框里,base64的东西太长太乱,可以使用 CodeMirror 的 markText 方案,将其折叠并替换为一个占位符。点击占位符可以打开弹窗编辑内容
### Description - setup can return render function - fix lagging bug when syncing props - update examples and dev dependencies - update requirement version of @vue/reactivity to 3.4 ###...
- MacOS: support emulating stylus pen, with basic pressure support - Web Client: support "virtual key" -- floating button to send keys - Web Client: reconnect without reload page -...
this is a PR extracted from #276 , and depends on #289 1. refractor with modern frontend toolchains 2. may reconnect without refreshing whole page 3. smooth cursor coord (on...
separated from #276 and depends on #290 make tablets without keyboard great again  (NOTE) there is still something unfinished: - [ ] broadcast new keyboard profiles to other opened...
a PR separated from #276 introduced new pointer events: enter & leave. tested on MacOS. not tested on Linux and Windows, but shall works too
- When press Ctrl/Cmd + V, Auto create `[[resources/xxx]]` in Markdown - Auto select the placeholder & inserted marker. - Confirm before deleting a referenced resource. (only in current memo)...
### Describe the solution you'd like It would be great when pasting images or files, a `` or `[filename](url)` can be generated at the cursor and auto-selected in textarea ###...