Wykres commitów

5067 Commity (9075495cc843e3751d09b8cb7488ca4f93b5b65c)

Autor SHA1 Wiadomość Data
Bram Chen 9075495cc8 Revert to simple tooltip for newhere button for chinese translations 2014-10-09 16:33:46 +08:00
Bram Chen be3239ecc0 Merge remote-tracking branch 'upstream/master' 2014-10-09 16:32:12 +08:00
Jermolene e34b4f18e5 Improve new here button 2014-10-09 09:31:26 +01:00
Jermolene 90997020e7 Revert to simple tooltip for newhere button
At present we can’t arrange for the hint to be wikified when it’s used
as the button tooltip.
2014-10-09 08:44:23 +01:00
Bram Chen e5f20d1a9c Update chinese translations
* Add "new here" button
* Add "new journal" button
* Add default title of new tiddler
2014-10-09 13:54:47 +08:00
Bram Chen b486846a74 Merge remote-tracking branch 'upstream/master' 2014-10-09 09:27:50 +08:00
Jermolene 70984aa39f Add "new here" button
This is a basic “new here” tiddler toolbar button that just creates a
new tiddler tagged with the title of the current tiddler.

@pmario is there anything else required?
2014-10-08 22:02:32 +01:00
Jermolene c322dc82c3 Simplify new journal button 2014-10-08 20:11:54 +01:00
Jermolene b53074a0cc Update "Introduction to Filters" docs 2014-10-08 19:02:54 +01:00
Jermolene d778a90eb0 Make new journal title and tags be configurable 2014-10-08 18:35:25 +01:00
Jermolene e872f17842 Add a new journal page toolbar button
Spot the easter egg with the toolbar button…

Fixes #336
2014-10-08 17:46:34 +01:00
Jermolene 0dcf54c3b5 Add support for action widgets
This is part of the groundwork for fixing #336
2014-10-08 17:45:26 +01:00
Jermolene 3b69b7b6e8 Coding style tweak 2014-10-08 14:07:48 +01:00
Bram Chen 96d1981dcc Update chinese translations
* Add confirmation for clearing password
2014-10-08 09:21:54 +08:00
Jermolene a604afe871 Fix list in "Filters" tiddler
Mentioned by @Evolena in #922
2014-10-07 22:33:06 +01:00
Jermolene dc9981322a Increase size of search cancel button 2014-10-07 22:11:43 +01:00
Jermolene ff23a84d28 Docs tweaks 2014-10-07 21:44:54 +01:00
Jeremy Ruston bbc1d18e25 Merge pull request #949 from fghhfg/patch-8
Update Learning.tid
2014-10-07 21:41:17 +01:00
fghhfg b3c3442024 Update Learning.tid 2014-10-08 04:21:13 +08:00
Jermolene b3dcd7d625 Fix tiddler title background colour for sticky titles 2014-10-07 20:41:22 +01:00
Jermolene 70c8659948 Update release note 2014-10-07 15:50:46 +01:00
Jermolene ef1d531091 Add confirmation for clearing password
Fixes #925
2014-10-07 14:35:42 +01:00
Jermolene a0460c391b Fix problem with recent zoomin changes 2014-10-07 14:07:55 +01:00
Jermolene 09b6540998 Update history for tm-home message 2014-10-07 14:07:41 +01:00
Jeremy Ruston c475302663 Merge pull request #940 from fghhfg/patch-1
Simplify upgrading instructions
2014-10-07 13:26:30 +01:00
Jermolene dd829d9140 Docs tweaks 2014-10-07 13:16:24 +01:00
Jermolene cda495d692 Doc tweaks 2014-10-07 13:16:04 +01:00
Jeremy Ruston e108799791 Merge pull request #942 from fghhfg/patch-3
add how to install plugin
2014-10-07 13:03:55 +01:00
Jermolene 811e92c0eb Docs update 2014-10-07 13:02:43 +01:00
Jeremy Ruston 766ec38487 Merge pull request #944 from fghhfg/patch-5
more clear "How to sign the CLA"
2014-10-07 13:00:58 +01:00
Jeremy Ruston 002b07d096 Merge pull request #945 from fghhfg/patch-6
add a example
2014-10-07 09:57:34 +01:00
Jeremy Ruston 68b7212150 Merge pull request #946 from fghhfg/patch-7
add some way to invoke macro
2014-10-07 09:46:29 +01:00
Jeremy Ruston 65504d5d41 Merge pull request #928 from TheDiveO/filter-operators-addsufprefix
addprefix and addsuffix filter operators
2014-10-07 09:44:31 +01:00
Jermolene 548776e828 Add KaTeX static build 2014-10-06 21:20:28 +01:00
Jermolene 63c174d7ed Update KaTeX wrapper to support operation under Node.js
Now we can generate static HTML containing mathematical typesetting
2014-10-06 21:20:19 +01:00
Jermolene cbe2a53d6a Extend fakedom for KaTeX on Node.js
To make KaTeX work on the server we need to add support for the style
attribute and for setting the textContent of an element.
2014-10-06 21:10:35 +01:00
TheDiveO f6f9c74fe9 added documentation tiddlers for addprefix and addsuffix; updated
documentation tiddlers for prefix, suffix, removeprefix, removesuffix to
reference the new addprefix and addsuffix filter operators.
2014-10-06 21:49:54 +02:00
fghhfg 651ed60987 add some way to invoke macro 2014-10-07 02:28:40 +08:00
fghhfg f2e97eeb25 add a example 2014-10-07 00:38:12 +08:00
fghhfg 0d7209ff2f more clear "How to sign the CLA" 2014-10-06 23:38:48 +08:00
Jeremy Ruston 3630a2191e Merge pull request #943 from fghhfg/patch-4
CLA signature from @fghhfg
2014-10-06 16:21:36 +01:00
fghhfg a2ddf6c4a0 i'm not sure what i'm doing... 2014-10-06 23:19:16 +08:00
fghhfg e6d59ece6f add how to install plugin 2014-10-06 22:36:02 +08:00
Jermolene b7bbcfa056 Prompt twice when setting password
Fixes #364
2014-10-06 10:22:09 +01:00
Jermolene 0c8e538077 Add support for custom password prompts 2014-10-06 10:02:34 +01:00
Jermolene 67db9d57a2 Boot prefix should preserve $tw in the browser
This change allows raw markup tiddlers to preload configuration values
into the `$tw` global
2014-10-06 10:02:20 +01:00
fghhfg 61acea7e8d make simpler 2014-10-06 16:32:23 +08:00
Jermolene 5dd6ebff05 Fix problem with zoomin storyview and hidden sidebar
Fixes #933
2014-10-06 09:18:29 +01:00
Jeremy Ruston c126294ae5 Merge pull request #924 from andrey013/ru-RU
Russian translation
2014-10-05 16:35:47 +01:00
Jermolene 3048b79a45 Update button widget docs
Fixes #927
2014-10-05 16:33:05 +01:00