1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 09:43:16 +00:00
Commit Graph

6284 Commits

Author SHA1 Message Date
Jermolene
17696e4505 Fix for selected toolbar buttons in Firefox
See https://github.com/Jermolene/TiddlyWiki5/issues/1599
2015-03-21 16:33:15 +00:00
Jermolene
a60ea1d89b Remove cheatsheet from help panel
We’d rather present this information as a panel within the tiddler
editor so that we can (for example), allow clicks on a snippet to
insert it automatically into the editor at the current cursor position.

For the moment, we’ll just remove the cheatsheet. Post-5.1.8 we’ll add
it back to the editor
2015-03-21 15:52:28 +00:00
Jermolene
00f35fe41a Don't HTML encode single quotes
They don’t get automatically decoded when the browser reads the
resulting HTML. So, instead, we’ll solve
1e9e1a1fdc by switching to double quotes
for attribute values.
2015-03-21 14:17:42 +00:00
Jermolene
743c325b0d Fix problem with tiddler titles overlaying help panel 2015-03-20 16:18:24 +00:00
Jeremy Ruston
a7b1b3ec10 Merge pull request #1598 from pmario/fix-plugin-button-tooltip
fixes the [Get more plugins] button tooltip
2015-03-20 15:31:13 +00:00
Jeremy Ruston
05d5f2d4fd Merge pull request #1595 from pmario/de-De
new german strings, some help text adjustments
2015-03-20 15:30:53 +00:00
Jeremy Ruston
1e88f2a22f Merge pull request #1592 from BramChen/master
Update chinese translations
2015-03-20 15:30:40 +00:00
Jeremy Ruston
b1ef8ba0dd Merge pull request #1587 from andreasabeck/cla
Update cla-individual.md
2015-03-20 15:24:57 +00:00
Jermolene
17c1213635 Expand help panel label to "Help Panel" 2015-03-20 15:16:40 +00:00
Mario Pietsch
9ae3b5588c fixes the [Get more plugins] button tooltip 2015-03-20 11:34:14 +01:00
Mario Pietsch
586cdaae28 new german strings, some help text adjustments 2015-03-20 10:22:27 +01:00
Bram Chen
93a29b0999 Update zh translations of the last changes to the plugin library 2015-03-19 21:16:14 +08:00
Jermolene
b46ce419a7 Left off last commit 2015-03-19 10:53:51 +00:00
Jermolene
f2a7f00870 Improve plugin readmes
Now every plugin has a short, introductory readme tiddler that is shown
in the online plugin library.
2015-03-19 10:53:45 +00:00
Jermolene
2f8837a445 Revert to original fix for #1542
The trouble with tweaking the ViewBox was that the amount of the
adjustment is expressed in the coordinate system of the image, not the
coordinate system of the bitmap that is being rendered. That means that
the additional space doesn’t necessarily extend to the single physical
pixel needed to resolve the issue.
2015-03-19 10:52:58 +00:00
Andreas Abeck
c200d10274 Update cla-individual.md 2015-03-18 18:37:43 +01:00
Jermolene
77db136d4f Missed off previous commit 2015-03-18 11:46:37 +00:00
Jermolene
24435a46be Lots of improvements to the plugin library
* Moved “add new plugin” into a modal wizard
* Adopt big friendly buttons
* Add plugin icons and readmes to “add new plugin” modal
* Use tabs for splitting plugins/themes/languages
* Consistent styling between the “add new plugin” modal and the
“installed plugins” control panel tab
* Behind the scenes, moved from addressing the library as
`recipes/defaults/tiddlers/<etc>` to `recipes/library/tiddlers<etc>`
2015-03-18 11:46:28 +00:00
Jermolene
421ac16389 Use inline parsing for header and footer of modals
This may cause backwards compatibility problems for people relying on
the block mode parsing, but it’s much better for the rest of us as it
avoids an unsightly paragraph tag
2015-03-18 11:41:10 +00:00
Jermolene
22b7400de8 Move making a data uri into reusable utilities 2015-03-18 11:40:09 +00:00
Jermolene
a4a9daa40b Extend wiki.makeTranscludeWidget() to control mode 2015-03-18 11:39:50 +00:00
Jermolene
cf11741df9 Include the version number in the plugin library path
See also:
https://github.com/Jermolene/build.jermolene.github.io/commit/a00a8a6df6
09ef5e4b2ed85039da72780ac81512
2015-03-16 15:44:24 +00:00
Jermolene
d4d69d7dd3 Remove click-to-navigate on tiddler bodies
This was introduced to make it possible in the new stacked story view
to click on a tiddler to bring it to the front. By allowing a tiddler
in view mode to be focussed, it also prepared for view mode keyboard
shortcuts. (Eg, a key to edit the current tiddler).

