1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-30 17:23:16 +00:00
Commit Graph

1957 Commits

Author SHA1 Message Date
Astrid Elocson
e4525a95c5 Try again to resolve merge conflict in LinkWidget.tid 2015-02-25 08:01:38 +00:00
Astrid Elocson
40c6362fbe Resolve merge conflict in LinkWidget.tid 2015-02-25 07:57:55 +00:00
Astrid Elocson
ad9aa58528 Overhaul the macro and variable documentation 2015-02-21 23:03:24 +00:00
Jeremy Ruston
01d9af8107 Merge pull request #1502 from pmario/fix-invalid-example-links
change existing, unsuitable links mysite.com and me.com to example.com
2015-02-16 17:28:41 +00:00
Jermolene
e900b388b5 Add example of JSON tiddler file 2015-02-16 17:27:49 +00:00
Jeremy Ruston
bb0f960ccc Merge pull request #1504 from tobibeer/tiddler-files-doc
TiddlerFiles — above all fixing the wrong example at the bottom
2015-02-16 17:24:06 +00:00
Jermolene
74f423af2a Restoring some of @tobibeer's other edits to ListWidget docs 2015-02-13 22:56:28 +00:00
Jermolene
4ba53564e2 Missed of reverting the list widget iterator variables commits 2015-02-13 22:56:11 +00:00
Jermolene
68165af081 Revert #1330 ("implements list iterator variables")
As discussed on the ticket, there is a problem:

https://github.com/Jermolene/TiddlyWiki5/pull/1330#issuecomment-74339195
2015-02-13 22:42:36 +00:00
Tobias Beer
c1977552a2 above all fixing the wrong example at the bottom
and some more rewording
2015-02-12 13:56:26 +01:00
Mario Pietsch
2d07e3d661 change existing, unsuteable links mysite.com and me.com to example.com 2015-02-12 12:48:00 +01:00
Jermolene
8b53839e4e Standardise filenames for building fr-FR edition
@xcazin - see also
https://github.com/Jermolene/build.jermolene.github.io/commit/f2d3031946
22fd0a8556de81a1d35542358c585a
2015-02-10 22:05:44 +00:00
Astrid Elocson
fd84370d7a Default eachday to the modified field 2015-02-10 16:21:53 +00:00
Jermolene
cf36f6d090 Fix empty French translation
We also had two $:/language definitions
2015-02-10 11:30:38 +00:00
Jeremy Ruston
81ff046555 Merge pull request #1489 from xcazin/fred
First fixes to the fr-FR empty wiki generation
2015-02-10 10:37:23 +00:00
Xavier Cazin
72160982ed First fixes to the fr-FR empty wiki generation
Needs improvements (notably, fr-FR language has to be manually switched after load)
2015-02-10 11:17:03 +01:00
Astrid Elocson
3331f1d85f Fix documentation of is[missing] 2015-02-10 09:06:05 +00:00
Jeremy Ruston
629c31eb51 Merge pull request #1475 from danielo515/patch-6
template parameter on view widget is not clear
2015-02-09 22:12:24 +00:00
Jermolene
950a90e235 haschanged filter docs improvements from @aelocson 2015-02-09 19:51:02 +00:00
Jermolene
f0fa33985b Inadvertently included in previous commit 2015-02-09 19:42:52 +00:00
Jermolene
b66db0dca9 Improvements to display of plugin libraries 2015-02-09 19:41:28 +00:00
Jermolene
e7c418089d Correct plugin library URL 2015-02-09 19:29:14 +00:00
Jermolene
0c4fe6b602 Remove debugging code 2015-02-09 19:28:48 +00:00
Jermolene
8643278a45 Add support for an integrated plugin library
Fixes #1450

Provides support for an integrated plugin library that can be used to
install plugins from tiddlywiki.com directly to wikis hosted online or
offline. See the Plugins tab of Control Panel.

Todo:

* Error checking(eg libraryserver.js HTTP GET)
* Translatability
* Documentation
** $:/tags/ServerConnection
** savelibrarytiddlers command
2015-02-09 19:04:11 +00:00
Jermolene
aae56f20af Display warning banner when plugins are modified
Fixes #1455

