Jermolene
25777b147f
Make dropzone text translateable
...
Also make the text sticky for browsers that support it, ensuring that
it is always visible even after scrolling
2014-08-19 13:07:57 +01:00
Jermolene
58730b7452
Add selective expandable table of contents macro
...
And improve the layout of the examples
2014-08-19 12:30:22 +01:00
Jermolene
c4b76ceb0b
Improve offline saving with TiddlyWeb
...
Now the usual “save changes” button in the sidebar will save an offline
copy of the wiki that excludes the TiddlyWeb plugin. Previously, this
functionality was only available in the control panel, leading to
several problems such as that discussed here:
https://groups.google.com/d/topic/tiddlywikidev/U61pO-TR854/discussion
2014-08-19 12:20:26 +01:00
Jermolene
920e11e792
Introduce refresh button and revert home button
...
Now the home button behaves as it did in 5.0.13, and the new refresh
button does a full page refresh.
2014-08-19 12:12:36 +01:00
Jermolene
074cbf2606
Release note update
2014-08-18 21:48:03 +01:00
Jermolene
1e1622273b
More table of content macro docs
2014-08-18 21:44:31 +01:00
Jermolene
bd56e4b960
Fix ordering for the table of contents example
2014-08-18 21:44:22 +01:00
Jermolene
8cf726275c
First pass at table of contents macros
...
Introduce macros for automatically generating table of contents
2014-08-18 20:52:36 +01:00
Jermolene
a2acb1462b
Update release note
2014-08-18 20:43:16 +01:00
Jermolene
fe6623d7fe
Restore foreground colour for sidebar tag pills
2014-08-18 13:22:38 +01:00
Jermolene
a3d0f84ff7
Update startup modules diagram
2014-08-18 10:45:27 +01:00
Jermolene
c57b009968
Simpler default defaulttiddlers
2014-08-18 10:27:48 +01:00
Jermolene
727638c12d
Clean up CSS macros
...
Move the CSS macros into global macros, and allow the colour macro to
fallback to the vanilla palette if the required colour isn’t found in
the current palette.
2014-08-18 10:14:19 +01:00
Jermolene
a637af022d
Fix problem with parseTextReference not recognising missing indices
2014-08-18 10:13:30 +01:00
Jermolene
d7cb82d65d
Add GuerillaWiki docs
2014-08-17 15:10:43 +01:00
Jermolene
bea83bfe55
Fix problem with refreshing the edit widget
2014-08-16 15:01:04 +01:00
Jermolene
bba3fe586b
Fix padding for plugin dropdown
2014-08-16 14:44:46 +01:00
Jermolene
4044ba0d2d
Add full download link to GettingStarted
2014-08-16 14:44:11 +01:00
Jeremy Ruston
d76352d873
Merge pull request #736 from BramChen/master
...
Update chinese translations
2014-08-16 09:42:03 +01:00
Jeremy Ruston
a4cfc17d7d
Merge pull request #737 from xcazin/fr-FR
...
More fr-FR translations for Plugins-related strings in ControlPanel
2014-08-16 09:41:50 +01:00
Bram Chen
f8ad9fd590
Add chinese translations for the new functionality of enable/disable plugins in control panel
2014-08-16 09:05:45 +08:00
Xavier Cazin
7ff7f5508c
More fr-FR translations for Plugins-related strings in ControlPanel
2014-08-15 22:54:58 +02:00
Jeremy Ruston
dd8d6913fc
Merge pull request #734 from xcazin/fr-FR
...
fr-FR translations for new translateable strings since 5.0.14
2014-08-15 21:19:17 +01:00
Jermolene
87b7677a0f
Release note update
2014-08-15 21:15:28 +01:00
Jermolene
32a7ee2683
Make it possible to disable plugins
2014-08-15 21:10:40 +01:00
Xavier Cazin
9e86dd07bc
fr-FR translation of the Readme file for the core plugin
2014-08-15 19:20:21 +02:00
Xavier Cazin
850378ceb2
fr-FR translation for Unsaved Changes Warning
2014-08-15 19:07:31 +02:00
Xavier Cazin
6b91c354c3
Merge remote-tracking branch 'upstream/master' into fr-FR
2014-08-15 18:59:28 +02:00
Jermolene
04e049df97
Add message for empty plugin lists
2014-08-15 16:48:02 +01:00
Jermolene
18592fe8f8
Fix problem with edit widget not refreshing
...
One symptom of this problem was that changing the type field of a
tiddler didn’t immediately switch to the bitmap editor
2014-08-15 10:06:52 +01:00
Jermolene
0aeb9d36a0
Fix content type typo
2014-08-15 10:06:19 +01:00
Jermolene
95926b85b9
Move editor type mappings into a single file
2014-08-15 10:06:05 +01:00
Jermolene
ea83149746
Release note updates
2014-08-15 09:52:57 +01:00
Jermolene
c0c52f5bcb
Revert to putting the version number in the corner ribbon
...
Based on two bits of feedback:
1. The version number should be displayed prominently on the page
2. Ordinary users don’t know what “Find me on GitHub” means
2014-08-15 09:50:33 +01:00
Jermolene
e88dcfacd6
More release note updates
2014-08-15 09:42:54 +01:00
Jermolene
c8830d32f7
Fixed problem with building TW under Windows
...
Fixes #717
The issue was that under Windows we generate text nodes that contained
CRLF as a linebreak (rather than just LF as usual).
The subtle problem is that when these strings are placed in the DOM via
createTextNode(), the CR character is treated as a printable character,
not whitespace. When creating DOM notes with innerHTML or as part of a
static HTML document the HTML parser will strip out the CR characters.
The hacky solution is to manually remove CRs before building the text
node.
2014-08-15 09:40:22 +01:00
Jermolene
592cdc4617
Release note updates
2014-08-15 09:36:36 +01:00
Jermolene
837f36aa86
Docs update
2014-08-14 12:00:12 +01:00
Jermolene
9e85ddfec7
Ensure we have a default language in empty.html
2014-08-14 12:00:07 +01:00
Jermolene
f75af2c983
Separate the saver handling out of the syncer
2014-08-14 11:43:07 +01:00
Mario Pietsch
a773bcbc98
translation for german CoreReadMe
2014-08-14 12:38:26 +02:00
Jermolene
27f1f82a70
Rejigging syncer structuring
...
The goal is to separate out the saver handling from the syncadaptor
handling; it will take a few steps to get there
2014-08-14 11:12:25 +01:00
Jermolene
82860aea33
Tweaked tag button
2014-08-14 11:10:55 +01:00
Jeremy Ruston
24998f2990
Merge pull request #731 from BramChen/master
...
Update chinese translations
2014-08-14 08:56:58 +01:00
Jermolene
d57446f1e4
Remove $tw.syncer global from syncer.js
2014-08-14 08:54:31 +01:00
Jermolene
4b05608ad5
Add tag manager button
2014-08-14 08:49:03 +01:00
Bram Chen
fd61814a7d
Add chinese translations of unsaved changes message
2014-08-14 15:20:45 +08:00
Bram Chen
deddb4cc5f
Merge remote-tracking branch 'upstream/master'
2014-08-14 14:36:37 +08:00
Jermolene
35fcdd270e
Move syncer event handlers into syncer module
2014-08-13 20:25:23 +01:00
Jermolene
449edf99b5
Fix rootwidget handling
2014-08-13 20:20:58 +01:00