mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
15 lines
481 B
Plaintext
15 lines
481 B
Plaintext
|
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``
|