Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theodrosyimer/text_editor
https://github.com/theodrosyimer/text_editor
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/theodrosyimer/text_editor
- Owner: theodrosyimer
- Created: 2024-04-22T13:06:58.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-23T01:45:49.000Z (8 months ago)
- Last Synced: 2024-04-23T14:32:18.392Z (8 months ago)
- Language: Dart
- Size: 771 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text Editor
## TODO
- [x] add appflowy-editor
- [x] start from the appflowy-editor example
- [x] remove context menu from browser
- [x] look into the example provided by appflowy- openAI api (dart lib)
- [x] set up api key
- [x] send request to openAI and parse response- add context menu to editor to implement:
- [x] translate feature
- [x] summarize feature
- [x] rephrase featureNotes:
- all features work using shortcuts for now and need to be added to the toolbar
- the translate feature is hardcoded for now and need to be dynamically updated