Jeremy Ruston
e39d246317
Added basic support for drag and drop of tiddlers
...
Links are now draggable. Dragging outside the browser will drop the
wiki text of the tiddler. Dragging to another TW5 browser window will
drop the entire tiddler, including fields.
2013-04-08 18:47:46 +01:00
Jeremy Ruston
df59269b0d
Fixed problem with plugin precedence
...
We were unpacking plugin tiddlers in arbitrary order, and ensuring that
later plugins didn't overwrite shadow tiddlers from earlier plugins.
Now we'll allow plugins to specify a "pluginPriority" that determines
the load ordering. We also explicitly allow shadow tiddlers from later
plugins to overwrite shadow tiddlers from earlier plugins.
We're setting a base priority on the core plugin, since many plugins
will want to control their loading relative to it.
2013-04-08 18:37:49 +01:00
Jeremy Ruston
6d4768acad
Improve word wrapping behaviour
...
Stops tiddler titles overflowing when they dont contain word breaks
2013-04-06 16:49:47 +01:00
Jeremy Ruston
45ee2b3048
Fix bug that was preventing pasting into edit textareas or input boxes
2013-04-05 13:57:55 +01:00
Jeremy Ruston
588c7cb07f
Docs updates
2013-04-05 10:56:27 +01:00
Jeremy Ruston
ffe11a28d9
Fix tiddler dropdown
2013-04-04 14:24:55 +01:00
Jeremy Ruston
b69f87484d
Remove extraneous debugging code
2013-04-04 14:24:37 +01:00
Jeremy Ruston
4bcebf5bbf
Fix HTML element parser to not pass capturing parenthesis in terminating regexp
2013-04-04 14:24:21 +01:00
Jeremy Ruston
02e0b1059e
Style improvements
2013-04-03 21:11:10 +01:00
Jeremy Ruston
c0b6be9a13
Correct pesky missing brackets
2013-04-03 21:10:57 +01:00
Jeremy Ruston
dc00e584fb
Add support for filtering shadow tiddlers
2013-04-03 14:29:12 +01:00
Jeremy Ruston
0d247cb752
Update shadow tiddler handling to record source plugin tiddler
2013-04-03 13:23:26 +01:00
Jeremy Ruston
7b45c0bec8
Move the required template overrides into the tiddlyweb plugin
2013-04-03 13:23:07 +01:00
Jeremy Ruston
a360d1e87c
Remove obsolete content
2013-04-03 13:22:33 +01:00
Jeremy Ruston
77e7118d11
Docs updates
2013-04-03 12:57:37 +01:00
Jeremy Ruston
6c210df0bd
Update HTML deserializer to cope with TiddlyWiki classic and TW5 files
2013-04-03 12:57:17 +01:00
Jeremy Ruston
c182533efc
Parse TiddlyWiki classic wikitext as plain text
...
Too many errors if we try to parse it as TW5 wikitext
2013-04-02 18:20:38 +01:00
Jeremy Ruston
f70a496989
Docs update
2013-04-02 15:56:43 +01:00
Jeremy Ruston
a17e3588a6
Fix problem triggered by stale history list
2013-04-02 09:28:48 +01:00
Jeremy Ruston
84504749d9
Roadmap updates
...
Slowly and surely inching towards beta
2013-04-01 21:51:48 +01:00
Jeremy Ruston
9062d3ae12
Docs update
2013-04-01 20:25:49 +01:00
Jeremy Ruston
c287d9d6d0
First pass at a widget for importing tiddlers
2013-04-01 19:06:39 +01:00
Jeremy Ruston
a75fd3df34
When we deserialize an unknown type as "text/plain" we should mark it with the original type
2013-04-01 18:55:49 +01:00
Jeremy Ruston
74e5e127c0
Docs update
2013-03-28 21:48:01 +00:00
Jeremy Ruston
d99db91dd5
Fixed attribute assignment
2013-03-28 21:47:51 +00:00
Jeremy Ruston
8146d57190
Style tweaks
...
Finally started to use `box-sizing: border-box`
2013-03-28 21:30:22 +00:00
Jeremy Ruston
0f0a96c4da
Update list widget to transclude block vs. inline correctly
2013-03-28 21:29:42 +00:00
Jeremy Ruston
abf3673fc9
Update texteditor to respect prevailing classes and styles
2013-03-28 21:29:20 +00:00
Jeremy Ruston
63fd149ea9
Relaxed restrictions on the names of constituent tiddlers within plugins
...
Thus allowing us to give a more sensible title to the core plugin
2013-03-28 17:15:52 +00:00
Jeremy Ruston
cd36f594c5
Make the core into a plugin
2013-03-28 17:07:30 +00:00
Jeremy Ruston
c411ee5106
Better error handling in boot.js
2013-03-28 14:06:50 +00:00
Jeremy Ruston
9c066617a1
Add a default tab for the tiddler dropdown
...
Unfortunately, we're not yet highlighting the tab itself
2013-03-27 13:48:55 +00:00
Jeremy Ruston
54d858a371
Improved default logic for the reveal widget
2013-03-27 13:48:39 +00:00
Jeremy Ruston
e88db07085
Fixed problem with ignored default in wiki.getTiddlerText()
2013-03-27 13:48:17 +00:00
Jeremy Ruston
554dffd83f
Add tag and missing dropdowns to the sidebar
2013-03-26 09:47:22 +00:00
Jeremy Ruston
b6345a9223
Remove logging from the server command
...
We really need to update the logging infrastructure
2013-03-25 20:19:36 +00:00
Jeremy Ruston
e449c0bb7d
Added support for deleting tiddlers during file synchronisation
2013-03-25 20:16:12 +00:00
Jeremy Ruston
1b4f292351
Grammar
2013-03-25 20:04:52 +00:00
Jeremy Ruston
26bcd5ef9d
Docs update
2013-03-25 19:56:30 +00:00
Jeremy Ruston
829ab59a7d
Add error message for recursively including a wiki
2013-03-25 19:56:22 +00:00
Jeremy Ruston
631dd1cc5f
Added ability to disable file saving for specific tiddlers
2013-03-25 19:50:33 +00:00
Jeremy Ruston
546d7bfafc
Clean up content for clientserver edition
2013-03-25 19:03:45 +00:00
Jeremy Ruston
5bfcbb99ba
Add support for wiki directories to recursively include other wiki directories
2013-03-25 18:55:41 +00:00
Jeremy Ruston
d73cdfef77
Don't save "bag" fields
...
They're just an artefact of syncing
2013-03-25 12:22:15 +00:00
Jeremy Ruston
d75db05ea6
Cleaning up the previous commit
2013-03-25 12:12:53 +00:00
Jeremy Ruston
10b192e743
Add support for saving binary files
2013-03-25 12:11:34 +00:00
Jeremy Ruston
19b62c30d8
Parameterise the template for saving tiddlers
2013-03-25 11:09:34 +00:00
Jeremy Ruston
692b8b4b15
Use a system tiddler for the tiddler dropdown info state
2013-03-25 11:08:42 +00:00
Jeremy Ruston
77a6b72245
Enable server side file synchronisation in the clientserver edition
...
Use with great caution for the moment
2013-03-25 10:43:46 +00:00
Jeremy Ruston
b97681758c
Set up $tw.boot.wikiTidlersPath
...
A surprising amount of refactoring to do this
2013-03-25 10:43:18 +00:00