Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lxze/vocab-link
The vocabulary note-taking app on browser with graph visualization (Under heavy development, please backup db regularly)
https://github.com/lxze/vocab-link
network-visualization svelte vocabulary
Last synced: about 1 month ago
JSON representation
The vocabulary note-taking app on browser with graph visualization (Under heavy development, please backup db regularly)
- Host: GitHub
- URL: https://github.com/lxze/vocab-link
- Owner: LXZE
- License: gpl-3.0
- Created: 2023-09-15T20:24:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-24T02:42:17.000Z (7 months ago)
- Last Synced: 2024-08-28T20:11:35.177Z (5 months ago)
- Topics: network-visualization, svelte, vocabulary
- Language: TypeScript
- Homepage: https://vocab-link.lxze.me
- Size: 525 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vocab link
A vocabulary note-taking app with graph visualization.
## Todo
- [ ] Add OG preview
- [ ] Suggestive clickable input (no need to click on input first)
- [ ] Customizable config
- [ ] Node, edge colors
- [ ] Connection type visibility
- [ ] Default collapse status of tags inputImplemented Features
- - [x] Graph Visualization
- - [x] Vocabulary Editing
- - [x] Fuzzy Search with several script supported
- - [x] Unit test & E2E test
- - [x] Setting to edit list of language / Part of speech
- - [x] Add counter and numeral
## future
- Move graph calculation to web-worker or using WASM
- 2 style word editing (flat level (current) & hierachical (word->lang->pos->meaning like wiktionary))