Jermolene
2598e22422
Spruce up the control panel
...
Structure things with extensible tabs.
2013-11-10 21:40:03 +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
Jeremy Ruston
26ff0c23a2
Fix the viewswitcher
2013-11-05 08:53:01 +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
0b1f0a5fab
Refactor the list widget to get rid of some hacks
...
As promised.
2013-11-02 10:12:55 +00:00
Jeremy Ruston
363e90fca8
Remove version widget in favour of widget macro
2013-11-01 13:22:06 +00:00
Jeremy Ruston
33de87ec8c
Fix attribute name
2013-10-31 22:01:47 +00:00
Jeremy Ruston
9e3618bdcf
Rename the 'title' attributes of various widgets to 'tiddler'
...
The change is to avoid confusion with the HTML 'title' attribute. The
name 'tiddler' better emphasises the purpose of the attribute, too.
2013-10-30 13:36:44 +00:00
Jeremy Ruston
849d64cf9d
Fix field listings
2013-10-30 09:34:01 +00:00
Jeremy Ruston
bf48e6f8a1
Rename tiddlerTitle
variable to currentTiddler
2013-10-28 23:40:45 +00:00
Jeremy Ruston
1d27760a37
Cleaner formatting for the control panel
2013-10-28 15:03:52 +00:00
Jeremy Ruston
46bdc52261
Fix up the new import mechanism
2013-10-25 21:16:53 +01:00
Jeremy Ruston
c95ce5ff4c
Fix up the $:/ConfigInfo tiddler
2013-10-23 23:12:07 +01:00
Jeremy Ruston
93c2ce6521
Fix up edit widgets
2013-10-16 16:30:24 +01:00
Jeremy Ruston
b4d33b9614
Fixups to the sidebar and tiddler info button
2013-10-14 16:57:16 +01:00
Jeremy Ruston
b0f4d72dac
Correct name for the state tiddler that makes sure the open sidebar tab is open by default
2013-10-14 13:51:54 +01:00
Jeremy Ruston
942e463b20
Fixes to get recent changes list to work
2013-10-13 22:59:14 +01:00
Jeremy Ruston
27f724d0ed
Docs updates
2013-10-09 22:57:20 +01:00
Jeremy Ruston
a5cb6d69c0
Remove reference to TiddlyMall
...
Because it doesn't exist. (It was a suggestion from @giffmex that got
inadvertantly included)
2013-09-10 15:29:04 +01:00
Jeremy Ruston
f734ce49c8
Tweaks to control panel and theme tweaks
...
Courtesy of @giffmex
2013-09-04 17:14:42 +01:00
Jeremy Ruston
c4d7401f02
Lots of docs updates
2013-08-30 20:06:23 +01:00
Jeremy Ruston
fbfe5a26c5
Move the animation duration into a tiddler so that we can easily let it be adjusted in the control panel
2013-08-28 15:15:56 +01:00
Jeremy Ruston
6005d7f19c
Add a theme tweaks panel
...
Themes can define their own theme tweaks tiddler
2013-08-28 11:25:24 +01:00
Jeremy Ruston
be06257430
Split "transclude" widget into a separate "tiddler" and "transclude" widget
...
Belatedly realised that the design would be clearer without these two
separate concepts being conflated into a single widget.
As a result of this change, any other widget or template that generates
transclude widgets has needed adjustment.
2013-08-24 16:45:45 +01:00
Jeremy Ruston
daf439121b
Update the ViewTemplate to be driven by tag
...
Now the ViewTemplate just renders the current tiddler through each
template tagged `$:/tags/ViewTemplate`. This allows plugins (and users)
to add/remove elements from the ViewTemplate easily, without
overwriting the ViewTemplate itself.
(For @giffmex)
2013-08-21 20:51:45 +01:00
Jeremy Ruston
6fc4e5db7c
Get rid of the old "fieldgrid" and "fieldlist" widgets
...
Instead, we'll use the "list" widget with the new support for macros.
2013-08-15 18:17:11 +01:00
Jeremy Ruston
0cf4c578d4
First take of the ConfigInfo panel
...
It displays internal configuration information for debugging and
learning about TiddlyWiki. Also introduces a way of interleaving
documentation tiddlers (complete for tiddler fields, more module type
docs to come)
2013-08-09 21:57:05 +01:00
Jeremy Ruston
064a3ffb20
Add the new ConfigInfo system tiddler
2013-08-09 16:46:35 +01:00
Jeremy Ruston
86e73ee323
Set modified field and other metadata for newly created and modified tiddlers
...
Right now we're setting the created/modified time, and only setting the
creator/modifier if the tiddler `$:/status/UserName` is defined.
2013-08-04 14:02:07 +01:00
Jeremy Ruston
bb843a408d
Exclude system tiddlers from recent changes
2013-08-04 13:50:23 +01:00
Jeremy Ruston
795dabb847
Correct typo in view switcher label
2013-07-14 23:14:18 +01:00
Jeremy Ruston
d99ed1816d
Correct themeswitcher and viewswitcher
2013-07-08 21:44:32 +01:00
Jeremy Ruston
9fbb945b0a
Plumbing to allow the current view to be switched
2013-07-08 15:19:12 +01:00
Jeremy Ruston
28b0b58a11
Make a distinction between templates and UI
...
Templates are the low-level bits and pieces that allow TW5 to generate
HTML and CSS renderings of tiddlers. The UI folder contains the
user-visible UI of TW5
2013-05-31 15:38:27 +01:00
Jeremy Ruston
3e6efd7902
Move recent changes into it's own snippet
2013-05-28 08:38:23 +01:00
Jeremy Ruston
a0a6b69a4e
Sort themes by title
2013-05-14 14:24:18 +01:00
Jeremy Ruston
db67bb8f8a
Add links to config tiddlers to control panel
2013-05-08 17:29:10 +01:00
Jeremy Ruston
762f50d920
More shadow tiddlers
...
These ones are designed as fallback content for empty TiddlyWikis -
these are the tiddlers that end users are expected to modify to
customise their wiki
2013-05-08 14:24:30 +01:00
Jeremy Ruston
b7832cd1d4
Add new tiddler and options buttons to sidebar
2013-05-01 22:10:55 +01:00
Jeremy Ruston
bce0ea841c
Add bullet next to selected theme in theme switcher
2013-05-01 22:10:34 +01:00
Jeremy Ruston
b672e12fef
Add a UI to allow themes to be switched
2013-05-01 12:02:49 +01:00
Jeremy Ruston
7d8051ef8d
Style tweaks
2013-04-27 16:49:12 +01:00
Jeremy Ruston
952f1b3900
Add tiddler info dropdown
...
Including backlinks
2013-03-19 16:45:07 +00:00
Jeremy Ruston
7cb65a3816
Add 'missing' and 'orphan' tabs
2013-03-19 10:14:44 +00:00
Jeremy Ruston
a1260dc57d
Basic first implementation of tabs for the sidebar
2013-03-18 22:18:54 +00:00
Jeremy Ruston
5028da3953
Better wording and button colours for password UI
2013-02-02 12:06:59 +00:00
Jeremy Ruston
a9de17bd55
Restore encrypted TiddlyWiki support
2013-01-31 10:20:13 +00:00
Jeremy Ruston
750389bf6f
New wiki syntax for the title tiddler
2012-12-26 19:37:53 +00:00
Jeremy Ruston
84650b9a54
Swap over to the new mime type conventions
...
Discussed in
https://groups.google.com/forum/#!topic/tiddlywikidev/re8xfLqZNCE
2012-11-18 15:22:13 +00:00
Jeremy Ruston
f085f3aabb
Use temporary tiddler for search text
2012-11-11 15:08:46 +00:00
Jeremy Ruston
5a58639131
Get rid of the old story macro, and tidy up
2012-10-25 22:44:41 +01:00
Jeremy Ruston
abd2693352
Adding temporary UI for testing search
2012-10-16 23:08:28 +01:00
Jeremy Ruston
6c42f38b9b
Ensure that history and story tiddlers are shadow tiddlers
2012-10-12 19:43:34 +01:00
Jeremy Ruston
6319a7dee5
Renamed wiki
folder
2012-06-06 20:52:30 +01:00