Damien Elmes
b1ecdba42f
Merge pull request #97 from corpulentcoffee/rename-field-fix
...
Use alternate pattern match during field changes
2014-12-30 12:26:38 +10:00
Dave Shifflett
643ec35449
Use alternate pattern match during field changes
...
When a user renames or deletes a field, Anki tries to go through the
user's templates to substitute occurrences of that field name with its
new name or remove the field.
However, if the user has multiple Mustache placeholders on a single
line, this does not work as intended because the leading (.*) capture
group grabs the text in-between the two (or more) Mustache placeholders.
Examples:
{{#Flag}}
...
{{/Flag}}{{^Flag}}
...
{{/Flag}}
or
{{Front}} {{#Flag}}...{{/Flag}}
or
{{Front}} Hello. {{Victim}}
2014-12-29 20:09:09 -06:00
Damien Elmes
11ea5d5686
add powershell link to readme.dev
2014-11-29 16:49:30 +09:00
Houssam Salem
6e20bf7013
Load saved searches list in sorted order
2014-11-11 10:13:29 +11:00
Damien Elmes
e294469521
cont should be checked befoer any further processing
2014-11-06 16:56:16 +09:00
Damien Elmes
6e7e08ebd0
be explicit about modSchema()'s check flag
...
- remove gui code that adds exceptions for syncing
- use check=False for all syncing and upgrade code
2014-11-03 16:28:12 +09:00
Soren I. Bjornstad
519bf5fec7
fix inconsistency in default note type names
...
The value used internally was changed at some point and the text that
was added to the GUI was not.
2014-10-23 14:28:26 -05:00
Soren I. Bjornstad
44425ab9d5
Merge branch 'master' of https://github.com/dae/anki
2014-10-23 14:23:14 -05:00
Damien Elmes
acfbc41576
bump version
2014-10-19 17:00:26 +09:00
Damien Elmes
3d5d852708
reduce sync chunk size
2014-10-19 16:58:26 +09:00
Damien Elmes
08e5caef87
bump version
2014-10-18 16:10:12 +09:00
Damien Elmes
1f178b869f
remove backspace to delete shortcut on macs
...
too many people activating it accidentally
2014-10-10 17:59:18 +09:00
Damien Elmes
77dfd63f1e
comment out high-dpi+transparent latex example
2014-10-09 18:12:25 +09:00
Damien Elmes
47c3bb0796
make sure we set usn when pulling in dconf from apkg
2014-10-08 12:54:30 +09:00
Houssam Salem
9eaacf8977
Bump mod time when editing saved searches
...
Fixes saved searches not getting synced when modified.
2014-10-05 20:37:09 +11:00
Soren I. Bjornstad
9ec91724bf
catch more invalid zip file errors
2014-09-27 10:19:43 -05:00
Soren I. Bjornstad
a430803774
Merge branch 'master' of https://github.com/dae/anki
2014-09-27 10:18:10 -05:00
Damien Elmes
ba7abb53e2
make sure we save note type after fixing ad bug
2014-09-27 10:32:21 +09:00
Damien Elmes
6b65cfc08f
disable embedded fonts on osx
2014-09-27 10:26:14 +09:00
Soren I. Bjornstad
dd0e6f2a65
add {{Subdeck}} special field
...
If the deck is a several levels into a tree, it can be needlessly
verbose to list them.
2014-09-23 10:03:19 -05:00
Damien Elmes
f3fd5fb2fe
bump version
2014-09-21 16:30:45 +09:00
Damien Elmes
d46bbabae7
add class=latex to latex img tags
2014-09-19 18:00:11 +09:00
Damien Elmes
5bb09ed77a
don't add <br> tags when importing html
...
fixes #1098
2014-09-15 15:24:50 +09:00
Damien Elmes
ece78a7d11
allow all ankiwebview instances to take focus
...
the canFocus/canCopy separate variables was silly, as we ended up
with text that could be copied from the context menu but not with
a shortcut key. also we default to allowing focus now, since that's
the more sensible default. fixes copy issues with card info dialog and
some addons
2014-09-15 15:04:14 +09:00
Damien Elmes
70db1035b1
catch another ssl error
2014-09-01 21:06:41 +09:00
Damien Elmes
8420fa02d1
Merge branch 'master' of https://github.com/sobjornstad/anki
2014-09-01 15:03:00 +09:00
Soren I. Bjornstad
a0e736ef39
accept Ctrl-Enter to close the edit current dialog
...
Esc already works, but since the Add dialog accepts it it's nice to have
as well.
2014-08-31 14:41:08 -05:00
Damien Elmes
b61833d9b4
Merge branch 'master' of github.com:dae/anki
2014-08-28 17:02:50 +09:00
Damien Elmes
024b74d4f9
Merge pull request #91 from Derbeth/master
...
allow better translations of added cards statistics
2014-08-28 17:02:38 +09:00
Derbeth
d2b1d187da
allow better translations of added cards statistics
2014-08-28 08:16:12 +02:00
Damien Elmes
3ce77fd25e
Merge branch 'master' of github.com:dae/anki
2014-08-28 09:40:14 +09:00
Damien Elmes
9955ff6530
Merge pull request #90 from Derbeth/master
...
Allow better translations of '1 note deleted' browser tooltip
2014-08-28 09:39:59 +09:00
Derbeth
8dedcdf6ac
allow better translations of '1 note deleted' browser tooltip
2014-08-26 09:31:32 +02:00
Damien Elmes
346dfe1c7f
start new instance if existing instance hung
2014-08-26 15:25:22 +09:00
Damien Elmes
591015417b
Merge branch 'master' of https://github.com/sobjornstad/anki
2014-08-22 22:06:13 +09:00
Soren I. Bjornstad
f9f007e5c4
add C. van Rooyen to contributors
2014-08-17 13:46:08 -05:00
Soren I. Bjornstad
439f9b766d
accept ideographic space as tag separator
...
See also 6877cb0
.
2014-08-14 10:51:43 -05:00
Soren I. Bjornstad
b19a1707fb
put selection in a sensible place after deleting several cards
...
If the last selection was at the top, the new selection will be right
above the last-selected item; otherwise, it will be right below it.
2014-08-11 14:32:59 -05:00
Soren I. Bjornstad
625d7d5a82
rename fields in template properly when more than one modifier used
...
Previously something like {{type:cloze:Text}} in the template would not
be renamed when the field was renamed.
2014-08-11 11:33:39 -05:00
Soren I. Bjornstad
a479bc7c48
change "discard field" to "ignore" in text importer
...
A user pointed out that once selected it said "ignore" and that
"discard" threatened that the information might be deleted.
2014-08-11 10:31:48 -05:00
Soren I. Bjornstad
1ea9fb3d4a
don't allow nesting things under filtered decks when manually renaming
...
5e74976
fixed it for drag and drop, but realized it was still possible
to do so by using the rename function manually.
2014-08-10 14:36:45 -05:00
Soren I. Bjornstad
9bb217f198
reduce tab width in template editor
...
The previous one was ridiculously wide; reduced to 30 pixels.
2014-08-10 14:36:13 -05:00
Soren I. Bjornstad
5dbe267c46
add keyboard shortcut for 'manage note types'
2014-08-10 13:52:09 -05:00
Damien Elmes
1d6eff36b1
make sure we write addon .py files as they've been uploaded
2014-08-09 13:28:48 +09:00
Damien Elmes
1d2afd1ab3
make sure .db is initialized at start of profiles init
...
fixes
File "aqt/profiles.pyc", line 253, in _loadMeta
File "aqt/profiles.pyc", line 234, in recover
AttributeError: 'ProfileManager' object has no attribute 'db'
2014-08-09 12:50:32 +09:00
Damien Elmes
c4fffdda92
Merge branch 'master' of https://github.com/sobjornstad/anki
2014-08-06 10:29:31 +09:00
Soren I. Bjornstad
2c05c874d7
fall back to homedir on collection package export if no desktop
2014-08-05 11:25:24 -05:00
Soren I. Bjornstad
96818a07c7
don't allow pasting rich text into template editor
2014-08-05 10:42:36 -05:00
Soren I. Bjornstad
4ebb26fe6b
say "notes exported", not "cards", if appropriate
2014-08-05 09:50:29 -05:00
Soren I. Bjornstad
408fc63b48
create "added" graph
...
This simple graph shows how many new cards you have added to a deck or
collection over time.
2014-08-05 09:50:09 -05:00