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
1c5129f82b
Adding in contents of enamdict
...
Former-commit-id: 2738889da33182d941c2179afbc5f3d776dc886a
2014-12-28 19:13:24 +09:00
3ba372c9c7
Updating dictionary
...
Former-commit-id: 67ecf483d76ec68eb701ac5cf94193244e9a2804
2014-12-24 17:32:58 +09:00
1e2f0e51a2
Allow text word lists to be imported
...
Former-commit-id: ac96ec75dd83094a5dd1455a77f2d0fb68bed0b7
2014-12-24 17:26:05 +09:00
1d5b9f8234
Updating UI
...
Former-commit-id: e07cfabcd07f7f34421f75bb69aaa03e31b980eb
2014-12-24 17:04:57 +09:00
3c484fcbbd
Fixes
...
Former-commit-id: c119b1999e6972f50302230e8beb79898a236aba
2014-12-24 16:58:16 +09:00
26012a5679
Attempts to make the definition window not jump all over the place when updating
...
Former-commit-id: c6aa7ecdbc54ae69e75de0c6fd96100a00091c65
2014-12-20 21:15:13 +09:00
3e489b2fbc
Do not limit result listing when doing import
...
Former-commit-id: 5570d527091f29b7a393b735ee1889323c2e6fb6
2014-12-20 20:51:54 +09:00
d41cf00e7f
Bumping version number
...
Former-commit-id: f9a9d0b757d06bd67b2773196e0c87322d671e28
2014-12-20 20:39:57 +09:00
bd1fe47502
Can now import Kindle vocab decks
...
Former-commit-id: 79282c1efd08bc501505850d1613926f479a95b0
2014-12-20 20:39:24 +09:00
a8be8d8eb4
Merge branch 'dev' of github.com:FooSoft/yomichan into dev
...
Former-commit-id: e999db5128f570fe7b598855ee17910d7bff77d3
2014-12-20 20:19:39 +09:00
e7577a7cd0
Stub for importing word list
...
Former-commit-id: ee45d2c32f6ec50a4ab38cd5e139636b103efa9f
2014-12-20 20:19:22 +09:00