1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-05-23 02:20:06 +02:00
Commit graph

34 commits

Author SHA1 Message Date
e2d3164136 Add Related Words field & display 2020-05-04 00:27:50 -06:00
40feae7194 Display word etymology if is present 2020-05-03 22:28:31 -06:00
98cdd763f8 Improve styling of advanced form toggle 2020-04-30 00:38:45 -06:00
5f15ec6353 Trim and filter etymology entries into array 2020-04-30 00:14:00 -06:00
d03abfa566 Add etymology field to advanced word form area 2019-10-01 14:46:49 -06:00
f39dd886b1 Remove call to nonexistent var on word submit for upload 2019-08-22 14:23:59 -06:00
b2db35982f Update addWords() to not save; Update importWords to save after complete 2019-07-19 09:48:36 -06:00
2bf0f15f67 Fix how custom sorting works!
Sort alphabetically first, then by custom if specified
2019-07-11 10:30:18 -06:00
ee30fe53b2 Split render.js out into separate files 2019-07-11 10:30:18 -06:00
460506012e Start setting up custom alphabetical order
Need to figure out why non-alphabetical letters are sorting wrong.
They should be at the end no matter what, but they're not always.
2019-07-11 10:30:17 -06:00
45e9e5230c Correctly show/hide homonymn number 2019-07-11 10:30:17 -06:00
f153e0c3ec Add extra classes to word references and translated text 2019-07-11 10:30:16 -06:00
4f9f4a97ad Set up orthography translation
Also fix dictionary description not auto-linking
2019-07-11 10:30:15 -06:00
85ab5e2b96 Remove unneeded console logs and code 2019-07-11 10:30:11 -06:00
19e41958a4 Make parseReferences() parse its own references 2019-07-11 10:29:52 -06:00
08cadfb121 Prevent rendering reference if specified does not exist 2019-07-11 10:29:51 -06:00
520ede111b Auto-number homonymns; enable referencing specific homonymns 2019-07-11 10:29:50 -06:00
d228d1194a Make some messages appear longer/permanently 2019-05-24 11:45:08 -06:00
7c3724f22e Delete words from server if logged in 2019-05-23 16:08:07 -06:00
569a0b9fc5 Choose when saveDictionary() updates lastUpdated 2019-05-23 14:27:38 -06:00
f753bd66f3 Upload new, updated, and imported words/dictionaries 2019-05-23 12:03:53 -06:00
9f80071b1c Fix updated words losing createdOn 2019-05-22 14:14:10 -06:00
3666acc426 Add createdOn and lastUpdated to words 2019-05-21 15:21:09 -06:00
3f17a19c50 Customize addWord messaging 2019-05-10 15:31:01 -06:00
048c964405 Clear and refocus word form after add 2019-05-10 13:23:30 -06:00
15bba03e1d Add hotkeys 2019-05-10 13:08:03 -06:00
ac8d88f082 Update simpleDefinition to definition and longDefinition to details 2019-05-10 10:08:49 -06:00
eecdde7a0a Add messaging on saves and loading 2019-05-09 14:34:32 -06:00
22f8c0885a Save and load from localStorage; fix csv arrays in edit modal 2019-05-08 15:23:46 -06:00
3a29d56072 Add delete word with confirmation 2019-05-07 17:50:48 -06:00
6f649d1790 Keep already-open edit forms open on re-render 2019-05-07 12:56:21 -06:00
2bd8645430 Allow saving edited words 2019-05-07 11:08:58 -06:00
d178a91be3 Create pagination and random word generator utility 2019-05-06 16:28:51 -06:00
a670abf24c Add words to dictionary with validation 2019-05-03 16:10:41 -06:00