Jeremy Ruston
cdf176e27c
Ensure that link text is user selectable
...
Fixes #138
2013-08-24 17:06:49 +01:00
Jeremy Ruston
df0a1a7c42
Fix problem with wiki.search() incorrectly searching missing tiddlers
2013-08-24 16:51:54 +01:00
Jeremy Ruston
86f0128e83
Docs updates
2013-08-24 16:45:59 +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
6c5239603c
Starting some serious doc updates
2013-08-23 19:42:48 +01:00
Jeremy Ruston
58fbed6fbc
More documentation fallout from dropping the plugin
field
2013-08-23 18:40:05 +01:00
Jeremy Ruston
fdfed22731
Add a class around the tag count so that we can make it bold
...
Suggested by @giffmex
2013-08-23 18:39:27 +01:00
Jeremy Ruston
3b563e19cf
Removed obsolete comments
2013-08-23 18:38:44 +01:00
Jeremy Ruston
d6ec1ea1e5
Remove plugin
field now that we've got the plugin-type
field
...
I've been meaning to remove the `plugin` field for ages.
2013-08-23 18:37:54 +01:00
Jeremy Ruston
ea1855d872
Use the new count widget to add a count to each tag
2013-08-21 23:10:07 +01:00
Jeremy Ruston
e1a38d88a7
Add a count widget
2013-08-21 23:09:54 +01:00
Jeremy Ruston
44f172c5ec
Correct harmless but confusing typo
2013-08-21 23:09:40 +01:00
Jeremy Ruston
ca142dbdb5
Remove extraneous references to current field context variable
...
This should have been done as part of
6fc4e5db7c
2013-08-21 22:42:05 +01:00
Jeremy Ruston
5fe2d718e0
Fix crash with "fields" filter operator applied to missing tiddlers
...
Fixes #132
2013-08-21 22:33:04 +01:00
Jeremy Ruston
6b70b0bf7c
Fix modals on small screens
...
Modals were impossible to use on small screens
2013-08-21 21:14:21 +01:00
Jeremy Ruston
83b90c5bb7
Readme update
2013-08-21 20:52:08 +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
8cbb98d44d
Hack the list widget
...
Usually the list transcludes each tiddler through the sample template.
This hack makes it work differently, where each tiddler is used as a
template to render the same current tiddler. The attribute that
switches modes is called "hackTemplate" because this is a temporary
implementation of this capability for experimental purposes
2013-08-21 20:50:08 +01:00
Jeremy Ruston
67c1d2cf55
Update some missed uses of the old type attribute of the list widget
2013-08-21 20:45:51 +01:00
Jeremy Ruston
a427702628
Allow username to be set for the built-in server
2013-08-21 09:53:45 +01:00
Jeremy Ruston
9345078926
Refactor boot process to allow for lack of wiki folder
...
Previously, the command line interface required a wiki folder to be
specified.
This is part of the work to enable TiddlyWiki5 to be used more easily
as a library in other node.js apps
2013-08-21 09:42:51 +01:00
Jeremy Ruston
d4a571ae79
Docs updates
2013-08-20 15:18:15 +01:00
Jeremy Ruston
644d9f9405
Refactor boot sequence
...
This is the start of making it possible to use TiddlyWiki5 as a library
from a node.js application
2013-08-20 15:17:57 +01:00
Jeremy Ruston
1fd59a4bd3
First pass at a saver for the AndTidWiki app on Android
2013-08-19 13:55:40 +01:00
Jeremy Ruston
bc56253479
Extend the list widget to allow the generated HTML elements to be controlled
...
This makes it possible to generate UL or OL lists as well as the
current divs and spans.
This feature is clearly necessary but I'm not very happy with it. It
feels as though the syntax should be modifying a UL tag to specify the
extra information required to generate the list, rather than turning
the list widget to indirectly specify it's elements.
2013-08-19 11:08:00 +01:00
Jeremy Ruston
3426c89330
Update list widget docs
2013-08-18 20:42:17 +01:00
Jeremy Ruston
a36d3895ff
Remove type attribute from the list widget
...
It's just a shortcut that clutters things up; easier to do the same
thing with a macro
2013-08-18 20:41:46 +01:00
Jeremy Ruston
a3fd5664e1
Fix vertical alignment of field view
2013-08-16 17:23:23 +01:00
Jeremy Ruston
c7244a178a
Better vertical alignment for field lists
...
Fixes #127
2013-08-16 15:20:21 +01:00
Jeremy Ruston
f4b4415676
Fix problem which was preventing transcluded indexed properties from being parsed inline
2013-08-16 13:11:44 +01:00
Jeremy Ruston
7ca645f609
Remove extraneous duplicated "fields" tab in the tiddler info panel
2013-08-16 09:40:22 +01:00
Jeremy Ruston
c4746606b6
Add "list" and "listed" tabs to tiddler info panel
...
Fixes #126
2013-08-16 09:31:43 +01:00
Jeremy Ruston
b88079442c
Add "listed" filter operator for retrieving the tiddlers that list a specified tiddler
2013-08-16 09:31:05 +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
8c48d45479
Add a "fields" filter operator
2013-08-15 18:15:54 +01:00
Jeremy Ruston
522c7c58bb
Change the tag search box to use "search" rather than "prefix"
...
Fixes #125
2013-08-15 18:14:28 +01:00
Jeremy Ruston
3dbc7338c9
Roadmap updates
2013-08-15 18:13:03 +01:00
Jeremy Ruston
6be8afe49f
Extend the list widget to allow it to render each element as a macro
...
This will enable us to drop several existing widgets: fields,
fieldlist, fieldgrid
2013-08-13 19:33:45 +01:00
Jeremy Ruston
b9259d74f1
Increase search limit to 250
...
We limit the number of returned search results for performance reasons,
but the current limit seems too low.
2013-08-13 19:25:37 +01:00
Jeremy Ruston
e27c5005ef
File renames for 46b2fde2d9
2013-08-09 22:00:42 +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
5894da2704
Use more specific styles for the field editor stripes
2013-08-09 21:54:55 +01:00
Jeremy Ruston
a571356f59
Docs updates
2013-08-09 16:51:49 +01:00
Jeremy Ruston
064a3ffb20
Add the new ConfigInfo system tiddler
2013-08-09 16:46:35 +01:00
Jeremy Ruston
0bda00ae71
Extend the fieldlist widget to retrieve all fields used across all tiddlers
2013-08-09 16:46:17 +01:00
Jeremy Ruston
9b7cee81f2
Add type="modules" support to the info widget
...
With type="modules", the info widget outputs a list of the currently
loaded modules, grouped by module type.
2013-08-09 16:45:40 +01:00
Jeremy Ruston
46b2fde2d9
Rename "dump" command to "print" command
...
Being pan-cultural is hard.
2013-08-09 09:24:58 +01:00
Jeremy Ruston
7e82eb13eb
Fix problem with stray drag image showing
...
Changes to the main layout CSS a few weeks ago meant that the drag
image element was visible at the top left corner of the window.
Astoundingly, the fix is to cover it with another div with the same
background colour as the page….
2013-08-08 21:46:38 +01:00
Jeremy Ruston
ad4750d062
Don't sort the "tagging" tab of the tiddler info panel
2013-08-08 19:11:43 +01:00
Jeremy Ruston
a9a2ae2223
Add sorting by tiddler lists
...
The tag and tagging filters now sort their results by the list field of
the tag, if present
2013-08-08 17:39:34 +01:00