1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-12 23:14:21 +00:00
TiddlyWiki5/editions/dev/tiddlers/new/ImportLogging.tid

15 lines
481 B
Plaintext
Raw Normal View History

2014-11-14 10:33:41 +00:00
title: ImportLogging
created: 20141114100055595
modified: 20141114100055595
Browsers still have significant variations in their handling of drag and drop and clipboard operations.
You can switch on special logging to help debug issues:
# Open your browser JavaScript console
# Type:
#> ``$tw.log.IMPORT = true``
# Drag or paste a file to import it
# Look for debug information in the console. For example:
#> ``Importing file 'my-image.png', type: 'image/png', isBinary: true``