Anki/anki
Damien Elmes 47940680d2 don't convert newlines into br tags in export
fixes https://anki.tenderapp.com/discussions/ankidesktop/15795-export
-error-doubling-br-tags

This code dates back a few years, and was probably a naive solution
for files breaking when exported with newlines. Ideally we should be
preserving the newlines and wrapping the field in quotes, but since
some people may be relying on exported files not to be quoted, we'll
wait to change this until the next major release. For now, we'll use
a space instead, which should not alter the appearance of the
rendered HTML.
2015-11-17 18:06:45 +10:00
..
importing if we detect a schema change, we must make sure not to update cards 2015-05-30 13:05:22 +10:00
template don't fail if \n in cloze 2014-04-21 14:50:18 +09:00
__init__.py bump version 2015-09-26 13:13:33 +10:00
anki optimize imports 2012-12-22 09:17:10 +09:00
ankiweb.certs bump version again, as new cert was missing an intermediate 2014-04-12 15:54:25 +09:00
cards.py make sure we reset odue when rescheduling as new 2013-11-17 16:03:58 +09:00
collection.py be explicit about modSchema()'s check flag 2014-11-03 16:28:12 +09:00
consts.py update media url 2015-03-13 17:06:34 +11:00
db.py use python's sqlite3 if pysqlite > 2.6 2015-09-26 11:51:32 +10:00
decks.py be explicit about modSchema()'s check flag 2014-11-03 16:28:12 +09:00
errors.py merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
exporting.py don't convert newlines into br tags in export 2015-11-17 18:06:45 +10:00
find.py Update Field Searches to match multi-line fields 2015-09-25 11:13:42 -04:00
hooks.py merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
js.py merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
lang.py about about and available languages 2013-08-22 15:54:33 +09:00
latex.py update latex path for osx 10.10 2015-08-31 19:33:58 +10:00
media.py unquote does need utf8, but we need to convert back to unicode after 2014-08-05 12:59:31 +09:00
models.py Use alternate pattern match during field changes 2014-12-29 20:09:09 -06:00
notes.py tweak logging 2013-10-30 22:42:32 +09:00
sched.py don't bump mod time when moving cards into/out of a filtered deck 2015-03-19 15:35:04 +11:00
sound.py use default sample rate instead of forcing 44100 2014-04-18 04:17:05 +09:00
stats.py allow better translations of added cards statistics 2014-08-28 08:16:12 +02:00
statsbg.py merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
stdmodels.py fix inconsistency in default note type names 2014-10-23 14:28:26 -05:00
storage.py be explicit about modSchema()'s check flag 2014-11-03 16:28:12 +09:00
sync.py DEV->ANKIDEV 2015-05-19 14:26:33 +10:00
tags.py accept ideographic space as tag separator 2014-08-14 10:51:43 -05:00
upgrade.py fix upgrading of latex references 2013-05-22 09:46:09 +09:00
utils.py make sure temp folder hasn't been deleted since creation 2014-06-24 14:50:39 -05:00