Streamline the abbreviations by not using one json for each abbreviation #331
the-lazy-learner
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
There was recently an issue similar to this. You can check out #42 concerning the structure of the db. It is still open because I did take the thought into consideration. As for all the abbreviations in one file, that was the initial state of the app. As it got longer, it was more prone to conflicts etc. I do have plans of creating a database to store the stuff. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm wondering if we could use a single JSON or JSONC file and append to it in a format like
This way it would be easier to do bidirectional search and also maybe give context to somebody completely unfamiliar. Maybe this would be easier with TypeScript or there are probably better ways, but please feel free to suggest and discuss.
Thanks and have a great day!
Beta Was this translation helpful? Give feedback.
All reactions