1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 02:03:14 +00:00
TiddlyWiki5/core/modules/parsers
Jermolene 9547a1f01c First pass at external image support
A bunch of little changes that together enable external image support.
Try:

```
tiddlywiki editions/tw5.com --verbose --build externalimages
```

Then open `externalimages.html`, look for the images in the more/types
tab of the sidebar, open them and verify that they are set with an
external SRC attribute, not a data URI.
2014-06-12 08:36:30 +01:00
..
wikiparser Fixed missing class on external pretty links 2014-05-26 17:57:35 +01:00
csvparser.js Get rid of the tweakParseTreeNode() hack 2014-05-14 08:51:08 +01:00
htmlparser.js Update HTML parser to use an IFRAME 2014-06-11 23:04:58 +01:00
imageparser.js First pass at external image support 2014-06-12 08:36:30 +01:00
parseutils.js Refactor utilities out of HTML parser 2014-04-17 12:00:32 +01:00
textparser.js Get rid of the tweakParseTreeNode() hack 2014-05-14 08:51:08 +01:00