Skip to content

Commit

Permalink
docs: update todos
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 23, 2023
1 parent 90c55cb commit 05b5c33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ deeming conventional ones too inflexible for his creative process. Let us pay ho
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.
Expand Down Expand Up @@ -40,6 +43,8 @@ Todos
- [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 ?
- [ ] LLM Connection
- [ ] OpenAI
- [ ] Others ?
Expand Down
2 changes: 1 addition & 1 deletion components/editor/live-editor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const LiveEditor = () => {
</div>
</div>

{editor && <div className={'lg:visible md:invisible sm:invisible'}><Sidebar eidtor={editor} /></div> }
{editor && <div className={'lg:visible md:invisible sm:invisible'}><Sidebar eidtor={editor}/></div>}
</div>
)
}
Expand Down

0 comments on commit 05b5c33

Please sign in to comment.