Jeremy Ruston
7c76ec02c2
Better programmatic CSS handling
2012-10-25 22:20:27 +01:00
Jeremy Ruston
495f208aa4
Extraneous space
2012-10-25 22:19:50 +01:00
Jeremy Ruston
950b46276e
Start updating the browser prefix stuff
...
The old way led to code that was too long and unreadable.
2012-10-25 14:58:32 +01:00
Jeremy Ruston
cbfc96cabd
Simplify unhyphenating CSS properties
2012-10-25 14:57:48 +01:00
Jeremy Ruston
e063ec6b1a
Added new getTiddlerList() method to wiki
2012-10-25 14:57:33 +01:00
Jeremy Ruston
122c69dfc1
Tweaks to animation speed setting
2012-10-25 13:33:21 +01:00
Jeremy Ruston
723fbf12ce
Minor tweaks to navigator
2012-10-25 13:04:03 +01:00
Jeremy Ruston
73bcb1c31e
Rename the file, too
2012-10-25 12:57:15 +01:00
Jeremy Ruston
6d397edf30
Rename the navigationcatcher macro to navigator
2012-10-25 12:55:36 +01:00
Jeremy Ruston
7c19b9f5a3
Remove old navigator macro
...
We'll rename the new one to "navigator" afterwards
2012-10-25 12:53:32 +01:00
Jeremy Ruston
ccf93118ba
Fixes for new tiddler positioning
2012-10-24 23:03:06 +01:00
Jeremy Ruston
8d67bcb718
Fixes for navigation
2012-10-24 22:50:15 +01:00
Jeremy Ruston
e88da55683
Fixes for the new tiddler button
2012-10-24 22:39:37 +01:00
Jeremy Ruston
f623515b1c
Fixed styles for the EditTemplate
2012-10-24 22:39:25 +01:00
Jeremy Ruston
f77b3a54ca
Switch from the old navigator macro the new navigationcatcher macro
...
We'll probably rename the navigationcatcher macro, because the name is
rubbish.
2012-10-24 22:33:33 +01:00
Jeremy Ruston
ce4a14c68a
Fixed tiddler styling issues
2012-10-24 22:28:25 +01:00
Jeremy Ruston
999d63c0f0
Add a cecily view
...
Finally, the start of a proper 2D ZUI view. It's going to replace the
current "zoomin" storyview
2012-10-24 22:15:57 +01:00
Jeremy Ruston
d1c396507b
Update the PageTemplate to use the list macro instead of the story macro
...
We're going to drop the story macro, which will break some things in
the short term. But it's awesome to be using the one macro for so many
different purposes (the main story, the tags listing, recent changes,
etc.)
2012-10-24 22:15:16 +01:00
Jeremy Ruston
3647690308
Fixed typo in the list macro
...
Pesky dots and dashes
2012-10-24 22:13:44 +01:00
Jeremy Ruston
5f17e7d01b
Fixed problem with list filter
...
It was failing if the list tiddler was missing
2012-10-24 22:11:23 +01:00
Jeremy Ruston
fc6e563c17
Fixed problem with the --server command
...
I hadn't updated the code since using parametic substitution in the
main template
2012-10-24 22:11:01 +01:00
Jeremy Ruston
c160c69187
Fixes to the insertion classic listview animation
2012-10-23 18:45:26 +01:00
Jeremy Ruston
e3f6a33157
First version of the "classic" listview
2012-10-23 18:19:20 +01:00
Jeremy Ruston
c087228b33
Starting to introduce list views
...
These are custom modules for visualising list manipulations and
navigations
2012-10-23 17:13:47 +01:00
Jeremy Ruston
5ced636abf
Rename "viewer" modules to "fieldviewer"
2012-10-23 16:40:22 +01:00
Jeremy Ruston
91bebe7b7f
Tweak the standard list filters
2012-10-23 16:28:53 +01:00
Jeremy Ruston
3a710ad9ce
Fix problem with sortTiddlers
2012-10-23 16:28:38 +01:00
Jeremy Ruston
8d4be5934b
Fixed problem with tags field being set to "undefined" for blank tiddlers
2012-10-21 16:50:37 +01:00
Jeremy Ruston
261ee54b5c
About time we had a "new tiddler" button
2012-10-21 16:44:53 +01:00
Jeremy Ruston
4c9c74586c
A function for displaying relative dates
2012-10-20 14:23:57 +01:00
Jeremy Ruston
f677140e5b
Typo
2012-10-19 17:16:00 +01:00
Jeremy Ruston
092e495e90
Fixes the text reference parsing
2012-10-18 23:20:27 +01:00
Jeremy Ruston
f4f042d2be
Fix to transclusion viewer
2012-10-18 18:59:57 +01:00
Jeremy Ruston
971bc68163
Fixed search bug
2012-10-18 18:27:58 +01:00
Jeremy Ruston
cd04fa22c6
Introduce extensible viewer modules for the view macro
2012-10-18 18:27:27 +01:00
Jeremy Ruston
7d60c8f55e
Get ready to extend the view macro to use plugins for each view format
2012-10-18 15:53:01 +01:00
Jeremy Ruston
6263c0b40d
Allow keyboard input while full screen
2012-10-18 10:52:03 +01:00
Jeremy Ruston
10ed746209
Seach titles as well as bodies
2012-10-18 10:51:52 +01:00
Jeremy Ruston
1a88a12eb5
Fixing dropdown highlights
...
Pesky Bootstrap is a tad specific about wanting an <li> as the
immediate parent of a dropdown item <a>
2012-10-17 23:10:10 +01:00
Jeremy Ruston
824b65f668
Roadmap updates
2012-10-17 23:09:39 +01:00
Jeremy Ruston
c1cf82cfb8
Improve the efficiency of the search filter ordering
2012-10-17 21:00:46 +01:00
Jeremy Ruston
caaa798ced
Support search terms vs. literal search
...
Search terms like "one two" are searched like Google, returning
tiddlers with both terms
2012-10-17 20:38:36 +01:00
Jeremy Ruston
93f0a28c26
More search results
...
It's confusing limiting to 10 results unless we can show an indicator
that more results are available
2012-10-17 20:37:49 +01:00
Jeremy Ruston
1a74d8526f
Temporarily disable the search popup focus handling
...
Just so that search works again
2012-10-17 19:12:05 +01:00
Jeremy Ruston
5e2c3db385
Getting ready for using RegExp for search
...
So that we can do case insensitivity and partial matches
2012-10-17 19:10:48 +01:00
Jeremy Ruston
81a565e608
Starting to get the behaviour of the search popup more correct
2012-10-17 19:10:18 +01:00
Jeremy Ruston
42d4be3f20
Search improvements
...
1. Extended edit macro to allow a search-styled input to be used
2. Moved search box into nav bar
2012-10-17 18:03:17 +01:00
Jeremy Ruston
fbc9211688
tw5dropbox updates
...
1. Use a beacon of UTF8 characters to ensure Dropbox correctly parses
the charset of the file
2. Update to latest version of dropbox.js
3. Clarification to docs
2012-10-17 16:54:47 +01:00
Jeremy Ruston
915caf2a18
Improvements and fixes to search
2012-10-17 14:57:13 +01:00
Jeremy Ruston
bf94a6dc65
First pass at incremental search
...
This tiddler now ties together several recent changes to produce a
reasonably good typeahead search box, constructed from more fundamental
mechanisms, particularly filters.
2012-10-17 14:35:49 +01:00