1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-05 19:53:17 +00:00
Commit Graph

341 Commits

Author SHA1 Message Date
Jermolene
b117f74666 Make the toolbars be tag driven 2013-11-17 21:53:39 +00:00
Jermolene
3b35d7dfe4 Fixed problem with greedy regexp for macrocalls
It was preventing this from working:

```
<<macro>><<bacrp>><<sdf>><<qweqwe>>
```
2013-11-17 21:53:12 +00:00
Jermolene
0d2ed8f112 More release docs 2013-11-16 17:51:20 +00:00
Jermolene
99a6b1bcc0 More TiddlyWeb docs 2013-11-15 23:02:30 +00:00
Jermolene
92b1932fcf Update docs for TiddlyWeb 2013-11-15 22:08:23 +00:00
Jermolene
939ad11eae Rename the 'setvariable' widget to 'set'
Sleeker.
2013-11-15 18:31:39 +00:00
Jermolene
874bd7b2b8 Tweaks tests
This was the only place we were using the `variables` option to the
widget constructor.
2013-11-13 21:26:13 +00:00
Jermolene
a8129874fb Docs update 2013-11-13 20:21:28 +00:00
Jermolene
1b9614eb9d Docs update 2013-11-12 20:54:28 +00:00
Jermolene
9748709759 Fix up prematutely committed static link tab for tw5.com 2013-11-12 20:29:53 +00:00
Jermolene
e68ab95ecb For tw5.com add a link in the info panel to the static tiddler representation 2013-11-12 19:52:57 +00:00
Jermolene
439dfcb172 Added a link to Bob Robison's TW5 theme 2013-11-12 15:34:14 +00:00
Jermolene
c501e70512 Add new blog post link to docs 2013-11-11 12:42:49 +00:00
Jermolene
04e2f18ff1 Remove tooltip, classes and styles from transclusion syntax
Now that transclusion doesn't generate any intrinsic elements we don't
have an element to attach the tooltip, classes and styles to.
2013-11-10 22:46:37 +00:00
Jermolene
a668f09522 More refinements to the control panel
Including adding a TiddlyWeb-specific control panel tab
2013-11-10 21:53:39 +00:00
Jermolene
2598e22422 Spruce up the control panel
Structure things with extensible tabs.
2013-11-10 21:40:03 +00:00
Jermolene
dc6a9c6348 Release note for alpha.14 2013-11-10 19:24:34 +00:00
Jermolene
0c8ba71edd Use the built-in tabs macro for the tiddler info panel and the sidebar tabs
Now you can insert your own tabs, too - see the release note
2013-11-09 19:21:37 +00:00
Jermolene
a7bb331412 Extend view widget so that it falls back to its content if the field/property is empty or missing 2013-11-09 17:30:06 +00:00
Jermolene
14db418519 Docs updates 2013-11-09 15:55:59 +00:00
Jermolene
d5e1a9d7d0 Docs updates 2013-11-09 14:48:17 +00:00
Jermolene
4ee67986a5 Docs update 2013-11-09 12:52:09 +00:00
Jermolene
d41feb63e3 Rejiggle the release documentation 2013-11-09 11:55:14 +00:00
Jermolene
2d0ff5f8a2 Docs updates 2013-11-09 10:52:52 +00:00
Jermolene
16230549b7 Add release note for alpha12 2013-11-08 21:40:20 +00:00
Jermolene
03c6263e58 Tag the releasenote 2013-11-08 21:34:57 +00:00
Jermolene
f75cddfe53 Stop having a separate defaultTiddlers for the client server edition 2013-11-08 21:34:27 +00:00
Jermolene
ee63db8811 Docs update 2013-11-08 21:03:38 +00:00
Jeremy Ruston
620eebd754 Docs update 2013-11-08 20:46:39 +00:00
Jeremy Ruston
54f9e7e2f7 Version format update 2013-11-08 18:06:38 +00:00
Jeremy Ruston
ce3fcaa142 Add docs for 5.0.0alpha11 2013-11-08 17:56:35 +00:00
Jeremy Ruston
6aa9c6ebb6 Docs updates 2013-11-08 16:58:03 +00:00
Jeremy Ruston
25ca6be8d9 Rearrange misplaced docs 2013-11-08 16:56:38 +00:00
Jeremy Ruston
1f75866f07 Fixed typo 2013-11-08 14:17:52 +00:00
Jeremy Ruston
cc0011abd3 Get rid of the "new_" prefix we had on some methods
There's still the "old_" prefix to get rid of too.
2013-11-08 08:51:14 +00:00
Jeremy Ruston
b7cb1d3391 Change new_widget to widget
I was avoiding doing this until after the merge.
2013-11-08 08:47:00 +00:00
Jeremy Ruston
35adf4269a Merge backlog of changes from master branch
This is too easy. I'm worried.
2013-11-08 08:33:27 +00:00
Jeremy Ruston
786f17d3b4 Docs update for list widget 2013-11-05 08:52:46 +00:00
Jeremy Ruston
63243c5855 Introduce a PageMacros tiddler containing a tabs macro
This is a hacky way of having macro definitions that behave as if they
are global to the wiki.

The new tabs macro itself is cool, though: neatly encapsulates most of
the gubbins around a tab control, and the rendering is quite easy to
style.
2013-11-04 18:21:20 +00:00
Jeremy Ruston
adf16eeaf3 Update macrocall widget to allow type of input and output to be specified
Means that you can invoke macros without parsing them as wikitext.
2013-11-04 10:00:02 +00:00
Jeremy Ruston
ed6fd475ab Add 'default' attribute to button widget
This allows us to do things like tab controls properly.
2013-11-04 09:59:26 +00:00
Jeremy Ruston
fd70aa8c45 Get rid of the qualifyTiddlerTitles hack
Now, finally, we can implement qualifyTiddlerTitles as a macro.
2013-11-02 15:42:24 +00:00
Jeremy Ruston
0b1f0a5fab Refactor the list widget to get rid of some hacks
As promised.
2013-11-02 10:12:55 +00:00
Jeremy Ruston
73ca33d82d Docs update 2013-11-02 09:20:41 +00:00
Jeremy Ruston
36fa41e19a First pass at integrating a Markdown parser
Internal links don't work yet.

@natecain - have I included the node module in the right way?
2013-11-01 16:06:08 +00:00
Jeremy Ruston
2bc06fd255 Removed feral console.log 2013-11-01 16:03:37 +00:00
Jeremy Ruston
80e4ab9676 Docs fixes
Thanks @pmario
2013-11-01 15:00:43 +00:00
Jeremy Ruston
1d0eed6957 Docs updates 2013-11-01 15:00:17 +00:00
Jeremy Ruston
363e90fca8 Remove version widget in favour of widget macro 2013-11-01 13:22:06 +00:00
Jeremy Ruston
1b991f2a74 Docs updates 2013-11-01 11:18:37 +00:00