You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
, $tw.utils.getFileExtensionInfo(type) will return { type: 'application/flow-chart' }
and cause tiddler parsed as plan text, and title will use file's path, instead of title in metadata section on the top. This will cause confusing result, like most of plugin .tid contents missing, while tiddlers from .multid still exists
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In my https://github.com/tiddly-gittly/flow-chart plugin, previously, it register
application/flow-chart
as.tid
cause.tid
file can't parse correctly by nodejs wiki.if use
,
$tw.utils.getFileExtensionInfo(type)
will return{ type: 'application/flow-chart' }
and cause tiddler parsed as plan text, and title will use file's path, instead of
title
in metadata section on the top. This will cause confusing result, like most of plugin.tid
contents missing, while tiddlers from.multid
still existsBeta Was this translation helpful? Give feedback.
All reactions