1
Commit Graph

261 Commits

Author SHA1 Message Date
d5dd702f71 New dictionary format 2016-05-09 11:54:20 -07:00
2590286f03 Deleting old files 2016-05-09 11:52:04 -07:00
4e5967a5e9 New dictionary generator 2016-05-09 11:51:33 -07:00
2014458e82 Fixups, adding yomichan-common submodule 2016-05-08 12:05:32 -07:00
3dfa077e08 Cleanup, remove maxResults 2016-05-07 20:24:59 -07:00
2e8734dd79 WIP 2016-05-07 18:24:51 -07:00
39deb87c42 WIP 2016-05-05 20:06:36 -07:00
26d3fa3106 WIP 2016-05-05 18:56:00 -07:00
cbdb011664 Updating timeout 2016-05-03 21:09:10 -07:00
8990fbf671 WIP 2016-05-02 21:30:57 -07:00
718287360e WIP 2016-05-02 17:27:46 -07:00
60f85a962c Expanding API 2016-05-02 16:30:03 -07:00
d2bdda937a Options code 2016-05-01 21:27:09 -07:00
20e3290794 Cleanup 2016-05-01 20:58:55 -07:00
09b007d5f0 Cleanup 2016-05-01 20:43:09 -07:00
47905e7808 Work on remote API 2016-05-01 19:27:33 -07:00
6e7938a93c Work on remote API 2016-05-01 18:42:17 -07:00
820348f7c2 Adding Ajax code, bumping version number 2016-05-01 17:30:08 -07:00
9f9d2221db Save state of remote API checkbox to preferences 2016-04-28 21:43:57 -07:00
426745fdb4 Updating UI 2016-04-28 21:06:59 -07:00
22c3c9acac Updating dictionary 2016-04-28 20:47:00 -07:00
81398aa222 . 2016-02-25 12:58:01 -08:00
31cff866a5 Small UI tweaks
Former-commit-id: a23e677fb9b6e831cad1690bbb7fc704dad31975
2016-02-25 11:45:54 -08:00
Alex Yatskov
36ea682b13 Update README.md
Former-commit-id: 91539eec55f74b20e04c22853026c4f717d6b456
2015-11-17 14:44:55 +09:00
0640fd4be8 Deleting dead code, updating README
Former-commit-id: 680131f5b7ea0dc78ac7d2585fbbf4c0a07aa720
2015-11-13 18:33:13 +09:00
7c986fe38b Directly linking images to foosoft.net
Former-commit-id: e10d972da91c75634d1322065db75ae2fd5830f6
2015-06-09 14:35:55 +09:00
3d7754dd5f Updating URL for updates.json
Former-commit-id: aae37fd92202d2a1bd93eb89b981cf9450228490
2015-05-21 14:47:35 +09:00
a5cdcb859e OCD
Former-commit-id: 2a0af0484eed2fec9df161171a930b64b6ae39e2
2015-04-29 09:24:49 +09:00
Alex Yatskov
7f81185736 Merge pull request #8 from dayjaby/master
adding support for tab-separated translations

Former-commit-id: af98d578ab8fe4f19e884eec12d0c7009a4eb873
2015-04-21 15:11:35 +09:00
David Jablonski
89f2e8426b use of python std functions
Former-commit-id: b914354d3226c57eb0cb3ecf27a8037425c6cae9
2015-04-21 06:47:16 +02:00
David Jablonski
da30e65c29 adding support for tab-separated translations
Former-commit-id: a51c49dad09ddee57401b0510392ab2e4af64c21
2015-04-20 22:47:15 +02:00
ed8d5404ed Updating readme
Former-commit-id: b9797df805d55bc0653532a20e9d995d35699058
2015-04-17 14:27:10 +09:00
dea2fed40b Updating readme
Former-commit-id: b04650a6c37dba409872469166f0bd645278c810
2015-04-17 14:26:24 +09:00
8b92d008f6 Updating URLs
Former-commit-id: 3d8338561a41eef3f8430303ad2b83c5f74d7c39
2015-03-31 12:33:49 +09:00
55b565f9fc Fixing layout
Former-commit-id: 3e010ebfb96d43c92cf344186038e759df4932f2
2015-02-17 11:10:43 +09:00
46be9cba8a Fixing bug where fields can get out of sync with Anki
Former-commit-id: acea6620cbe5038aa56ad670b6af2afc2986967b
2015-02-16 19:27:27 +09:00
2d0782badf Version bump
Former-commit-id: 52b4e2093b4483bd8264d7f86ce6a5ab9b8b50b6
2015-02-15 15:04:24 +09:00
2662f20c09 Improved update checking
Former-commit-id: 66d9959e9190f49c4d1bbc38261e847c846cae59
2015-02-15 15:03:46 +09:00
30cb4926b9 Adding checkbox for rememberTextContent setting
Former-commit-id: de85f3c192b2943d763b4ad7fea0e38969feb752
2015-02-15 13:31:13 +09:00
a7813b9acd Minor fixups
Former-commit-id: 7e6057db62be3251f7f8ffffbbc7d054e92eb1b6
2015-02-15 13:25:45 +09:00
felixvd
fed32e4de9 Reverting changes to getSentece() behavior
New line is now again ignored when looking for the end of the sentence.


Former-commit-id: a47014c3dfeb6cfb0d251dc448814bacdaec98db
2015-02-12 13:44:29 +09:00
felixvd
5226adca67 Basics for persistent text box functionality
Text is saved in the JSON upon closing and loaded on startup if the
flag “rememberTextBoxContent” is true (default). Text seems to be
escaped automatically for export into the JSON. Tested with quote
characters only.

Missing the UI for controlling this feature, as discussed.


Former-commit-id: 77c46388edc0a25e36ae8d2538448f1c1e61c069
2015-02-12 13:14:31 +09:00
felixvd
7179dd6436 Context sentence properly cut off at newline
The newline character is taken into account 20 lines earlier when
looking for the start of the segment, but not when looking for its end.
When lines don’t end in punctuation (e. g. notes taken in lectures),
this could result in excessively long {sentence} fields.


Former-commit-id: 8e25d2d2b7212c23e1a67c96055943c53aca4b36
2015-02-11 01:54:41 +09:00
e759dcd168 Version bump
Former-commit-id: 95d27df448ad3e1381349eef175321d05bce020c
2015-01-30 18:57:51 +09:00
533f90960b Add nag to make people take the time to configure Yomichan
Former-commit-id: d93128d78a3255025a916612974397c369fed869
2015-01-30 18:57:15 +09:00
8dbbf3d6fc Add some initial text to the text area, text area is now editable by default
Former-commit-id: 9141971f189946f62c664e9065e48a5af1763042
2015-01-30 18:42:18 +09:00
63ba3bb6d4 Add checkbox to allow editing the main text area
Former-commit-id: 67061d862173e3acd4c5b7eea9a5a62d84b1b6ba
2015-01-30 18:38:01 +09:00
2173e809a1 Updating feedback url
Former-commit-id: 10ae7e296b12394fb88a53d67305a5d7972ee984
2014-12-28 23:26:11 +09:00
6982393505 Adding readme
Former-commit-id: fe054edd8c82c90c47e8d0f94a581bfdd066a5b5
2014-12-28 21:50:46 +09:00
3aa5c8ee7e Cleanup of HTML generation code
Former-commit-id: b7080d6c0970944494c07ccd5c3c35719b34b660
2014-12-28 21:46:01 +09:00