However, there are several minor issues with the unexpected behaviour
of clicking on a tiddler navigating to it, so we’ll leave this out of
5.1.8
2015-03-16 09:43:12 +00:00
Jermolene
055f6bdfa5 Release note update 2015-03-16 09:40:31 +00:00
Jermolene
7ea0109961 Restore sticky titles 2015-03-16 09:40:22 +00:00
Jeremy Ruston
1f11fd5128 Merge pull request #1582 from le-pako/master
Added missing images : left and up arrows
2015-03-16 09:25:00 +00:00
Pako
f2a328950e Rename up-arrow to up-arrow.tid 2015-03-16 01:13:25 +01:00
Pako
c701e96427 Create up-arrow 2015-03-16 01:11:09 +01:00
Pako
faf9b30e9c Create left-arrow.tid
I needed a left arrow for a menu, but as the core image library doesn't have one I created one by rotating the svg of the built-in right arrow.
Also changed the corresponding class name.
2015-03-16 01:01:24 +01:00
Jermolene
1447c955a5 Release note update 2015-03-14 17:21:37 +00:00
Jeremy Ruston
fe0e726c79 Merge pull request #1574 from le-pako/patch-1
Update TiddlyClip by buggyjay.tid
2015-03-14 17:21:13 +00:00
Jeremy Ruston
d1e75a3ad4 Merge pull request #1579 from le-pako/patch-2
Update cla-individual.md
2015-03-14 17:20:27 +00:00
Pako
8e9cd447c1 Update cla-individual.md 2015-03-14 18:16:16 +01:00
Jeremy Ruston
afd30aec07 Merge pull request #1578 from xcazin/fr-FR
fr-FR translation re: the help button and the default sidebar tab
2015-03-14 17:13:18 +00:00
Xavier Cazin
9cca8772a7 fr-FR translation re: the help button and the default sidebar tab 2015-03-14 18:06:59 +01:00
Jermolene
ae001a19e5 Upgrade to KaTeX v0.2.0 2015-03-14 08:34:16 +00:00
Jermolene
3165eb1429 Update contributors list 2015-03-13 16:27:16 +00:00
Jermolene
0444420346 Update plugin installation instructions 2015-03-13 10:18:42 +00:00
Jermolene
253859cc7c Update release note 2015-03-13 10:18:28 +00:00
Jermolene
70e454fa6d Release note update 2015-03-13 10:07:16 +00:00
Pako
374682a306 Update TiddlyClip by buggyjay.tid
Small edit to correct a type on Firefox name and add a link.
2015-03-13 10:36:25 +01:00
Jermolene
550ad4a1a9 Partial fix for #1570
Stop the logger from creating alert tiddlers on the server. They
propagate to the client but are not deletable from the client because
they are in the `$:/temp` namespace.

cc @loleg
2015-03-12 22:35:03 +00:00
Jeremy Ruston
0e75a6f41c Merge pull request #1572 from Spangenhelm/patch-2
Adding the 'language' type to the table of plugins options
2015-03-12 18:19:47 +00:00
Florent V.
c4da71e2fd Adding the 'language' type to the table of plugins options 2015-03-12 13:46:42 +01:00
Jeremy Ruston
6248c29a14 Merge pull request #1571 from BramChen/master
Update chinese translations
2015-03-12 08:48:16 +00:00
Bram Chen
fc84ede773 For zh-Hant and zh-Hans, add text and tooltip of help button 2015-03-12 13:29:10 +08:00
Jermolene
b69dff861d Fix tests for c33a17a475 2015-03-11 21:58:45 +00:00
Jeremy Ruston
d1a4855bfc Merge pull request #1546 from aelocson/upgrade-typo
Correct WikiText in the upgrade wizard
2015-03-11 21:45:13 +00:00
Jeremy Ruston
e4cc5dca77 Merge pull request #1545 from aelocson/variable-docs
Document the tv-* variables
2015-03-11 21:44:32 +00:00
Jeremy Ruston
a64575f07f Merge pull request #1544 from BramChen/master
Update chinese translations
2015-03-11 21:26:27 +00:00