Wykres commitów

674 Commity (2fa3c8a4edc616239e58350f240b3287346b0a07)

Autor SHA1 Wiadomość Data
Jermolene f8708874bc Update reveal widget docs 2014-05-13 14:50:45 +01:00
Jermolene 4e07b3335b Extend .tid files to allow single line text fields
To make it easier to create tiddlers that don’t include a terminating
newline in their text
2014-05-13 10:27:03 +01:00
Jermolene e8c9d78079 Update release note 2014-05-12 15:21:59 +01:00
Jermolene d972988a53 Remove obsolete filter operators docs
It was overwritten by a later version in editions/tw5.com/filters.
2014-05-12 15:17:16 +01:00
Jermolene e83759e86d Add "before" and "after" filter operators
Fixes #357 by adding new “before” and “after” filter operators.
2014-05-12 15:16:44 +01:00
Jermolene 2633247492 Use flexbox for vertical tabs
Thus stepping into a new world:

http://caniuse.com/flexbox

The vertical tabs are now completely reusable, with sensible wrapping
behaviour.
2014-05-12 08:41:47 +01:00
Jermolene b3032d452f Refactor vertical tabs for reusability
In practice, if you look at TabsMacro you’ll see that the width of the
tab content is wrong, and will usually overflow the container. Next
step is to fix that by using flexbox…
2014-05-11 18:47:14 +01:00
Jermolene 854b739a35 Implement explicit external links 2014-05-06 20:05:51 +01:00
Jermolene d1c85f53c0 Update release note 2014-05-06 10:33:08 +01:00
Jermolene 38c60bd7d4 Fix tag colour 2014-05-05 23:19:49 +01:00
Jermolene afb92c40fe Tweak ribbon colour for 5.0.11 2014-05-05 23:19:41 +01:00
Jermolene 6b45296ca9 Roadmap and release note updates 2014-05-05 23:19:30 +01:00
Jermolene f5ada72dac Ensure tag colours are specified in hex 2014-05-05 19:25:49 +01:00
Jermolene ffb6c8ab81 Add hex colours to tag manager
Fixes #597
2014-05-05 18:42:25 +01:00
Jermolene e58e68fa7c Add Matabele's gTD site 2014-05-05 17:31:52 +01:00
Jermolene 95def8b857 Add startup sequence diagram 2014-05-05 17:06:34 +01:00
Jermolene 09156af475 Add support for "before" field on startup modules 2014-05-03 19:49:50 +01:00
Jermolene 78ba57d55d Remove support for browser-startup modules
Instead support startup modules that stipulate which platform they
require.

Also include docs updates and fixes to fullscreen plugin
2014-05-03 17:49:20 +01:00
Jermolene 749582ede0 Split module loading into a separate startup task
Still a work in progress.
2014-05-03 17:10:55 +01:00
Jermolene 1c82348edb Docs typo 2014-05-03 16:56:29 +01:00
Jermolene b96aade28a WIP: Add support for dependencies between startup modules
See StartupMechanism for details.
2014-05-03 16:32:18 +01:00
Jermolene 2f32621024 Docs updates 2014-05-03 16:27:22 +01:00
Jermolene 6ccf02ed96 Add support for onhashchange
Now we respond dynamically to changes in the location hash in the URL
bar. It means that you can do links in HTML as `<a
href=“#HelloThere”>go</a>` and in Markdown as `[example
link](#HelloThere).`

We still need to make startup.js more modular
2014-05-03 12:20:28 +01:00
Jermolene a5e9ef9b5f Adopt new URL scheme for permalinks
Instead of using `%00` as a separator we do the more conventional
`#!<target-title>:<story filter>`.
2014-05-03 11:32:55 +01:00
Jermolene 327b53a641 Start adding support for permalinks
At this point we respect any permalink at startup, but we don’t yet
dynamically update the permalink, nor do we respond to ongoing
permalink changes.

The permalink separator being `%00` seems like it might be a bit
controversial. It buys us not having to wrap tiddler titles in double
square brackets if they contain spaces.

Another thing is that this scheme doesn’t support tiddler filters; the
plan is to support them like this:

http://tiddlywiki.com/#!Target%00%00[tag[task]sort[created]]
2014-05-02 19:21:32 +01:00
Jermolene edb8c65d54 Update release note 2014-04-29 09:03:47 +01:00
Jermolene 031c0f4146 Update HelloThere 2014-04-29 09:03:39 +01:00
Jermolene d49495ab73 Add docs for "field" filter operator
Fixes #588
2014-04-28 12:54:34 +01:00
Jermolene f17dafefcb Docs updates 2014-04-28 09:33:47 +01:00
Jermolene 77152ac577 Update release note 2014-04-27 21:58:59 +01:00
Jermolene 570cad1c7f Add 'get' filter operator
Prompted by @sukima’s work on #586
2014-04-27 18:45:01 +01:00
Jermolene e9557b578e Improve output directory handling
This change is likely to break most existing scripts that call
TiddlyWiki.

TL;DR - output paths are now relative to the editions/output folder,
rather than to the current folder

See [[Notes for upgrading to 5.0.11-beta]] for details.
2014-04-27 08:28:21 +01:00
Jermolene 649f68288a Add build targets to the core editions 2014-04-26 17:11:56 +01:00
Jermolene f7e50e0950 Add `--build` command
First pass at the build system described in #356.

To test it, move to a new, empty directory and try `tiddlywiki
editions/tw5.com --verbose --build`
2014-04-25 22:41:59 +01:00
Jermolene f6ca7d92e5 Fix docs typo
Fixes #575
2014-04-24 11:59:51 +01:00
Jermolene fecf3a556f Update JS macro docs 2014-04-24 11:08:23 +01:00
Michael Fogleman f75826224b Refer Emacs docs to tid-mode, not tid-time. 2014-04-24 11:39:37 +05:30
Jermolene 3d69c929d9 Add more warnings about backups 2014-04-19 14:42:22 +01:00
Jeremy Ruston 8cbcfee346 Merge pull request #573 from pmario/fix-concepts-tiddlerfields-lingo
Fix "description" column in TiddlerFields
2014-04-19 14:23:06 +01:00
Mario Pietsch 523faf71fb change modified date 2014-04-19 15:16:12 +02:00
Mario Pietsch ad2bbb2c93 tiddler: TiddlerFields - fix the description column. 2014-04-19 15:11:20 +02:00
Jermolene 8a27c2759b Update 5.0.10 release date 2014-04-19 14:06:29 +01:00
Jermolene beddcd7138 New ribbon colour for 5.0.10 2014-04-19 13:15:24 +01:00
Jermolene 2db90378a2 Release note updates for 5.0.10 2014-04-19 11:34:23 +01:00
Jermolene 4538f081ee Release note updates for 5.0.10 2014-04-19 11:22:59 +01:00
Jermolene b4122be50c Update release note for 5.0.10 2014-04-19 11:18:08 +01:00
Jermolene cd76514105 Update roadmap 2014-04-19 09:36:14 +01:00
Jermolene ba576d9f1b Add support for safe mode 2014-04-19 09:36:08 +01:00
Jermolene 15d0c27e2a Add `[is[tag]]` filter operator 2014-04-18 17:57:55 +01:00
Jermolene 869cec1ccc Add docs for date format strings 2014-04-18 17:37:13 +01:00