Skip to content

Commit

Permalink
docs: add todos for wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 23, 2023
1 parent 9716601 commit efb6312
Showing 1 changed file with 3 additions and 55 deletions.
58 changes: 3 additions & 55 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,61 +9,9 @@ In the documentary "10 Years with Hayao Miyazaki" the esteemed artist (宫崎
pencil,
deeming conventional ones too inflexible for his creative process. Let us pay homage to his lofty ideals.

Todos

- [ ] Migrate javascript to typescript
- [ ] Monorepo for 3b
- [ ] Editor package wrapper
- [ ] Storybook
- [ ] Spike editor for edit user requirements/feature.
- [x] ProseMirror
- [x] Menu Bar. Click in menu bar, show menu.
- [x] Slash Command. Type `/` to show menu.
- [x] Bubble Menu. Select text, show menu by condition.
- [ ] BubbleMenu by BlockType,
like: [Code Block Bubble Menu](https://gitlab.com/gitlab-org/gitlab/-/blob/master/app/assets/javascripts/content_editor/components/bubble_menus/code_block_bubble_menu.vue)
- [x] Quick Insert. Type `Command` + `/` or `Ctrl` + `/` to show menu.
- [ ] Context Menu. Right click to show menu.
- [ ] Diff
- [ ] GPT JSON Schema: like lines, $from, $to
- [ ] Diff algorithm
- [ ] Change accept/reject
- [ ] Libs
- [x] Tiptap: [track-change-extension](https://github.com/chenyuncai/tiptap-track-change-extension)
- [ ] ProseMirror Change: [Changeset](https://github.com/ProseMirror/prosemirror-changeset)
- [ ] [@remirror/extension-diff](https://github.com/remirror/remirror/tree/main/packages/remirror__extension-diff)
- [ ] More plugins for Intelli: [https://github.com/ueberdosis/tiptap/issues/819](https://github.com/ueberdosis/tiptap/issues/819)
- [ ] Sidebar Intellij [Microsoft 365](https://techcommunity.microsoft.com/t5/microsoft-365-blog/introducing-new-ai-enhancements-in-microsoft-365-new-features/ba-p/3643499)
- [ ] Local LLM Spike
- [ ] Correction text, [MacBERT](https://github.com/ymcui/MacBERT)
- [ ] [shibing624/macbert4csc-base-chinese](https://huggingface.co/shibing624/macbert4csc-base-chinese)
- [ ] Grammarly
- [ ] Text Prediction
- [GPT2-Chinese](https://github.com/Morizeyao/GPT2-Chinese)
- [uer/gpt2-distil-chinese-cluecorpussmall](https://huggingface.co/uer/gpt2-distil-chinese-cluecorpussmall)
- [ ] Similarity / Sentence Transformer
- [ ] [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2)
- [ ] Localstorage, refs: [vector-storage](https://github.com/nitaiaharoni1/vector-storage)
- [ ] [Dexie.js](https://github.com/dexie/Dexie.js) IndexedDB ?
- [ ] Desktop Version
- [ ] [Tauri](https://github.com/tauri-apps/tauri) wrapper
- [ ] Wrapper for [EdgeInfer](https://github.com/unit-mesh/edge-infer)
- WASM version
- [ ] LLM Connection
- [ ] OpenAI
- [ ] Others ?
- [ ] Customize prompt
- [ ] Variable: `$beforeCursor`, `$afterCursor`, `$selection`, `$similarChunk`, `$relatedChunk`
- [ ] Content search
- [ ] Similar chunk in browser.
- [ ] Code search
- [ ] DSL for units
- [ ] Backend
- [ ] Frontend
- [ ] Test code
- [ ] Test cases
- [ ] Online Runtime
- [ ] Unit Runtime
Todos: see [Roadmap](https://github.com/unit-mesh/3b/issues/1)

Online Demo: [https://editor.unitmesh.cc/](https://editor.unitmesh.cc/)

## Design Principle

Expand Down

0 comments on commit efb6312

Please sign in to comment.