Wykres commitów

98 Commity (7a3ef3d9aae1b93891fc818ad287edab65ad6b8c)

Autor SHA1 Wiadomość Data
Jermolene 19fe567784 Update release note 2015-05-22 09:05:25 +01:00
Jermolene 9b4b9d4d88 Update sendmessage widget to allow name/value parameters
Using `$name` and `$value` attributes allows more flexibility in how
parameter names are specified, allowing parameter names that are not
valid attribute names.
2015-05-18 22:15:23 +01:00
Jermolene 57cfa95b83 Add "powered by" plugin to release note 2015-05-18 17:33:28 +01:00
Jermolene eb1bce2ff2 Switch to fluid-fixed just for the prerelease edition
Fixes #1719
2015-05-11 22:04:31 +01:00
Jermolene a961a40ece Prerelease tweaks 2015-05-11 20:16:15 +01:00
Jermolene a98c042f33 Refactor prerelease greeting tiddler 2015-05-11 20:15:55 +01:00
Jermolene 42a3e31b1b Tweaks to #1678 2015-05-07 19:44:08 +01:00
Jeremy Ruston e93d32cdd7 Merge pull request #1678 from felixhayashi/feature/vars_widget
Introducing the vars widget
2015-05-07 19:36:25 +01:00
Jermolene b51603f3e2 Introduce fluid story/fixed sidebar mode
A new mode where the sidebar width is fixed and the story river expands
to fill the remaining space.
2015-05-04 19:19:40 +01:00
Jermolene 9cf5d88cc9 Add "open new window" tiddler toolbar button 2015-05-02 12:12:51 +01:00
Jermolene 3b78ebb9c0 Typos 2015-04-30 11:30:32 +01:00
Jermolene 94817911c3 Typo 2015-04-30 09:06:21 +01:00
Jermolene f270788f33 Typo 2015-04-29 22:15:52 +01:00
Jermolene 70a2019d85 Add new feature demos to prerelease 2015-04-29 22:13:06 +01:00
Jermolene ea9f8a4ef1 Use vanilla theme to demo contrast palette
Because the Snow White theme includes gradients and shadows
2015-04-28 09:11:57 +01:00
Jermolene 1b25d4b51a Improve "Contrast" palette
Trying to make it more useful for visually impaired users - see #1682
2015-04-27 21:46:31 +01:00
Felix Hayashi 740627795f This widget allows the user to set multiple variables in one go.
It thereby reduces code complexity that would arise when setting
many variables using "<$set>".

```
\define helloworld() Hello world!
<$vars greeting="Hi" me={{!!title}} sentence=<<helloworld>>>
  <<greeting>>! I am <<me>> and I say: <<sentence>>
</$vars>
```

How this Widget differs from the set widget:

 * Variables may be created by using the "key=value" notation
   that you already know from widgets like action-setfield.
 * You cannot specify a fallback ("emptyValue")
 * You cannot use a filter to produce a conditional variable assignement

Original discussion that led to the creation of this widget:
https://github.com/Jermolene/TiddlyWiki5/issues/1610
2015-04-27 17:07:13 +02:00
Jermolene 8776c3c7e5 Preparing for 5.1.9 2015-04-21 19:29:36 +01:00
Jermolene ee81425968 Preparing for 5.1.8 release 2015-04-17 17:34:31 +01:00
Jermolene 98011b611a Release note updates 2015-04-17 15:58:13 +01:00
Jermolene 89679c1b6a Add local plugin library to prerelease for debugging 2015-04-09 11:02:14 +01:00
Jermolene 660090912b Release note update 2015-04-06 16:39:18 +01:00
Jermolene fd9bbcd21e Release note updates 2015-04-04 10:39:58 +01:00
Jermolene fc315d1df7 Make sticky titles be a theme tweak for Vanilla theme
Fixes #1599 (albeit brutally!)
2015-03-22 10:15:43 +00:00
Jermolene 0b2f1fb41f Fix plugin library location
I use 127.0.0.1 during testing
2015-03-22 09:39:02 +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 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 055f6bdfa5 Release note update 2015-03-16 09:40:31 +00:00
Jermolene 1447c955a5 Release note update 2015-03-14 17:21:37 +00:00
Jermolene 3165eb1429 Update contributors list 2015-03-13 16:27:16 +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
Jermolene 489bc7a50b Only scroll to top when tiddlers are completely off-screen
Fixes #1526
2015-02-25 19:01:40 +00:00
Jermolene 6a497eff6c Add prototype stacked storyview 2015-02-23 11:28:50 +01:00
Jermolene 50cf85ae86 Move arrows to the left in the explorer view 2015-02-19 13:58:27 +00:00
Jermolene 4931462981 Remove index numbers from explorer view 2015-02-19 13:58:09 +00:00
Jermolene f0fa33985b Inadvertently included in previous commit 2015-02-09 19:42:52 +00:00
Jermolene b66db0dca9 Improvements to display of plugin libraries 2015-02-09 19:41:28 +00:00
Jermolene e7c418089d Correct plugin library URL 2015-02-09 19:29:14 +00:00
Jermolene 8643278a45 Add support for an integrated plugin library
Fixes #1450

Provides support for an integrated plugin library that can be used to
install plugins from tiddlywiki.com directly to wikis hosted online or
offline. See the Plugins tab of Control Panel.

Todo:

* Error checking(eg libraryserver.js HTTP GET)
* Translatability
* Documentation
** $:/tags/ServerConnection
** savelibrarytiddlers command
2015-02-09 19:04:11 +00:00
Jermolene 531f019669 Release note update 2015-01-11 19:59:04 +00:00
Jermolene f16f66cc5b Release note update 2015-01-11 16:32:32 +00:00
Jermolene c44a349f1e Release note updates 2015-01-11 16:26:32 +00:00
Jermolene 88cf991ec5 Updated release note 2015-01-11 16:19:50 +00:00
Jermolene f1ca5936e3 Move new editions/editiondescription filter docs
Might as well put them in tw5.com because we can’t build it with 5.1.17
any more anyway.
2015-01-11 15:19:50 +00:00
Jermolene b768dc332b Refactor edition-info handling
Introducing new filters that can be used under Node.js
2015-01-11 15:00:54 +00:00
Jermolene 001f9da512 Release note for 5.1.7 2014-12-19 22:09:56 +00:00
Jermolene 5d8dc1dcd9 Update docs for 5.1.6
Also preparing for 5.1.7-prerelease
2014-12-19 15:51:56 +00:00
Jermolene c9d0f1d221 More release note updates 2014-12-19 15:48:29 +00:00
Jermolene 8e74a3028e Update release note for 5.1.6 2014-12-19 15:33:49 +00:00