@aelocson have I got the docs right for the new filter?
2015-02-08 19:40:15 +00:00
danielo515
f20a09532a templates are not clear
The template description is too ambiguous. I tried to use template tiddlers just to realize that the template should be a string. For example a date format.
2015-02-08 20:11:07 +01:00
Jeremy Ruston
96f5098f46 Merge pull request #1441 from Spangenhelm/patch-3
Enhancements to plugin installation doc and new entry for uninstallation
2015-02-08 18:31:05 +00:00
Jermolene
d6b1525727 Add tweeting to release procedure
For @RichShumaker
2015-02-07 15:33:18 +00:00
Jermolene
d6918d737f First commit of Interlingua translation
See http://en.wikipedia.org/wiki/Interlingua
2015-02-07 15:32:44 +00:00
Jeremy Ruston
bb10e2b029 Merge pull request #1471 from tobibeer/basic-empty-story-message
basic empty story message
2015-02-07 13:12:01 +00:00
Tobias Beer
2017ae5ac4 basic empty story message
added documentation to HistoryMechanism
2015-02-07 13:17:32 +01:00
Jeremy Ruston
568515fef7 Merge pull request #1457 from aelocson/filter-fields
Define operators via fields and a view template
2015-02-07 12:02:43 +00:00
Jeremy Ruston
68930f333a Merge pull request #1452 from tobibeer/getIndex-filter
getIndex filter
2015-02-07 11:53:07 +00:00
Jermolene
6721a5eb1b Add Portuguese Translation by Duarte Farrajota Ramos 2015-02-07 10:30:05 +00:00
Jeremy Ruston
718ce3e4aa Merge pull request #1465 from roma0104/master
Added Class Mechanism to Checkbox Widget
2015-02-06 18:51:43 +00:00
Jermolene
f2cd743c17 Add TeXZilla plugin by Joe Renes 2015-02-06 17:04:58 +00:00
Roma Hicks
687d6350d4 Added class mechanism to checkbox widget. #1463 2015-02-06 01:02:01 -06:00
Tobias Beer
726ccdee49 updated documentation
thanks, @aelocson
2015-02-04 01:41:50 +01:00
Astrid Elocson
c2d473fa29 Define operators via fields and a view template 2015-02-03 19:29:25 +00:00
Jeremy Ruston
d340277cb2 Merge pull request #1392 from tobibeer/1387-fix-tiddlyspot-backup-url
Add resolvepath macro
2015-02-03 14:22:48 +00:00
Tobias Beer
e4bd0c8633 added documentation
temporary documentation demo:
http://goto.bplaced.net/tw5/5.1.7.html#ResolvePath
2015-02-03 15:18:38 +01:00
Jeremy Ruston
6a01ec5770 Merge pull request #1447 from tobibeer/move-nodejs-to-editions
French docs: moved tw on node.js to editions
2015-02-03 14:17:01 +00:00
Tobias Beer
8746e1ede0 renamed and documentation
* renamed to all lowercase
* added documentation
* added examples
2015-02-03 14:50:16 +01:00
Tobias Beer
0ee06bb144 moved tw on node.js to editions
removed empty toplevel "TiddlyWiki Configurations", also from French

added TiddlyDesktop to Editions
2015-02-01 20:04:10 +01:00
Florent V.
48d9cad7c2 Enhancements to plugin installation and new entry for uninstallation
I have added bold markup to emphase and explain the need to refresh.
2015-02-01 12:41:52 +01:00
Astrid Elocson
3dd4f943ce Rename to SelectionConstructors.tid 2015-01-29 13:41:11 +00:00
Astrid Elocson
9a7bda28e9 Revise filter terminology: constructors and modifiers 2015-01-29 13:40:18 +00:00
Astrid Elocson
a5d54a0ada Rename AbsoluteOperators.tid 2015-01-29 13:23:24 +00:00
Jermolene
2db6cbed2d Add warning about not using File/Save menu option 2015-01-28 17:35:10 +00:00
Jermolene
3300ed9602 Update action widget docs for 4cd8466adb 2015-01-28 16:31:49 +00:00