Jeremy Ruston
1368cd67ca
Fix missing closing tag, and update erroneous docs ( #8340 )
2024-09-10 11:50:08 +01:00
jeremy@jermolene.com
80c63b96cf
Fix processing of $:/tags/RawMarkupWikified/TopHead tiddlers
...
Fixes #6395
2022-01-11 17:16:50 +00:00
Jeremy Ruston
05a3e1ad36
Add language attribute to HTML tag
2019-10-17 18:07:13 +01:00
Jermolene
8b04cfd4d5
Fix problem with extraneous raw markup in saved files
...
Previously, raw markup tiddlers were being saved even if they weren't included in the saveTiddlerFilter. This meant that, for example, using "save empty" button in GettingStarted would include the splash screen markup tiddler.
2019-02-07 18:30:17 +00:00
Jermolene
cfb2d7c9c8
Add support for splash screens during loading
...
Fixes #3417
Addresses some of the requirements discussed in #2254
2018-09-27 09:47:55 +01:00
Jermolene
af45d509eb
Adjust capitalisation of X-UA-Compatible meta tag
...
The docs suggest that the capitalised form is correct
2017-03-27 10:00:05 +01:00
Jermolene
24f29ac605
Add support for wikified raw markup tiddlers
2017-03-23 17:02:37 +00:00
Brent Maxwell
19e699d330
Added mobile-web-app-capable meta tag for Android Chrome ( #2456 )
...
* Added mobile-web-app-capable meta tag for Android Chrome
* Added "mobile-web-app-capable" meta tag to the rest of the templates.
2016-07-11 11:16:58 +01:00
Jermolene
f8b9471549
Rename more tw-
classes to tc-
...
Part of #764
2014-08-28 19:00:57 +01:00
Jermolene
f14ecf4eb8
Add support for $:/tags/RawMarkup
2014-05-26 22:50:54 +01:00
Jermolene
bea8730a47
Fix problem with tiddlers of the type text/css
...
Fixes #395
2014-02-14 19:25:38 +00:00
Jermolene
762940adbc
No longer save system modules separately in the main HTML template
...
These tiddlers were being handled as `<script>` tags to make it easier
to debug them. But in fact modern dev tools are quite happy to debug
code that has been eval’d, and this arrangement was causing problems
for importing.
Fixes #335
2014-01-25 21:22:43 +00:00
Jermolene
5dff212e5a
Clarify comment in main template
2014-01-12 11:58:45 +00:00
Jermolene
eef32e70e3
Added support for dynamic favicons
...
Now it’s possible to edit $:/favicon.ico with the image editor, and see
the changes instantly reflected in the browser.
2013-12-24 09:08:25 +00:00
Jermolene
c740792105
Fixed illegal HTML comments
...
Pointed out by @Skeeve, double hyphens are not allowed inside HTML
comments
2013-12-20 18:22:01 +00:00
Jermolene
6d09db5608
Add a favicon
2013-12-16 23:27:26 +00:00
Jermolene
79c8935aef
Style cleanups for MOTW
...
@davidjade I assume these changes are all safe from the BHO’s point of
view? Many thanks
2013-12-14 09:53:39 +00:00
David Jade
cffe9375b2
Added TiddlyIE and FSO saver modules
...
Modified tiddlywiki5 template to support TiddlyIE and HTAs
Added empty.hta creation to bld scripts
Added TiddlyIE topics
2013-12-11 12:45:35 -08:00
Jermolene
b805633dc9
Reorganise the main file saving templates
...
We’re introducing a mechanism that allows us to decide which tiddlers
get saved. Using `$:/core/save/all` gives all tiddlers, as before.
Using `$:/core/save/empty` gives an empty wiki. Saving an empty wiki
from tw5.com isn’t the same as the empty wiki cooked from
editions/empty because the two editions have different plugins and
other system tiddlers.
2013-11-25 21:16:27 +00:00