1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-05 03:33:27 +00:00
Commit Graph

1615 Commits

Author SHA1 Message Date
Jeremy Ruston
87986a945d Animation tweaks for classic listview 2013-02-06 17:06:48 +00:00
Jeremy Ruston
6896550593 Docs update 2013-02-06 11:27:41 +00:00
Jeremy Ruston
1d77709372 Underline links on hover
Looks better and less obtrusive than reversing them
2013-02-06 11:27:34 +00:00
Jeremy Ruston
b0a20e704b Restored the classic listview 2013-02-06 11:27:09 +00:00
Jeremy Ruston
35f0a16c4f Docs update 2013-02-05 22:11:36 +00:00
Jeremy Ruston
5c51626809 Get rid of references to the tw2parser 2013-02-05 22:11:07 +00:00
Jeremy Ruston
dd5597fc36 Turn on iOS scrolling for the sidebar 2013-02-05 22:10:35 +00:00
Jeremy Ruston
039c9417fc Style tweaks 2013-02-05 19:12:23 +00:00
Jeremy Ruston
5e7be56802 Docs update 2013-02-05 19:12:16 +00:00
Jeremy Ruston
1b2cdf9cd0 Use string.charAt(n) instead of string[n]
Safari doesn't seem to like the string indices in some circumstances
2013-02-05 19:12:05 +00:00
Jeremy Ruston
5e6e03f3f3 Documentation update 2013-02-04 20:47:34 +00:00
Jeremy Ruston
35d2290155 Style and layout tweaks 2013-02-04 20:47:21 +00:00
Jeremy Ruston
b61778cee2 More style tweaks 2013-02-04 15:29:38 +00:00
Jeremy Ruston
170c1425f7 Normalise custom event names 2013-02-04 15:29:25 +00:00
Jeremy Ruston
1f98ea5c87 Stylesheet tweaks 2013-02-04 11:56:23 +00:00
Jeremy Ruston
365974d14f Improved generation of titles for draft tiddlers 2013-02-04 11:56:11 +00:00
Jeremy Ruston
b260e6e69a Ensure that dropdown menu items don't word wrap 2013-02-04 10:54:55 +00:00
Jeremy Ruston
319e1b72f8 Use wikitext horizontal rule 2013-02-04 10:54:42 +00:00
Jeremy Ruston
62af2e64e2 Fixed obsolete wikitext format 2013-02-04 10:26:26 +00:00
Jeremy Ruston
0961286ad5 Add styles to static rendering 2013-02-04 10:16:07 +00:00
Jeremy Ruston
30d0dec1fa Replacement styles
Smaller simpler styles (including CSS reset from
https://github.com/necolas/normalize.css/)
2013-02-03 23:02:23 +00:00
Jeremy Ruston
eb2503eac7 Merge branch 'getting-rid-of-bootstrap' 2013-02-03 17:50:18 +00:00
Jeremy Ruston
5df60aaa3c Don't render content or closing tag for void elements 2013-02-03 17:44:40 +00:00
Jeremy Ruston
c85acd71fe Move the void element list into the main config file 2013-02-03 17:44:28 +00:00
Jeremy Ruston
4289a027d4 Add newlines after opening and closing tags
Which also fixes the problem with the PRE tag eating it's first newline
2013-02-03 17:11:03 +00:00
Jeremy Ruston
440608bfae Remove files associated with Bootstrap 2013-02-03 16:03:22 +00:00
Jeremy Ruston
5028da3953 Better wording and button colours for password UI 2013-02-02 12:06:59 +00:00
Jeremy Ruston
47b42ac149 The special encrypted template isn't needed anymore 2013-01-31 10:23:08 +00:00
Jeremy Ruston
a9de17bd55 Restore encrypted TiddlyWiki support 2013-01-31 10:20:13 +00:00
Jeremy Ruston
d4da6d4ced Update version number 2013-01-31 10:19:46 +00:00
Jeremy Ruston
def41c688f Add the "save changes" button back
And remove the not-yet-implemented "edit" button
2013-01-30 21:10:34 +00:00
Jeremy Ruston
a2a25009d3 Remove erroneous esprima dependency 2013-01-28 19:27:36 +00:00
Jeremy Ruston
9a71117853 Prettify JSON 2013-01-28 19:27:22 +00:00
Jeremy Ruston
07541cbd9f Correct package.json "engines" entry 2013-01-28 19:26:26 +00:00
Jeremy Ruston
ea715bd3f2 Docs update 2013-01-26 23:38:59 +00:00
Jeremy Ruston
07e8348b8e Docs update 2013-01-23 12:37:17 +00:00
Jeremy Ruston
f8cd65d38d Improve shell variable name for main build script 2013-01-23 12:37:10 +00:00
Jeremy Ruston
32331a8764 Process DefaultTiddlers on the server as well as the browser
Thus fixing the baking of static.html
2013-01-23 12:36:42 +00:00
Jeremy Ruston
83900b0230 Fixed problem with erroneous rendering of empty HTML tags
We were doing things like `<div />`, which HTML doesn't like
2013-01-23 12:36:08 +00:00
Jeremy Ruston
bae48d5526 Stop base64 encoding context scope IDs
The base64 encoding wasn't working on node.js, and is a bit messy
2013-01-23 12:35:21 +00:00
Jeremy Ruston
7effc49401 Merge pull request #53 from BoyCook/master
Updated bld.sh to check for $JERMOLENE_HOME instead of using hardcoded value
2013-01-22 01:32:36 -08:00
Jeremy Ruston
8bc522d48d Docs updates 2013-01-22 09:30:24 +00:00
Jeremy Ruston
e885cfc3c9 Add a readme file for the tw2 edition 2013-01-22 09:08:26 +00:00
Jeremy Ruston
71184b2266 Remove extraneous line from tw2 template 2013-01-22 08:56:49 +00:00
Jeremy Ruston
d91f12f30a Turn the recipe deserialiser into a plugin in the tw2 edition 2013-01-22 08:56:21 +00:00
Jeremy Ruston
ae7d1771fd Fixed TW2 edition
Now we can build TW2 files with just a few whitespace differences from
the old Ruby tools
2013-01-21 17:27:07 +00:00
Jeremy Ruston
f37e99d1fb Extend fields widget to allow stripping of prefixes from tiddler titles
This functionality is a bit specific to the production of TW2, and so
might be refactored elsewise in the future.
2013-01-21 17:26:43 +00:00
Jeremy Ruston
d3fefa8b16 Fixed regexp for filtered transclusion
Previously we couldn't use filter expressions that included curly braces
2013-01-21 17:24:47 +00:00
Craig Cook
dbe751fd2f Updated bld.sh to check for instead of using hardcoded value 2013-01-21 15:49:10 +00:00
Jeremy Ruston
7642f2182c Restored tag template 2013-01-19 17:01:17 +00:00