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
Jeremy Ruston
fbc1f5e5f6
Lots and lots and lots of docs updates
...
Now we've got up-to-date skeleton documentation for all the widgets
2013-10-31 22:03:40 +00:00
Jeremy Ruston
88dd798f2b
Test for transcluding tiddler title containing spaces
2013-10-31 12:37:47 +00:00
Jeremy Ruston
deae9e1f7e
Update some widget docs
2013-10-30 14:30:22 +00:00
Jeremy Ruston
d04962f6e9
Update clientserver edition to include the codemirror plugin
...
We don't want to include it in the standalone edition because the
plugin is currently 243KB.
2013-10-30 14:30:11 +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
55a70b3fac
Docs clarification
2013-10-29 14:52:23 +00:00
Jeremy Ruston
b4da65d1c9
Update fakedom to no longer add a newline after opening tags
...
The newline was being rendered within `<code>` elements.
2013-10-29 14:52:12 +00:00
Jeremy Ruston
bf48e6f8a1
Rename tiddlerTitle
variable to currentTiddler
2013-10-28 23:40:45 +00:00
Jeremy Ruston
3cab550ebb
Link to docs
2013-10-28 15:05:39 +00:00
Jeremy Ruston
c5ed5f161f
Some documentation about SVG
2013-10-28 15:05:30 +00:00
Jeremy Ruston
20f03de712
The big purge of the old widget mechanism
...
Getting rid of the old widget mechanism files finally gives us a payoff
for all the refactoring. Still a bit of tidying up to do, and we need
to re-introduce the animation mechanisms.
2013-10-27 22:55:36 +00:00
Jeremy Ruston
eb5a8253ba
Make the full screen plugin work again
2013-10-25 12:53:58 +01:00
Jeremy Ruston
7715958485
Cleaning up the TW2 edition
2013-10-25 12:46:46 +01:00
Jeremy Ruston
3d6165753b
Save a copy of the old tw2 build for comparison purposes
2013-10-25 12:32:03 +01:00
Jeremy Ruston
f9451b9d99
Update Features tiddler to point to CodeMirror demo
2013-10-25 09:50:45 +01:00
Jeremy Ruston
7dfea81cfa
Add a demo edition for CodeMirror
2013-10-25 09:50:30 +01:00
Jeremy Ruston
d3df2c5860
Docs updates
2013-10-23 23:12:19 +01:00
Jeremy Ruston
4e713baeee
Add checkbox widget and fix up task management example
2013-10-23 19:38:36 +01:00
Jeremy Ruston
e2b8249a1b
Fix problem with findNextSibling()
2013-10-21 22:27:12 +01:00
Jeremy Ruston
3f151ba70e
Add support for macro modules
...
Now JavaScript macros can be defined in "macro" modules
2013-10-17 16:57:07 +01:00
Jeremy Ruston
93c2ce6521
Fix up edit widgets
2013-10-16 16:30:24 +01:00
Jeremy Ruston
b0503cf709
Fixes to make SVG and MathML elements work properly
2013-10-13 20:14:31 +01:00
natecain
951019eacc
Make require() compliant with CommonJS Modules/1.1
2013-10-12 13:44:09 -04:00
Jeremy Ruston
ed35d91be6
Initial Commit
...
Carried over from the abortive pull request #169
2013-10-12 17:05:13 +01:00
Jeremy Ruston
5ef4123b3d
Revert "Merge pull request #160 from natecain/commonjs"
...
This reverts commit 661621c3f7
, reversing
changes made to d3d72eff1b
.
2013-10-12 16:29:20 +01:00
Jeremy Ruston
661621c3f7
Merge pull request #160 from natecain/commonjs
...
CommonJS Modules/1.1 Conformance
2013-10-12 07:42:26 -07:00
Jeremy Ruston
27f724d0ed
Docs updates
2013-10-09 22:57:20 +01:00
Jeremy Ruston
1c2696614e
Add a read only theme that hides editing controls
2013-10-09 22:10:02 +01:00
Jeremy Ruston
d7347c8674
Docs updates
2013-10-03 14:26:26 +01:00
David Johnston
154d5f316b
Added test for !limit (not limit)
...
Added test for !limit (not limit) to ensure bug change works
2013-10-01 11:27:26 +01:00
Jeremy Ruston
3ecd3c8e71
Revise contributors documentation
2013-09-27 16:15:55 +01:00
Jeremy Ruston
cd12a60fcd
Roadmap update
2013-09-23 22:08:49 +01:00