1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-06 20:14:22 +00:00
Commit Graph

1614 Commits

Author SHA1 Message Date
Jeremy Ruston
151ca670bd Merge pull request #1104 from xcazin/fred
Bootstrap of an fr-FR edition from @evolena and @xcazin
2014-11-23 13:37:26 +00:00
Jermolene
86329835c9 Add instructions for contribution ribbon 2014-11-23 10:06:09 +00:00
Jermolene
5329392dbe Resources updates 2014-11-23 10:05:59 +00:00
Jermolene
8cae6677a7 Add Taskgraph plugin to community resources 2014-11-22 09:42:53 +00:00
Jermolene
1f82ebc7c3 Fix problem with parsing text references 2014-11-21 18:16:22 +00:00
Jermolene
27c9e7269e Update "Tiddlers" docs
Suggested by @twMat
2014-11-21 17:06:12 +00:00
Jermolene
d31f61255e A failing test for a bug with text reference parsing
I’ll fix this later.

Raised by @danielo515
2014-11-21 17:05:20 +00:00
Xavier Cazin
ac89c154b4 Corrections to overriden system tiddlers in fr-FR edition
plus new translated tiddlers
2014-11-20 07:57:04 +01:00
Xavier Cazin
c4420612e8 Various updates to doc tiddlers in fr-FR edition 2014-11-19 21:47:19 +01:00
Xavier Cazin
c1e715de93 Overriding of a few system tiddlers for fr-FR edition 2014-11-19 21:42:31 +01:00
Jermolene
7011cecb95 Add Jed's game to the examples 2014-11-18 15:41:39 +00:00
Jermolene
302768e009 Update docs 2014-11-18 14:06:12 +00:00
Jermolene
0c49ac179b Add direct links to resource tiddlers 2014-11-18 14:04:13 +00:00
Xavier Cazin
fe47808d8a Integration of @evolena work into the fr-FR edition 2014-11-16 10:55:39 +01:00
Xavier Cazin
5eddcb0e8d fr-FR-server configured to serve the fr-FR edition 2014-11-16 09:31:49 +01:00
Xavier Cazin
d1ed1ddc8c Bootstrap fr-FR edition with a few dozens of translated tiddlers 2014-11-16 00:55:13 +01:00
Jermolene
48052130d2 Clarify toc-tabbed macro 2014-11-15 12:29:46 +00:00
Jermolene
47481ed52a Enhance tabbed toc macro with navigation control
Now there are two variants of the macro: the default one opens links
externally, the other opens links internally
2014-11-14 17:06:21 +00:00
Jermolene
d8cc283b3a Release note update 2014-11-14 10:33:49 +00:00
Jermolene
a9eab1b8fc Improve import logging 2014-11-14 10:33:41 +00:00
Jermolene
1d08d2d7dc Clarify set widget docs 2014-11-14 09:24:29 +00:00
Jermolene
874c8d5516 Tweak docs 2014-11-13 21:39:38 +00:00
Jermolene
f5055c0205 Add tabbed table of contents 2014-11-13 21:39:38 +00:00
Jermolene
bd211ea082 Extend set variable widget to work with filters 2014-11-13 21:39:38 +00:00
Jermolene
8e685e5150 Allow includeWikis to be read-only
Hopefully this will help resolve issues that @xcazin and @pmario have
been having with using the client-server configuration to prepare
translations of the TW5 docs.
2014-11-13 12:28:51 +00:00
Jermolene
05f60b03a6 Hide export button from introduction edition 2014-11-11 18:55:56 +00:00
Jermolene
7c6b376bdb Update docs 2014-11-11 15:29:19 +00:00
Jermolene
6375346b04 Revert search filter operator docs update
We only want the docs update in the prerelease
2014-11-11 15:29:11 +00:00
Jermolene
b520efdeb8 Update savers to specify variables, including filename
Now the `tm-download-file` and `tm-save-file` messages use the hashmap
to specify variables to be applied when rendering the tiddler.

We also add a convention that the variable “filename” is used to
specify a filename for the download.
2014-11-10 19:54:19 +00:00
Jermolene
c44a53e670 Add new tutorial 2014-11-10 09:06:01 +00:00
Jermolene
d2ab7c5986 More action-deletetiddler fixes 2014-11-09 16:53:33 +00:00
Jermolene
8c67e11365 Fixes to action-deletetiddler widget 2014-11-09 16:45:14 +00:00
Jermolene
ae756ddff0 Docs update 2014-11-07 21:32:21 +00:00
Jermolene
e2a7b35211 Fix toolbar buttons for introduction edition
To take account of recent switcharound
2014-11-07 21:15:40 +00:00
Jermolene
bd73990438 Fix toolbar buttons for introduction edition 2014-11-07 17:04:09 +00:00
Jermolene
16ef49c66d Release note update 2014-11-07 17:03:59 +00:00
Jermolene
028bf94281 Release note update 2014-11-07 14:54:52 +00:00
Jermolene
91a7c39791 Update modal handling to allow variables to be passed
@felixhayashi I’m afraid I haven’t used your pull request as there were
a few details that I wanted to do differently. The main change is that
these changes allow both a param string and hashmap to be specified.
2014-11-07 14:54:46 +00:00
Jermolene
c7971d3da3 Update new tiddler message handling to accept title and fields
Now you can create a new tiddler with both a template and additional
specified fields.
2014-11-07 14:53:37 +00:00
Jermolene
d93c19daaa Improve the format of widget message parameters
In 5.1.3 we introduced the idea that the `event.param` variable could
optionally be a hashmap, allowing multiple values to be passed with the
message.

This change moves the hashmap to a separate `event.paramObject`
variable, allowing us to pass both a hashmap and a param string.
2014-11-07 14:52:32 +00:00
Jermolene
8260d000be Extend search filter to allow field to be specified 2014-11-06 20:56:32 +00:00
Jermolene
12aec57086 Merge action-setfield and action-setfields widgets
Less confusion, hopefully.
2014-11-06 19:27:14 +00:00
Jermolene
24956f036e Fix docs typos
Thanks @Evolena
2014-11-06 18:37:08 +00:00
Jermolene
92f69d44bf Use action-deletefield widget in edit template fields editor
On the way to deprecating the field mangler widget
2014-11-06 18:32:11 +00:00
Jermolene
0a2a5184c4 Add action-deletetiddler widget 2014-11-06 18:23:48 +00:00
Jermolene
741f853986 Add action-setfield widget 2014-11-06 18:06:47 +00:00
Jermolene
a18af9b760 Rename the action-setfield widget to action-setfields
It makes more sense, and allows us to add a widget: `<$action-setfield
$tiddler=“title” $name=“fieldname” $value=“fieldvalue”/>`
2014-11-06 17:45:03 +00:00
Jermolene
db2f47cc4a Release note update 2014-11-05 08:44:19 +00:00
Jeremy Ruston
0550efabf8 Merge pull request #1053 from pmario/no-js
add static links, if javascript is deactivated
2014-11-03 22:55:57 +00:00
Jeremy Ruston
94103f8d57 Merge pull request #1054 from pmario/german-translations
new UI element translations. new CLI command translations
2014-11-03 22:10:32 +00:00