Jermolene
6f6cdc1bd0
Fix problem with formatting toolbar dropdowns
...
Cruft left over from the last big refactoring…
2016-04-26 07:43:13 +01:00
Jermolene
0151363b74
House style for tw5.com is to use -ise not -ize
2016-04-26 07:42:52 +01:00
nome
1ae428e323
Make tiddler file paths configurable ( #2379 )
...
When saving new tiddlers on node.js, allow the user to override the path of the
generated .tid file. This is done by creating a tiddler
$:/config/FileSystemPaths which contains one or more filter expressions, one
per line. These filters are applied in turn to the tiddler to be saved, and
the first output produced is taken as a logical path relative to the wiki's
tiddlers directory. Any occurences of "/" in the logical path are replaced with
the platform's path separator, the extension ".tid" is appended, illegal
characters are replaced by "_" and the path is disambiguated (if necessary) in
order to arrive at the final tiddler file path. If none of the filters matches,
or the configuration tiddler does not exist, fall back to the previous file
naming scheme (i.e. replacing "/" by "_").
This implies we will now, for tiddlers matching the user-specified filters,
create directory trees below the tiddlers directory. In order to avoid
cluttering it with empty directory trees when renaming or removing tiddlers, any
directories that become empty by deleting a tiddler file are removed
(recursively).
Benefits of this configuration option include the ability to organize git
repositories of TiddlyWikis running on node.js, ability to replace characters
that cause trouble with particular operating systems or workflows (e.g. '$' on
unix) and the ability to replicate tiddler "paths" in the filesystem (by
including a filter like "[!has[draft.of]]") without forcing such a (potentially
problematic) change on all users.
2016-04-25 08:36:32 +01:00
Andreas Hahn
d1f2c399ce
Add missing widget message documentation ( #2399 )
...
* Add documentation to various widget messages.
The following widget messages now have documentation:
* tm-edit-bitmap-operation
* tm-edit-text-operation
* tm-fold-all-tiddlers
* tm-fold-other-tiddlers
* tm-fold-tiddler
* tm-unfold-all-tiddlers
* tm-load-plugin-from-library
* tm-load-plugin-library
* tm-open-window
* tm-scroll
* Fixed alignment error.
2016-04-25 08:28:42 +01:00
Jermolene
387198d9d9
Add instructions for adding a table of contents tab to the sidebar
2016-04-24 16:15:11 +01:00
Jermolene
556e54a0f6
Add link to @stevenleeg's twproxy
2016-04-24 16:03:46 +01:00
Bram Chen
eddefe3a58
Fix docs example ( #2393 )
...
Remove redundant double quotes
2016-04-24 15:53:43 +01:00
Jermolene
360ad9a1cc
Updated Dutch translation from @gernert
2016-04-24 13:43:07 +01:00
Jermolene
51798414c0
Add Danish to release note
2016-04-24 13:39:03 +01:00
Jermolene
ec59316ca5
Revert "Updated Dutch translation from @gernert"
...
This reverts commit b2143f91d9
.
2016-04-24 13:36:18 +01:00
Jermolene
b2143f91d9
Updated Dutch translation from @gernert
2016-04-24 13:35:34 +01:00
Evolena
2b1d38d3ca
Add a subfilter parameter to image-picker macro ( #2391 )
...
* Documentation and examples
* Fix the tag of image- and colour-picker macros in documentation
2016-04-24 13:27:32 +01:00
Jermolene
fe63694a20
Add link to @roma0104's Sublime Text TW extension
2016-04-24 13:20:03 +01:00
Myeongjin
86f99d1f9e
Add Korean (Korea Republic) Edition ( #2392 )
...
empty only
2016-04-24 13:11:25 +01:00
Jermolene
f5f92072e1
Add @sukima's personal site example
2016-04-24 12:22:34 +01:00
Bram Chen
02da449525
Release note update ( #2389 )
2016-04-24 09:40:30 +01:00
Jermolene
d58be59586
Docs update
2016-04-23 17:20:57 +01:00
Eric Drechsel
69f7119b25
Add gettingstarted doc for webdav ( #2291 )
2016-04-23 08:51:52 +01:00
Jermolene
db86586219
Switch tw5.com to fluid-fixed layout
2016-04-22 17:37:45 +01:00
Jermolene
df9f94900a
Release note update
2016-04-22 17:37:35 +01:00
Paulus
dcffd93a28
Update docs for GitHub ribbon plugin ( #2384 )
...
* Outdated source of Corner ribbon plugin
No sources provided for [[$:/plugins/tiddlywiki/github-fork-ribbon]].
Edition aims to its current source in the plugin library and updates the plugin name
* CamelCase link override for visual clarity
* typo corrected
2016-04-22 16:06:19 +01:00
Jermolene
147ce5803c
Add link for TiddlyChrome
2016-04-22 15:37:55 +01:00
twMat
1069fc2e45
Docs: Correct faulty tab reference ( #2385 )
2016-04-22 11:25:11 +01:00
Jeremy Ruston
2adf09129d
Introduce text editor toolbar ( #2315 )
...
Tada!
2016-04-22 08:36:29 +01:00
nome
9e01a30dc7
Small documentation fixes
...
* Copy example from ActionSendMessageWidget to tm-new-tiddler
It is counter-intuitive that the ActionSendMessageWidget documentation has more information on tm-new-tiddler than the more specific one.
* Fix link in reference docs
* Fix some typos
2016-04-04 12:45:31 +01:00
nome
37823f64e9
Add build targets to server edition
...
Define for the server edition the same build targets as for the empty
edition, but using the correct template so that the "offline" version
(target "index") works correctly when accessed via HTTP. With this,
`tiddlywiki --build index` is equivalent to the save button.
While the process of setting up TiddlyWiki on Node.js is well documented
and easy enough, the options for publishing such a wiki to an offline
version (scriptably, e.g. for push-to-deploy setups) are decidedly
non-obvious. With the added build steps, the user only needs to know
three simple commands:
tiddlywiki --init server
tiddlywiki --server
tiddlywiki --build index
and optionally
tiddlywiki --build static
2016-04-03 20:22:11 +01:00
Jermolene
276074b6cf
Fix problem with scrollable widget in static rendering
...
Fixes #1910
2016-03-21 21:59:57 +00:00
Aurélien Correia
0ca66e5dd5
update information about datepicker
2016-03-20 15:48:43 +01:00
Jermolene
086506012d
Remove extraneous macro definition
2016-03-07 20:11:28 +00:00
Jermolene
bd7f1fda61
Update plugin library version
2016-03-07 20:11:28 +00:00
Jermolene
641ac7f6a0
Release note update
2016-03-07 20:11:28 +00:00
Jeremy Ruston
abbb3c15e0
Merge pull request #2308 from FND/podcast
...
Add podcast link
2016-02-27 12:32:13 +00:00
Jermolene
cd0a0aa1fb
Add YouTube banner to HelloThere
2016-02-27 12:25:04 +00:00
FND
d0160d5915
Add podcast link
2016-02-27 10:50:51 +01:00
Jermolene
5ba7b30891
Update system tags docs
2016-02-15 17:43:54 +00:00
Jermolene
3ae0f3666a
Add Internals plugin
...
Adds a live preview of the raw JSON of the parse tree or widget tree
generated from a tiddler.
2016-02-15 11:38:55 +00:00
Jermolene
89031e5b9c
Add missing URL to release note
2016-02-11 09:48:54 +00:00
Jeremy Ruston
459802cc86
Merge pull request #2237 from gernert/patch-7
...
Update SystemTags.tid
2016-02-11 09:47:33 +00:00
Jeremy Ruston
a19b4eeeed
Merge pull request #2219 from sukima/feature/babel-plugins
...
Using ES2016 for Writing Plugins HowTo Documentation
2016-02-11 09:36:35 +00:00
Jeremy Ruston
c61364f46a
Merge pull request #2214 from sukima/feature/editing-with-vim
...
Add Editing Tiddlers with Vim
2016-02-11 09:36:11 +00:00
Jermolene
5ba4730fd7
Release note update for 5.1.12
2016-02-09 21:18:52 +00:00
Jermolene
b3e0e134ab
Include xmldom plugin in full edition
...
Required by text-slicer
2016-02-05 19:48:50 +00:00
Jermolene
fddf18b920
Add xmldom plugin to text-slicer edition
2016-02-05 18:54:32 +00:00
Jermolene
8f5eaf5194
Release note for 5.1.12
2016-02-05 18:46:11 +00:00
Jermolene
147dc128bc
Add link to Mark Gibb's NetworkWorld article
2016-02-05 18:42:54 +00:00
Jermolene
8904a6dba6
First commit of Evernote migration plugin
...
Starts to address #2268
2016-02-04 10:13:08 +00:00
Jermolene
f61bb316b2
Adjust version number for 5.1.12
2016-01-31 21:46:29 +00:00
Jermolene
c24598885a
Preparing for release of 5.1.11
2016-01-30 14:26:24 +00:00
Jermolene
3bf9ad78fa
Update release note for 5.1.11
2016-01-30 12:44:58 +00:00
Jeremy Ruston
5bba45bb0a
Rename TiddlyWiki_Jingle_by_Måns_Mårtensson.tid to TiddlyWiki_Jingle_by_Mans_Martensson.tid
...
Fixes #2227
(Note I fixed this by editing the filename in the github.com online editor. It's happened before; I've raised #2261 to address the root cause)
2016-01-30 08:51:53 +00:00
Jermolene
8b2f320f7f
Missed off d240ab5003
2016-01-29 17:24:11 +00:00
Jermolene
d240ab5003
Fix broken plugin library
...
Fixes #2260
2016-01-29 17:16:16 +00:00
gernert
fa6dc5677d
Update SystemTags.tid
...
Added missing $:/tags/ToolbarButtonStyle
2016-01-18 19:19:13 +01:00
Devin Weaver
f79856a6d7
Add Adding Babel Polyfill to TiddlyWiki
...
Having the ability to write your plugins with ES2015 syntax is nice but
it is missing a large part of the ES2015 spec. Since not all browsers
support this a polyfill is offered.
So far it is IE10 which holds the need for the polyfill. This tiddler
offers a simple how to on adding the babel-polyfill to your TiddlyWiki.
NOTE: This how to would be obsolete if a proper ES2015 polyfill was part
of the official plugins offered in core. (Want a pull request?)
2016-01-12 12:51:30 -05:00
Devin Weaver
d7c4c87c8c
Add Using ES2016 for Writing Plugins
...
I found using Babel for creating plugins was very helpful. I wanted to
share how I integrated ES2015 into my TiddlyWiki development tool bag.
2016-01-12 12:51:30 -05:00
Devin Weaver
8bf867560c
Add Editing Tiddlers with Vim
...
We have one for Emacs so we need one for Vim. Besides, Vim has never
done me wrong.
2016-01-11 21:45:23 -05:00
Tobias Beer
a5d380006e
updates to overall operators docs
...
* info on default input being `all[tiddlers]`
* clearer column layout
* removed fiddly done button
2016-01-10 10:13:23 +01:00
Jermolene
3d19b585ae
Preparing for release of 5.1.10
2016-01-07 23:16:58 +00:00
Jermolene
e47f06bd5e
Docs update
2016-01-07 23:11:59 +00:00
Jermolene
6b68d9b0c4
Restore sample alert
2016-01-07 23:01:52 +00:00
Jermolene
5109e96cec
Docs updates
2016-01-07 23:00:38 +00:00
Jermolene
c1763193df
Docs update: "Editions"
2016-01-07 22:20:02 +00:00
Jermolene
e1912b624b
Dev docs typo
2016-01-07 22:20:02 +00:00
Jermolene
01f8b954ae
Add all translations to the "introduction" edition
2016-01-07 17:48:50 +00:00
Jermolene
822bd1f3cc
Docs update
2016-01-06 16:03:50 +00:00
Jermolene
877aed3ead
Move 5.1.10 release note
2016-01-06 16:03:43 +00:00
Jermolene
7ee985407b
Release note update
2016-01-06 10:09:33 +00:00
Jermolene
5a543276f5
Update release note
2016-01-06 09:59:03 +00:00
Jeremy Ruston
677e100ea2
Merge pull request #2185 from matabele/patch-8
...
Fixed typos in docsof ActionListops widget
2016-01-06 09:45:14 +00:00
William Jackson
366cdb608d
Fixed typos in docsof ActionListops widget
2016-01-06 07:32:33 +02:00
mdeabreu
d917198abb
Add information about TiddlyDesktop v0.0.8
2016-01-05 11:11:09 -08:00
mdeabreu
fcfddf2b46
Add information about TiddlyDesktop v0.0.7
2016-01-05 11:09:55 -08:00
William Jackson
152c3db9a1
Updated docs to include setting of TextReferences
...
Can now accept any number of attributes of the form TextReference="value" -- these may be fields "(Tiddler!!field="value") or indices (Tiddler##index="value.)
2016-01-05 21:02:18 +02:00
Jermolene
0cbe97615a
Add size attribute to select widget for multiple selection mode
2016-01-05 18:48:21 +00:00
Jeremy Ruston
540354a693
Merge pull request #2162 from matabele/patch-4
...
Updated docs of the ActionListops widget to reflect changes to attribute names
2016-01-05 15:30:27 +00:00
Jermolene
b2fd3366e3
Move staged content from prerelease
...
These updates had been staged so that I could still perform updates of
tiddlywiki.com for the previous release
2016-01-05 13:05:10 +00:00
Jeremy Ruston
791f97983e
Merge pull request #2153 from tobibeer/rows-for-edittext
...
add rows attribute to edittext, plus docs
2016-01-05 12:31:37 +00:00
Jeremy Ruston
1cb8247063
Merge pull request #2177 from nameanyone/tw5-relnotes-edit
...
Remove obsolete reference to "recent" filter operator
2016-01-05 10:54:03 +00:00
alexhough
fa3ea480fe
add "Transclusion and Substitution" to learn more
2016-01-03 17:11:13 +00:00
nameanyone
658ccadca7
Remove obsolete reference to "recent" filter operator
2015-12-31 13:40:28 -08:00
Jermolene
f42acfa73e
Revised banner for 5.1.10
2015-12-31 14:03:48 +00:00
Jermolene
56ff0027e0
Add new release banner for 5.1.10
2015-12-31 08:47:09 +00:00
Jermolene
040e35eab6
Restore accidentally deleted tiddler fields
...
Fixes #2174
2015-12-29 15:51:26 +00:00
William Jackson
91b970e422
Updated docs of the ListOps widget to reflect changes to attribute names
2015-12-28 10:42:46 +02:00
Jeremy Ruston
0d27f3b836
Merge pull request #2154 from spelufo/katex-displaymode
...
Revert katex plugin to using `$$`. Use multiline for display mode.
2015-12-24 18:02:54 +00:00
Santiago Pelufo
8e02390353
Revert katex plugin to using $$
. Use multiline for display mode.
2015-12-24 13:52:19 -03:00
Jermolene
2fe2c531e8
Update release note
2015-12-24 16:04:47 +00:00
Jeremy Ruston
62e6d3a99c
Merge pull request #2006 from tobibeer/move-if-macro
...
moved if-macro, see #2005
2015-12-24 15:23:19 +00:00
Tobias Beer
456e7abc5d
add rows attribute to edittext, plus docs
2015-12-24 15:40:00 +01:00
Jermolene
3a426dfd2a
Docs for #2049
2015-12-24 14:12:53 +00:00
Jeremy Ruston
dcc53b8e96
Merge pull request #2074 from mklauber/master
...
Manage a list field by allowing the <$select> widget to select multiple items.
2015-12-24 13:48:43 +00:00
Jeremy Ruston
68c633c9bb
Merge pull request #2094 from jho1965us/patch-1
...
Changed Transclusion from html to TidlerWiki syntax in order to force…
2015-12-24 12:40:07 +00:00
Jeremy Ruston
08fed4840f
Merge pull request #2151 from tobibeer/sticky-popup-docs
...
documentation for "tc-popup-keep"
2015-12-24 11:01:32 +00:00
Jeremy Ruston
b1bc75d4eb
Merge pull request #2150 from matabele/patch-4
...
Added a tooltip
2015-12-24 10:52:29 +00:00
Jeremy Ruston
2da1af2a41
Merge pull request #2149 from matabele/patch-3
...
Added a tooltip
2015-12-24 10:52:10 +00:00
Tobias Beer
c2dea12f1c
documentation for "tc-popup-keep"
2015-12-23 23:28:47 +01:00
William Jackson
d7f24a5779
Added a tooltip
2015-12-23 22:37:14 +02:00
William Jackson
61235a12fb
Added a tooltip
2015-12-23 22:35:46 +02:00
William Jackson
b905874c06
Added a paragraph describing the use of tooltips
2015-12-23 22:28:52 +02:00
Jeremy Ruston
15eab0ce1c
Merge pull request #2146 from spelufo/katex-displaymode
...
Show how to use display mode in katexdemo/tiddlers/HelloThere.tid
2015-12-23 18:20:57 +00:00
Santiago Pelufo
5be0de798f
Show how to use display mode in katexdemo/tiddlers/HelloThere.tid
2015-12-23 14:57:24 -03:00
Jermolene
57ceffd67c
Merge #1909 from @nameanyone
2015-12-23 12:19:47 +00:00
Jermolene
c2105de49c
Remove modifier/modified/revision fields from #2037
2015-12-06 19:11:41 +00:00
Jeremy Ruston
da36f1c728
Merge pull request #2037 from matabele/Listops
...
ActionListopsWidget
2015-12-06 19:04:26 +00:00
Jens
6c89b27328
Changed Transclusion from html to TidlerWiki syntax in order to force new tab when following
...
With the html syntax when you go back after following the link knowledges of open tiddlers is lost.
Not sure if there should also be feature request for TiddlerWiki to store knowledge of open tiddlers in browser history.
2015-11-22 13:53:59 +01:00
Matt Lauber
1569090046
typo
2015-11-13 07:53:47 -05:00
Matt Lauber
75380c56cc
Oops, deleted metadata
2015-11-13 07:53:19 -05:00
Matt Lauber
c535dd605c
Grant the select widget the ability to select multiple values.
...
Multiple values are placed in a given tiddler-field combination as if
that field were a list field.
2015-11-13 07:50:34 -05:00
Tobias Beer
ef3e44eb48
rename suffix each:list to each_list-item
...
based on #1422 , improves readability of the filter expression
tests passed
2015-11-13 11:07:24 +01:00
William Jackson
5877a26855
Create ListopsData.tid
...
Data tiddler for Extended Listops documentation examples
2015-11-08 10:40:49 +02:00
William Jackson
8980e491c4
Create sortby.tid
2015-11-08 10:38:14 +02:00
William Jackson
085ebd4e23
Create sortby.tid
2015-11-08 10:37:39 +02:00
William Jackson
7ba2649194
Create replace.tid
2015-11-08 10:36:53 +02:00
William Jackson
85895374ea
Create replace.tid
2015-11-08 10:36:17 +02:00
William Jackson
34e0bf13f2
Create remove.tid
2015-11-08 10:35:37 +02:00
William Jackson
12431a9fbc
Create remove.tid
2015-11-08 10:35:05 +02:00
William Jackson
91c87ec2ac
Create putlast.tid
2015-11-08 10:34:21 +02:00
William Jackson
0c78c63fae
Create putlast.tid
2015-11-08 10:33:39 +02:00
William Jackson
617c13d196
Create putfirst.tid
2015-11-08 10:32:56 +02:00
William Jackson
008f22b511
Create putfirst.tid
2015-11-08 10:32:12 +02:00
William Jackson
cb6b8233fa
Create putbefore.tid
2015-11-08 10:30:47 +02:00
William Jackson
cab0900ddd
Create putbefore.tid
2015-11-08 10:30:08 +02:00
William Jackson
72889a0527
Create putafter.tid
2015-11-08 10:29:17 +02:00
William Jackson
ec2d819c8c
Create putafter.tid
2015-11-08 10:28:38 +02:00
William Jackson
88a5c742e7
Create prepend.tid
2015-11-08 10:27:35 +02:00
William Jackson
1358cd5185
Create prepend.tid
2015-11-08 10:26:45 +02:00
William Jackson
18a0f6b12d
Create move.tid
2015-11-08 10:25:42 +02:00
William Jackson
b1cfc8633f
Create move.tid
2015-11-08 10:25:04 +02:00
William Jackson
abdd1e7fd6
Create append.tid
2015-11-08 10:11:17 +02:00
William Jackson
b2edbd8d1d
Create append.tid
2015-11-08 10:10:37 +02:00
William Jackson
31b9835a4e
Create allbefore.tid
2015-11-08 10:09:00 +02:00
William Jackson
e9c79faf05
Create allbefore.tid
2015-11-08 10:08:01 +02:00
William Jackson
d87c328fd9
Create allafter.tid
2015-11-08 10:06:50 +02:00
William Jackson
2adb005c28
Create allafter.tid
2015-11-08 10:05:26 +02:00
William Jackson
fad106d2d5
Update FilterOperators.tid
...
Added category for extended listops filter operators
2015-11-08 10:02:28 +02:00
William Jackson
7370d61602
Create The Extended Listops Filters.tid
...
Supplementary documentation for the ActionListops widget -- examples using the extended filters
2015-11-08 09:59:41 +02:00
William Jackson
ac9aa78859
Create ActionListopsWidget.tid
...
Primary documentation for ActionListops widget
2015-11-08 09:56:37 +02:00
Jermolene
3b64497c57
Fix docs typo
...
Thanks @BramChen
2015-11-05 15:09:45 +00:00
Jermolene
99969024f8
Update release note
2015-11-05 13:07:34 +00:00
Jermolene
0b99ac2b75
Add information about TiddlyDesktop v0.0.6
2015-11-05 13:07:27 +00:00
Jeremy Ruston
583ed07af2
Merge pull request #1422 from tobibeer/each-list
...
added list suffix for each filter
2015-11-05 12:45:27 +00:00
Jermolene
bc0cbf9070
Add a lazy loading template for all non-system tiddlers
...
With this new template you can run TiddlyWiki under Node.js such that
all non-system tiddlers are lazily loaded, and not baked into the HTML
file.
2015-11-05 12:33:20 +00:00
Jeremy Ruston
106f11343e
Merge pull request #2026 from Evolena/def-list
...
Text-slicer: Add support for definition lists
2015-10-26 19:18:15 +00:00
Jeremy Ruston
9d7a850e83
Merge pull request #1943 from Spangenhelm/patch-1
...
Fix the title
2015-10-26 18:14:57 +00:00
Jeremy Ruston
89bd088a75
Merge pull request #1931 from erwanm/master
...
New resource tiddler in tw.com for TWCommunitySearch
2015-10-26 18:12:14 +00:00
Jermolene
bcb49b64f6
Update for TiddlyDesktop v0.0.5
2015-10-26 17:16:43 +00:00
Tony Grosinger
c0de553370
Fix typo which prevented example from working
2015-10-25 13:56:21 -07:00
Jermolene
7ecaba9a65
Update release note
2015-10-24 19:14:29 +01:00
Jeremy Ruston
7040d483f2
Merge pull request #2028 from kixam/master
...
communicate on a new datepicker plugin
2015-10-24 18:56:49 +01:00
Jeremy Ruston
612a2707c6
Merge pull request #2040 from afeldspar/patch-2
...
add explanation on 'set' attribute
2015-10-24 18:55:49 +01:00
afeldspar
0d6450cfb5
fix typo in FilterRun.tid diagram
...
corrected typo in the railroad diagram, which showed a double-quote where a single-quote should have been.
2015-10-24 09:52:03 -04:00
Jermolene
ba15086381
Remove extraneous apostrophe
...
Thanks @paul-cross (2354271723243753a8a19c6181d4822592d02a3e)
2015-10-23 17:54:59 +01:00
afeldspar
7492086f31
add explanation on 'set' attribute
...
Attempted a fix for the problem I raised in #2038 , by adding an explanation of why a TextReference in a button widget's 'set' attribute will lack the curly braces seen nearly anywhere else a TextReference is used as a widget attribute.
2015-10-20 21:15:58 -04:00
Aurélien Correia
95f98d36d9
communicate on a new datepicker plugin
2015-10-15 09:33:42 +02:00
Evolena
0a220a09da
Text-slicer: Add support for definition lists
2015-10-14 20:25:11 +02:00
Jeremy Ruston
26d0029746
Merge pull request #1997 from Marxsal/patch-7
...
A primer on how to export tiddlers
2015-10-14 14:34:10 +01:00
Jermolene
fe1b318987
Release note updates
2015-10-14 12:01:40 +01:00
Tobias Beer
9f6fea7607
updated to point to new location
2015-10-13 12:23:58 +02:00
Jermolene
acc44c6f67
Tweaks to "Tight" theme
2015-10-12 17:54:17 +01:00
Jermolene
98983c4072
Add badges from https://shields.io
2015-10-10 14:30:58 +01:00
Jermolene
69b4f174c3
Introduce new "tight" theme
...
Fixing #2008
2015-10-09 17:59:56 +01:00
Tobias Beer
51739e3fd2
moved if-macro, see #2005
...
as per #2005 from @Evolena
2015-10-09 10:39:00 +02:00
Tobias Beer
2acea55711
added example documentation
...
the documentation for the feature seems already there / merged
2015-10-08 14:22:05 +02:00
Tobias Beer
f684a6beb0
fixed helper function and added tests
...
tests: ok
2015-10-08 14:07:00 +02:00
Marxsal
79972fe57f
Applying recomendations
...
Giving better descriptive names to sub-headings
2015-10-06 10:36:19 -07:00
Marxsal
5163b541cf
A primer on how to export tiddlers
...
Showing how to export individual, selection, or all tiddlers.
2015-10-06 09:11:21 -07:00
Jermolene
1e06824ed1
Release note update
2015-10-05 15:57:44 +01:00
Jermolene
2803890baf
Release note update
2015-10-05 10:23:42 +01:00
Jermolene
6b3dd1bb63
Release note and docs updates
2015-10-05 09:53:18 +01:00
Jeremy Ruston
a30f9e1739
Merge pull request #1992 from tgrosinger/master
...
Add documentation to tw5.com for CodeBlock widget
2015-10-04 21:46:57 +01:00
Tony Grosinger
2e1ad771d6
Whitespace clean up and missing close tag
...
Clean up for CodeblockWidget documentation.
2015-10-04 13:05:46 -07:00
Tobias Beer
db2eaf56d4
overlooked "either", removed
2015-10-04 18:03:49 +02:00
Tobias Beer
2f8ae31377
better wording
2015-10-04 18:02:48 +02:00
Tony Grosinger
650a9a76df
Add documentation to tw5.com for CodeBlock widget
...
Partial fix for #1985
2015-10-03 16:48:47 -07:00
Tobias Beer
adb81f7eab
example description for tagging filter
2015-10-04 01:01:34 +02:00
Karl Knechtel
3ab7db1a59
One more fix
2015-10-03 08:43:55 -04:00
Karl Knechtel
d806f1d0f1
Assorted wikitext fixes
2015-10-03 08:42:56 -04:00
Karl Knechtel
b23d53e9b0
Fix stray line
2015-10-03 08:36:56 -04:00
Karl Knechtel
6598455e83
Create Filter Operators.tid
2015-10-03 08:32:47 -04:00
Jermolene
6ac178323f
Docs: better definition of a plugin
2015-09-28 17:59:44 +01:00
Jermolene
ebb3a62d9a
Docs updates
2015-09-27 22:53:46 +01:00
Tobias Beer
1b2d54b4bf
wording for docs
2015-09-25 15:43:31 +02:00
Tobias Beer
6b3fc8d538
updated #1480 "undefined value removes field or index"
...
when $value is unspecified, $action-setfield removes field or index...
modified
setText() — $:/core/modules/wiki.js
invokeAction() — $:/core/modules/widgets/action-setfield
demo
http://tobibeer.github.io/tw/batch/#ActionSetField-RemoveIndex
2015-09-25 15:20:37 +02:00
Jermolene
6ee8c14d89
Updates to the Danish translation
2015-09-19 18:59:23 +01:00
Jermolene
268da52f8c
Documentation updates
...
Adding “Story River” to the “Concepts” category, and doing some
clean-up of other entries in the category by moving some concepts to
become sub-concepts in the TOC
2015-09-18 09:19:21 +01:00
Jermolene
e2d63a03b2
Text-slicer: Improvements to image handling
2015-09-17 19:41:41 +01:00
Jermolene
1fef272388
Text-slicer: starting to support images
2015-09-17 08:41:21 +01:00
Florent V.
bbc802e228
Fix the title
...
to match the one required by the "FieldManglerWidget" tiddler's link to examples, broken for now. (pointing to a non existant tiddler because of the wrong name)
2015-09-16 04:55:07 +02:00
Jermolene
207406eeb3
tw5.com-docs improvements
...
Better not to override any of the tw5.com documentation tiddlers!
2015-09-15 17:51:20 +01:00
Jermolene
f4d11cb471
Add text-slicer to full edition
2015-09-15 17:50:57 +01:00
Jermolene
746aab2cf6
Create a plugin and edition for tw5.com docs
...
By making the docs available as a plugin we make it easier for people
to fork their own copy of the docs without losing the ability to get
updates in the future (which can be done just be updating the docs
plugin)
2015-09-15 13:37:01 +01:00
Jermolene
803d70225a
Allow tiddlywiki.files to load directories recursively
2015-09-15 13:35:54 +01:00
Jermolene
d4bd253779
Release note update
2015-09-15 13:34:15 +01:00
Hegart Dmishiv
3c71c10da9
My first attempt at editing the TW documentation
...
Feel free to ignore this pull request if you want to, although it might be a useful addition to this page. I use NZ English normally, which is closer to UK English than to US English, but I still get confused between the two sometimes, having spent so long around the (predominately American) Internet.
2015-09-15 02:01:06 +12:00
Erwan Moreau
fb69a43325
Update TWCommunitySearch.tid
2015-09-13 19:23:25 +01:00
Erwan Moreau
7f93cea6d0
Create TWCommunitySearch.tid
2015-09-13 18:47:55 +01:00
Jermolene
3592a9560b
Highlight plugin: add static demo
...
Also clean up some coding style issues
2015-09-11 22:36:30 +01:00
Jermolene
c80db86b67
Update to v8.8.0 of highlight.js
2015-09-11 19:53:06 +01:00
Jermolene
b379ab4f87
Text-slicer: better static HTML generation
2015-09-11 13:34:01 +01:00
Jermolene
c20e5b47b6
Clarify external text tiddler limitations
2015-09-11 13:34:01 +01:00
Jermolene
51d71f9858
Update blog edition docs
...
Fixes #1928
2015-09-09 17:03:26 +01:00
Jermolene
424b2fea32
Add th-saving-tiddler hook for autotagging etc.
...
@danielo515 this enhancement is intended to make it easier to implement
things like the auto tag plugin. Does it meet your needs?
2015-09-08 16:16:50 +01:00
Jermolene
f405a89b28
Update to KaTeX v0.5.1
2015-09-08 10:37:33 +01:00
Jermolene
2e0845b806
Release note update
2015-09-04 17:22:41 +01:00
Jermolene
ad6a6f3b75
Introduce the blog plugin
2015-09-03 08:54:41 +01:00
Jermolene
1d30ee955c
Remove accidentally committed change
...
I’d added text-slicer to the main wiki just to check that it worked.
2015-09-01 17:12:38 +01:00
Jermolene
b4aa895cac
Text-slicer: add support for exclude filters
...
The exclude filter `+[tag[intro]]` will produce a document that only
includes the paragraphs with the tag “intro”. These are derived from
the paragraphs in the original document with the CSS class “intro”.
2015-09-01 09:59:23 +01:00
Jermolene
684fbb1ee8
Update to KaTeX v0.5.0
2015-08-31 15:10:07 +01:00
Jermolene
4cac7b6784
Lots of enhancement to the text-slicer plugin
...
Now includes a special document view column on the left. Headings can
be expanded/collapsed, and tiddler titles can be inspected and renamed
via the toolbar. Clicking on an entry opens the associated tiddler. The
default tiddler view template includes a special section for tiddlers
that are part of a document
2015-08-30 19:15:04 +01:00
Jermolene
a204784c0c
Limited implementation of external text tiddlers in the browser
...
Triggered by the discussion in #1917
2015-08-29 16:33:04 +01:00
Jermolene
4d5c14bca7
Release note update
2015-08-09 17:25:26 +01:00
Jermolene
4bcf1e298b
Release note updates
2015-08-09 16:44:47 +01:00
Jermolene
ef87dd0687
Update release note
2015-08-09 11:11:04 +01:00
Jermolene
318a1cf212
Release note updates
2015-08-08 14:43:01 +01:00
Jermolene
fbe4bc18b9
Move JS-oriented mechanism docs to /dev
...
Fixes #1889
2015-08-08 13:56:42 +01:00
Jermolene
7421616754
Make keyboard shortcuts configurable
...
Fixes #1892
2015-08-08 13:43:14 +01:00
Jermolene
e5cd8313a0
Update actionsetfield widget to allow timestamp to be preserved
2015-08-06 18:17:09 +01:00
Jermolene
b1cf0fdd68
Text-slicer tweaks
...
* Add site title/subtitle
* Remove proxy title tiddler used for renames when no longer used
2015-08-05 19:21:48 +01:00
Jermolene
72ed4b2673
Add renaming to text-slicer tiddler toolbar
...
The plan is to expose the functionality in other places, too - for
example, the edit template and the tag manager
2015-08-04 17:44:07 +01:00
Jermolene
535d8d6fa0
Stop using an import tiddler for text slicer
...
Instead we directly output the tiddlers (we keep the old code around;
later we’ll make the output mode switchable).
Also improve the icon
2015-08-04 08:04:57 +01:00
Jermolene
8b9e790e69
Improve text slicer docs
2015-08-03 09:13:36 +01:00
Jermolene
cc1acdaf74
Add ko-KR and sv-SE to translators edition
2015-08-03 08:43:21 +01:00
Jermolene
bc0d8c7c65
Add Korean (Korean Republic) translation
2015-08-02 13:59:26 +01:00
Jermolene
c6c9abeb1b
Add Swedish translation by Superdos
2015-08-02 11:39:57 +01:00
Jermolene
c23e26be5f
No longer need to keep text slicer output open
2015-08-01 18:09:14 +01:00
Jermolene
a4d0210f90
Use $:/TextSlicer for text-slicer output
2015-08-01 13:48:57 +01:00
Jermolene
8488a13761
Introduce text-slicer plugin and edition
...
A first pass at a plugin that splits formatted text into individual
tiddlers according to lists and headings.
2015-08-01 13:15:24 +01:00
Jermolene
7cc85e8162
Use relative links for editions
...
Thus making the links work properly in both the release and prerelease
2015-08-01 13:14:17 +01:00
Jermolene
58188cf805
Improvements to parser rule configuration
...
* Ignore parser rule configuration in safe mode
* Made text translatable
* Added new setting for camelcase links
* Added warning on parser rule configuration tab
See #1875
2015-07-31 13:33:33 +01:00
Jermolene
9e1741a549
Move 5.1.10-specific content to "staging" folder
...
So that we can build tw5.com with 5.1.9 for content updates.
2015-07-29 08:23:38 +01:00
Jermolene
73210a7b8c
Refine the way that we support serialised external tiddler files
...
The old way was sufficiently backwards compatible that it was
impossible to use TiddlyWiki 5.1.9 to build the tw5.com edition.
2015-07-28 19:56:56 +01:00
Jeremy Ruston
273daa9613
Fix unicode characters in filename
2015-07-20 19:07:55 +01:00
Jeremy Ruston
6de92a0293
Fix unicode characters in filename
2015-07-20 19:07:26 +01:00
Jeremy Ruston
66bdb71c4a
Fix unicode characters in filename
2015-07-20 19:07:08 +01:00
Jeremy Ruston
90b12676c4
Merge pull request #1887 from inmysocks/ResumeBuilder
...
Updated spelling of résumé, fixed settings for new resumes, other minor fixes
2015-07-20 19:03:52 +01:00
inmysocks
e508b7b765
Updated spelling of résumé, fixed settings for new resumes, other minor fixes
...
The spelling for résumé should include the accents everywhere but in some tiddler titles.
Newly created resumes now automatically have the default settings for visibility and templates
The first page of the resume wizard now has options for which sections are displayed along with the order and templates to use
The print option no longer puts a black box around the text area out the output
Some temp tiddlers are included to prevent the default 'Enter text for <tiddlername> tiddler' from showing up in some text entry boxes
There are some other minor layout improvements
2015-07-20 11:52:58 -06:00
Jermolene
c25f7e786f
Correct accents for "résumé"
...
@inmysocks this may be a bit of pedantry too far, but I found I keep
reading it as “resume” in the sense of “normal services was resumed”.
We definitely shouldn’t try to add accents to the URLs, but I wonder if
it might be worth updating the edition itself, too?
2015-07-20 10:52:24 +01:00
Jeremy Ruston
92bfbc578c
Merge pull request #1886 from inmysocks/ResumeBuilder
...
Resume builder update
2015-07-20 08:29:10 +01:00
inmysocks
756ebae1f6
Added a section creation tool and some minor fixes
...
The section creation tool is a semi-automated tool for adding new resume sections.
It still requires knowledge of wikitext but it requires far less knowledge of the inner workings of the resume builder
than just creating a section on your own would.
2015-07-19 17:54:46 -06:00
inmysocks
45bf43d8d0
Added Print button, cleaned up a lot of other minor stuff
...
Notable changes:
Removed the sidbar tabs other than the resume preview
Fixed ordering problems for the sections in the resume wizard
Fixed some minor display problems in some of the input tiddlers
Updated the documentation a little
2015-07-19 13:04:10 -06:00
Jermolene
ea10d85604
Add link to "resume builder" edition
2015-07-18 13:34:30 +01:00
Jeremy Ruston
7e94fa8e84
Merge pull request #1885 from inmysocks/ResumeBuilder
...
Added resume builder edition
2015-07-18 12:33:20 +01:00
Jermolene
ecbd97b4b4
Revise support for external tiddler files
...
Fixes #1884
2015-07-18 11:45:30 +01:00
inmysocks
684d6e4377
Added the state tiddler to make the preview open by default
...
Yep, I may actually be learning to use git. It only took 10 years of using it.
2015-07-18 00:32:26 -06:00
inmysocks
8bb0a9b7c8
Moved files to be keep consistent organization
...
Also remembered to add tiddlywiki.info, that is important.
2015-07-18 00:23:51 -06:00
inmysocks
56ea55ddc4
Added resume builder edition
...
Lets see if this works this time
2015-07-18 00:05:26 -06:00
Jermolene
dfc935b520
Fix link to SocialCalc
...
Fixes #1884
2015-07-17 08:59:29 +01:00
Jermolene
69ae017f49
Update the plugin library version
2015-07-17 08:58:39 +01:00
Jermolene
9b6151c6c4
Update dev docs
2015-07-14 17:03:37 +01:00
Jermolene
396af28d16
Update SavingMechanism docs
2015-07-12 09:08:19 +01:00
Jermolene
7ae5eab3a8
Refactored file save filter docs
...
@danielo515 I hope this still makes sense.
2015-07-10 17:02:27 +01:00
Daniel Rodríguez Rivero
0e75497d58
Filters involved saving mechanism of standalone
...
This is directly extracted from the groups. I though that putting this info into documentation will be useful, because it is not stated in any other place.
ref: https://groups.google.com/d/msg/tiddlywiki/zB40PBIDkBE/DzV1ZHudM3sJ
2015-07-09 17:11:09 +02:00
nameanyone
4cfb6813f5
Expanded example
2015-07-08 23:26:15 -07:00
Jeremy Ruston
d327d6fbed
Merge pull request #1868 from idoine/patch-44
...
Update FieldManglerWidget.tid
2015-07-08 16:29:46 +01:00
Jeremy Ruston
fad9fd13b5
Merge pull request #1869 from idoine/patch-45
...
Create FieldMangler Widget (Examples).tid
2015-07-08 16:29:39 +01:00
Marc Viot
5be980c64e
Rename FieldMangler Widget (Examples) to FieldMangler Widget (Examples).tid
2015-07-06 19:52:11 +02:00
Marc Viot
5924616ee9
Create FieldMangler Widget (Examples)
2015-07-06 19:46:21 +02:00
Marc Viot
caeb736c2b
Update FieldManglerWidget.tid
...
Add a link to example
2015-07-06 19:09:17 +02:00
Marc Viot
a75cfefe88
Update variable-macros.tid
...
Add ability to handle widget example
2015-07-06 19:05:44 +02:00
Jermolene
203bc4b242
Prepare for 5.1.10
2015-07-06 11:23:49 +01:00
Jermolene
48d452c535
Update test for recent parser changes
2015-07-06 11:23:30 +01:00
Jermolene
31fc9babfe
Move "recent" filter docs to prerelease
...
This is to ensure that the changes don’t appear in any subsequent build
of tiddlywiki.com while we’re on 5.1.9.
2015-07-05 18:08:38 +01:00
Jeremy Ruston
c4397792f5
Merge pull request #1863 from nameanyone/master
...
New filter "recent"
2015-07-05 18:04:05 +01:00
Jermolene
4b2cf2eeee
2nd attempt to fix creation date
...
Thanks @nameanyone
2015-07-05 18:02:57 +01:00
Jermolene
c1005b9d12
Fix invalid creation date
...
Thanks @nameanyone
2015-07-05 09:27:54 +01:00
nameanyone
9d17127144
Filter operator "recent": examples
2015-07-03 15:31:37 -07:00
nameanyone
a1e5000984
Filter operator "recent": documentation
2015-07-03 15:31:18 -07:00
Jermolene
a58dc869bd
Correct typo
2015-07-03 17:44:55 +01:00
Jermolene
f1ae41da9a
Update release documentation
2015-07-03 16:59:40 +01:00
Jermolene
56403a21bf
Update 5.1.9 release date
2015-07-03 16:59:30 +01:00
Jermolene
bc076eee27
Docs updates preparing for 5.1.9 release
2015-07-03 16:39:42 +01:00
Jermolene
4754356f5a
Add @infurnoape to 5.1.9 contributors
2015-07-03 15:28:30 +01:00
Richard Smith
f3d915f578
changed the tag value used in the final example
...
Because "Introduction" is no longer used on Tiddlywiki.com, so the example is a bit confusing
2015-07-03 14:09:59 +10:00
Jermolene
8b7aad11c0
Update release notes
2015-07-02 17:33:26 +01:00
Jermolene
35703d846b
Release note update
2015-07-02 17:10:28 +01:00
Jermolene
68564eaeff
Update release note
2015-07-01 15:59:43 +01:00
Jermolene
31ebbb2d7d
Add translatable strings for type dropdown
2015-07-01 15:58:49 +01:00
Jermolene
8ada96eaa8
Add additional contributors
...
5.1.9 is shaping up to have an unusually large number of contributors.
I can’t thank everyone enough; it’s a source of great pride that
TiddlyWiki is sufficiently good that other people are prepared to help
me work on it.
2015-07-01 09:24:12 +01:00
Jeremy Ruston
533c8eec7a
Merge pull request #1851 from slovuj/patch-1
...
Wrong macro name in example description
2015-06-30 22:30:29 +01:00
Jermolene
15c76d997e
Docs updates
2015-06-30 22:01:06 +01:00
Jermolene
7318805077
Update release notes
2015-06-30 18:25:47 +01:00
Jeremy Ruston
d4dc1a2441
Merge pull request #1848 from felixhayashi/improvement/docs
...
improved docs
2015-06-30 18:16:27 +01:00
Jermolene
8438be5256
Update docs
2015-06-30 17:56:23 +01:00
Slo
5b20255749
Wrong macro name in example description
...
The \define pragma below defines a macro called tags.
should be:
The \define pragma below defines a macro called tags-of-current-tiddler.
2015-06-30 11:01:49 +02:00
Jermolene
5f3587c38c
Update to KaTeX 0.4.3
2015-06-29 21:07:26 +01:00
Felix Hayashi
f69d1270ad
improved docs
...
* Updated tiddlymap website
* Improved GitHub description
2015-06-28 13:43:11 +02:00
Jermolene
63f802efda
Rename checkbox "invert" attribute to "invertTag"
...
And update docs
2015-06-26 10:18:15 +01:00
Jeremy Ruston
f3c066ff48
Merge pull request #1837 from sukima/feature/multi-tiddler-file-syntax
...
Add a syntax specification to MultiTiddlerFiles
2015-06-25 17:33:15 +01:00
Jeremy Ruston
f74828f76d
Merge pull request #1838 from sukima/patch-1
...
Add GitFixUm community example
2015-06-25 17:01:47 +01:00
Jeremy Ruston
1d94eac76e
Merge pull request #1844 from sukima/feature/sjcl-tiddler
...
Add Stanford JavaScript Crypto Library tiddler
2015-06-25 14:28:04 +01:00
Jeremy Ruston
7050a8d8cf
Merge pull request #1841 from xcazin/fredmv
...
Additions to the fr-FR edition by @idoine, slightly amended by @xcazin
2015-06-25 11:47:05 +01:00
Devin Weaver
b33c9625fb
Add Stanford JavaScript Crypto Library tiddler
2015-06-24 19:56:26 -04:00
Xavier Cazin
3918286221
Replace occurrences of *tiddler ombre* by *tiddler shadow* in fr-FR edition
2015-06-24 15:29:12 +02:00
Xavier Cazin
b1dd1bc93c
Additions to the fr-FR edition by @idoine, slightly amended by @xcazin
2015-06-24 12:25:58 +02:00
Jermolene
ff7824af11
Update release note
2015-06-24 09:25:33 +01:00
Jermolene
948b72dc7a
Add language icons to tw5.com
2015-06-23 10:49:59 +01:00
Jermolene
f3a66c17a6
Tweak translator docs
2015-06-23 10:49:59 +01:00
Jermolene
8e12d4cb70
Correct typo
2015-06-23 10:49:58 +01:00
Devin Weaver
162735303b
Add GitFixUm community example
...
Thought this was a unique enough example to be part of the TW5.com site.
2015-06-21 17:49:59 -04:00
Devin Weaver
1ff1390863
Add a syntax specification to MultiTiddlerFiles
...
Been playing with the railraod plugin and I thought I'd try my hand at
writing some syntax specs for the MultiTiddlerFiles tiddler.
2015-06-21 14:35:55 -04:00
Jeremy Ruston
88c2f5a985
Merge pull request #1820 from idoine/patch-23
...
New fr_fr "Filter Whitespace.tid"
2015-06-21 13:47:03 +01:00
Jeremy Ruston
a006f44334
Merge pull request #1819 from idoine/patch-22
...
New fr_fr "Filter Parameter.tid"
2015-06-21 13:46:59 +01:00
Jeremy Ruston
5678605241
Merge pull request #1818 from idoine/patch-21
...
New fr_fr "Filter Run.tid" & "Filter Step.tid"
2015-06-21 13:46:52 +01:00
Jeremy Ruston
d9240b25fd
Merge pull request #1817 from idoine/patch-20
...
New fr_fr "Filter Expression.tid"
2015-06-21 13:46:47 +01:00
Jeremy Ruston
0fa661f473
Merge pull request #1816 from idoine/patch-19
...
Upgrade fr FilterOperators.tid
2015-06-21 13:46:43 +01:00
Jeremy Ruston
fb1c7078a7
Merge pull request #1815 from idoine/patch-18
...
New fr_fr "Filter Syntax.tid"
2015-06-21 13:46:34 +01:00
Jeremy Ruston
145f5d8cc1
Merge pull request #1814 from idoine/patch-17
...
Upgrade fr Introduction to Filters.tid
2015-06-21 13:46:27 +01:00
Jeremy Ruston
14d3b0ffa8
Merge pull request #1813 from idoine/patch-16
...
Upgrade fr Filters.tid
2015-06-21 13:46:16 +01:00
Jeremy Ruston
f13b1d0ada
Merge pull request #1812 from idoine/patch-15
...
Add fr TOCMacro Tabbed Ex 2/2 (warning)
2015-06-21 13:46:09 +01:00
Jeremy Ruston
6322c9bef2
Merge pull request #1811 from idoine/patch-14
...
Upgrade fr TOCMacro Tabbed Ex 1/2 (warning)
2015-06-21 13:45:59 +01:00
Jeremy Ruston
e55db75135
Merge pull request #1810 from idoine/patch-13
...
Upgrade fr TOCMacro Selective Expandable Example.tid (warning)
2015-06-21 13:40:16 +01:00
Jeremy Ruston
23b7b1120a
Merge pull request #1809 from idoine/patch-12
...
Upgrade fr TOCMacro Sorted Expandable Example.tid (warning)
2015-06-21 13:40:08 +01:00
Jeremy Ruston
8c419eec20
Merge pull request #1808 from idoine/patch-11
...
Upgrade fr TOCMacro Expandable Example (warning)
2015-06-21 13:40:04 +01:00
Jeremy Ruston
ac79b14ef3
Merge pull request #1807 from idoine/patch-10
...
Upgrade fr TOCMacro Simple Example.tid (warning)
2015-06-21 13:39:34 +01:00
Jeremy Ruston
e0869271aa
Merge pull request #1805 from idoine/patch-6
...
Corrections for the fr-FR edition
2015-06-21 13:38:59 +01:00
Jeremy Ruston
4c2900c9c3
Merge pull request #1804 from idoine/patch-5
...
Add New translated "$__CurvedText.tid" to fr
2015-06-21 13:38:48 +01:00
Jeremy Ruston
319d9a71af
Merge pull request #1803 from idoine/patch-4
...
Translated "Un wiki sur votre BiblioBox" ... to french
2015-06-21 13:38:33 +01:00
Jeremy Ruston
6d35101bf7
Merge pull request #1802 from idoine/patch-3
...
Extend Glossaire en-GB -> fr-FR with new words
2015-06-21 13:38:24 +01:00
Jeremy Ruston
ddb28681a7
Merge pull request #1765 from idoine/patch-2
...
l20 "demande de TiddlyFox qui vous demande s'il faut activer"
2015-06-21 13:37:36 +01:00
Marc Viot
25683c64da
New translated tiddler for fr_fr
2015-06-21 13:12:31 +02:00
Marc Viot
030b032f0d
New translated tiddler for fr_fr
2015-06-21 13:06:48 +02:00
Marc Viot
d41563af6e
New translated tiddler for fr_fr
2015-06-21 12:49:15 +02:00
Marc Viot
2e9848c169
New translated tiddler for fr_fr
2015-06-21 12:41:29 +02:00
Marc Viot
3d226eca3c
New translated tiddler for fr_fr
2015-06-21 12:32:10 +02:00
Marc Viot
cd083a4980
Upgrade fr translation
2015-06-21 12:18:14 +02:00
Marc Viot
2803ed0a23
Add a Translated to french
2015-06-21 12:00:12 +02:00
Marc Viot
f4c630d5f7
Upgrade fr translation
2015-06-21 11:44:58 +02:00
Marc Viot
dc49c4410a
Upgrade fr translation
2015-06-21 11:30:25 +02:00
Marc Viot
b1334b7d79
Upgrade fr translation TOCMacro Tabbed Ex 2/2 (warning)
...
Title was modified. 2 new tiddlers was created. The last one deleted. I just modified one and created this one (Perhaps, i'ts not the good way)
TableOfContentsMacro Tabbed Example => Example Table of Contents: Tabbed External
2015-06-21 11:17:28 +02:00
Marc Viot
5f20f37b15
Upgrade fr translation TOCMacro Tabbed Ex 1/2 (warning)
...
Title was modified. 2 new tiddlers was created. Here, the first. Just last one deleted (Perhaps, i'ts not the good way)
TableOfContentsMacro Tabbed Example => Example Table of Contents: Tabbed Internal
2015-06-21 11:04:57 +02:00
Marc Viot
e2cd12c6f3
Upgrade fr translation (warning)
...
Be carefull. Title was modified. A new tiddler was created. The old one deleted. I just modified this one.
TableOfContentsMacro Selective Expandable Example => Example Table of Contents: Selectively Expandable
2015-06-21 10:50:04 +02:00
Marc Viot
d7951cdfe8
Upgrade fr translation (warning)
...
Title was modified. A new tiddler was created, last tiddler was deleted. I just modified this one (perhaps it's not the good way)
TableOfContentsMacro Sorted Expandable Example => Example Table of Contents: Sorted Expandable
2015-06-21 10:39:05 +02:00
Marc Viot
437bb2e669
Upgrade fr translation (warning)
...
Be carefull, title was modified. A new tiddler was created, the last one deleted. But I just modified this one (perhaps its not the good way)
"TableOfContentsMacro Expandable Example" => "Example Table of Contents: Expandable"
2015-06-21 10:27:55 +02:00
Marc Viot
2b44189eb5
Upgrade fr translation (warning)
...
Be carefull, the last title was modified, a new tiddle was created, the last one deleted.
TableOfContentsMacro Simple Example.tid => Example Table of Contents: Simple
So I just modified this one. Perhaps it's not the good way.
2015-06-21 10:17:22 +02:00
Marc Viot
d545ea6bec
Corrections for the fr-FR edition
...
button "try" => "Essayez"
button "hide" => "Cachez"
translate .toc-lorem()
2015-06-20 23:18:39 +02:00
Marc Viot
dc1c6ce756
Translate body to fr
2015-06-20 18:54:26 +02:00
Marc Viot
a82f31d831
translate to french
2015-06-20 18:45:41 +02:00
Marc Viot
8e7618ff7c
Extend glossary with new words
...
a few changes :
- "shadow" (eng) to "ombre" (fr) ,
- "brouillon" (fr) to "ébauche" (fr), because "brouillon" often means "dirty"
- "tagging" (eng) to "étiquetage" (fr).
2015-06-20 17:35:39 +02:00
Jermolene
9283dc1de9
Correct filename typo
...
Thanks @BramChen
2015-06-20 12:56:54 +01:00
Jermolene
98a2afc4d2
Add commit link to release note
2015-06-20 09:33:46 +01:00
Jermolene
f42842f801
Add variable indicating preview region
...
@felixhayashi does this do the trick for you?
2015-06-20 09:33:11 +01:00
Jermolene
16546a5e2e
Rename "configurations" to "platforms"
...
Because “configurations” was too overloaded with other meanings.
“Platforms” seems like the closest common usage for us
2015-06-20 09:24:14 +01:00
Jermolene
d785d7a1e2
Docs tweak
2015-06-19 17:30:55 +01:00
Jermolene
11421f371c
Add hidden settings docs
2015-06-19 17:29:05 +01:00
Jermolene
b31803608b
Refactor navigator widget configuration
...
@felixhayashi sorry I should have realised earlier that it’s worth
doing it this way so that we can have different settings for different
story rivers.
2015-06-19 16:44:20 +01:00
Jermolene
61a722c7fd
Docs updates
2015-06-19 16:39:47 +01:00
Jermolene
4a30d8772c
Update button widget docs
2015-06-19 12:12:41 +01:00
Jermolene
3ed5c92361
Remove the tw2 edition
...
It was used for testing the TW2 build process, but now we can use
https://github.com/tiddlywiki/tiddlywiki.com for that
2015-06-16 19:13:10 +01:00
Jeremy Ruston
7e99bf1255
Merge pull request #1795 from pmario/de-DE
...
Last minute translations and responsive iframe fix for ff
2015-06-16 09:01:40 +01:00
Jeremy Ruston
39de87a1d4
Merge pull request #1797 from pmario/jack-ascii
...
First take: Motovun Jack.ascii art
2015-06-16 08:48:23 +01:00
Jermolene
32e6aafd4a
Update release note
2015-06-16 08:39:44 +01:00
Jermolene
6e30403eb9
Make the pinstripe a little less subtle
2015-06-16 08:32:40 +01:00
Mario Pietsch
955628a383
First take: Motovun Jack.ascii art
2015-06-15 21:46:06 +02:00
Jermolene
d3ea7e3bb4
Tweaks for Catalan translation
2015-06-15 16:41:43 +01:00
Jermolene
37f5a9f725
Update plugin library versions
2015-06-15 15:42:52 +01:00
Daniel Rodríguez Rivero
6ed6ed3953
Added ActionSendMessageWidget
...
Added ActionSendMessageWidget to the list of possible message emiters on edit-tiddler message
2015-06-15 15:46:11 +02:00
Mario Pietsch
ec3e6f8694
translations and temporary iframe-responsive fix
2015-06-15 15:32:35 +02:00
Jermolene
98f78e50b8
Convert Dropbox macro to naked js file
...
@sukima - this avoids duplicating the metadata
2015-06-15 10:07:19 +01:00
Devin Weaver
8bcf38b0ae
Add ability to auto generate Dropbox URL
...
I felt the conversion from the Dropbox share URL to the "secret" URL was
complicated enough to have the tiddler do it for the user. And so I
wrote a widget to do that. The user enters in the shared URL given by
Dropbox and the widget outputs the secret URL that they can copy / paste
with.
See if it is worth having on the TW5.com site.
2015-06-14 19:17:17 -04:00
Jermolene
610b2c3e33
Update release note
2015-06-13 20:37:27 +01:00
Jermolene
b4e5b3b9a0
Add Catalan translation
2015-06-13 20:30:12 +01:00
Jeremy Ruston
a5c49f2a0a
Merge pull request #1751 from r1chard5mith/patch-1
...
Update Variables in WikiText.tid
2015-06-13 18:10:53 +01:00
Jeremy Ruston
ebe0d97914
Merge pull request #1766 from xcazin/fred
...
Corrections and new tiddlers by Marc Viot for the fr-FR edition
2015-06-13 17:31:37 +01:00
Jeremy Ruston
c589c32eba
Merge pull request #1771 from lolole13/patch-1
...
or -> ou
2015-06-13 17:27:46 +01:00
Jeremy Ruston
b38351a5a5
Merge pull request #1777 from sukima/feature/issue-1776-clarify-edit-text-edge-case
...
Make EditTextWidget docs clearer
2015-06-13 17:25:44 +01:00
Jeremy Ruston
f54dcc7d11
Merge pull request #1780 from Marxsal/patch-5
...
Update: How to Apply Custom Styles
2015-06-13 17:12:57 +01:00
Xavier Cazin
2e06f24d33
Merge remote-tracking branch 'upstream/master' into fred
2015-06-13 17:58:45 +02:00
Jermolene
e3965dcd0c
Add info about TiddlyWiki Camp Paris
2015-06-12 11:03:18 +01:00
Jermolene
6d4953a5aa
Higher resolution favicon
...
Annoyingly, I’m still seeing a 16x16 icon on most browsers.
2015-06-10 20:21:47 +01:00
Jermolene
88ce6d0f16
Scale back the warnings on TiddlyDesktop 0.0.4
...
It seems that the previous wording was still encouraging people to run
0.0.3.
2015-06-10 20:21:22 +01:00
Marxsal
d18ad1e853
Update: How to Apply Custom Styles
...
The former instructions didn't explain how class names with special characters could be used in stylesheets. This adds explanation about escaping the % symbol.
2015-06-08 11:11:24 -07:00
Devin Weaver
f7b2e41f3a
Make EditTextWidget docs clearer
...
This is my attempt to make the EditTextWidget clearer. I found it was
confusing and sent me down the wrong path prompting me to open
issue #1776 .
Fixes #1776
2015-06-07 12:02:36 -04:00
Jeremy Ruston
c971c3b22f
Merge pull request #1768 from danielo515/patch-8
...
Add Encrypt Tiddler Plugin to ressources
2015-06-07 13:53:23 +01:00
Jermolene
aa6326be5c
Improve encryption docs
2015-06-07 12:26:11 +01:00
Jermolene
ec2a79ea3b
Remove unneeded .java and .class files
...
Fixes #1775
2015-06-07 12:25:55 +01:00
Lolo le 13
37f8ee1c70
or -> ou
...
Just a one letter change for my first commit.
2015-06-04 23:14:34 +02:00
Daniel Rodríguez Rivero
4cb4a130ae
Add Encrypt Tiddler Plugin to ressources
...
Encrypt tiddler plugin has its own demonstration wiki. Added as resource to tw.com edition.
2015-06-02 09:03:06 +02:00
Xavier Cazin
e361014b5c
Corrections and new tiddlers by Marc Viot for the fr-FR edition
2015-06-01 14:58:21 +02:00
Marc Viot
0f5f961d5d
l20 "demande de TiddlyFox qui vous demande s'il faut activer" => "demande de TiddlyFox d'activer"
2015-06-01 09:03:51 +02:00
Jermolene
ee2be63e31
Add @twMat's TWaddle to community resources
2015-05-29 09:48:02 +01:00
Aurélien Correia
76c5ea5f6f
Communicate on the revival of vis.js Timeline plugin
2015-05-27 12:32:55 +02:00
Jermolene
19fe567784
Update release note
2015-05-22 09:05:25 +01:00
Jermolene
cf0671f97f
Docs folder adjustments
2015-05-22 09:05:25 +01:00
Jermolene
74f3055b9c
Add tooltips to image gallery demo
2015-05-22 09:05:25 +01:00
r1chard5mith
0e6517edd4
Update Variables in WikiText.tid
...
swapped `$(name$)` for `$(name)$` in line 12
2015-05-22 10:24:39 +10:00
Jermolene
9b4b9d4d88
Update sendmessage widget to allow name/value parameters
...
Using `$name` and `$value` attributes allows more flexibility in how
parameter names are specified, allowing parameter names that are not
valid attribute names.
2015-05-18 22:15:23 +01:00
Jermolene
16ebdff1cc
Clarify TextReference documentation
...
Prompted by this comment:
https://github.com/Jermolene/TiddlyWiki5/pull/1721#issuecomment-10217516
5
2015-05-18 19:07:14 +01:00
Jeremy Ruston
420eaa1c88
Merge pull request #1745 from pmario/improve-german-docs
...
Improve german docs
2015-05-18 17:52:36 +01:00
Jermolene
09debe56c1
Clarify use of "slider" terminology
...
Fixes #1735
2015-05-18 17:34:03 +01:00
Jermolene
57cfa95b83
Add "powered by" plugin to release note
2015-05-18 17:33:28 +01:00
Mario Pietsch
668286ae2e
fix umlauts in filename
2015-05-18 17:01:07 +02:00
Mario Pietsch
405cec3fe1
Adopted the new Layout for the landing page. A bit more info
2015-05-18 16:53:58 +02:00
Jermolene
c11e1bb929
Add simple "powered by TiddlyWiki" plugin
2015-05-14 17:04:20 +01:00
Jermolene
6942efa628
Add styling for <kbd>
elements
2015-05-14 10:16:33 +01:00
Mario Pietsch
b3ee75b7c3
removed some files
2015-05-14 01:58:40 +02:00
Mario Pietsch
cd15dadbb9
first run
2015-05-14 01:56:00 +02:00
Jermolene
637aaca2fc
Add pinstripe pattern
...
Useful for window backgrounds
2015-05-13 23:55:00 +01:00
Jeremy Ruston
04d293b9b1
Merge pull request #1721 from nameanyone/master
...
RevealWidget state can be a text reference
2015-05-12 13:09:43 +01:00
Jermolene
97ae0cd4f0
Remove CodeMirror plugin from default client-server editions
...
Fixes #1716
2015-05-12 12:52:37 +01:00
Jermolene
eb1bce2ff2
Switch to fluid-fixed just for the prerelease edition
...
Fixes #1719
2015-05-11 22:04:31 +01:00
Jermolene
a961a40ece
Prerelease tweaks
2015-05-11 20:16:15 +01:00
Jermolene
a98c042f33
Refactor prerelease greeting tiddler
2015-05-11 20:15:55 +01:00
nameanyone
29db528d74
RevealWidget state can be a text reference
2015-05-10 03:58:09 -07:00
Jermolene
42a3e31b1b
Tweaks to #1678
2015-05-07 19:44:08 +01:00
Jeremy Ruston
e93d32cdd7
Merge pull request #1678 from felixhayashi/feature/vars_widget
...
Introducing the vars widget
2015-05-07 19:36:25 +01:00
Jeremy Ruston
3644462a80
Merge pull request #1693 from vouko/patch-4
...
Typo
2015-05-07 19:04:22 +01:00
Jermolene
03f3b1fdb4
Fix tiddler filename
2015-05-05 21:53:45 +01:00
Jeremy Ruston
e0eb5186e6
Merge pull request #1702 from nameanyone/master
...
Transclusion and Substitution - fixed the link
2015-05-05 21:53:03 +01:00
nameanyone
a19452f819
Transclusion and Substitution - fixed the link
...
The tiddler got renamed a while ago, the link was pointing to non-existent old name.
2015-05-05 13:48:48 -07:00
Jermolene
98a8df0ace
Improve SVG curved text docs
2015-05-05 07:38:00 +01:00
Jeremy Ruston
7adca1fd83
Merge pull request #1684 from nameanyone/master
...
Close outermost div element
2015-05-04 21:07:17 +01:00
Jeremy Ruston
99ea341ae1
Merge pull request #1685 from roma0104/issue1434
...
Added text notifying users of issue #1434
2015-05-04 20:59:48 +01:00
Jermolene
b51603f3e2
Introduce fluid story/fixed sidebar mode
...
A new mode where the sidebar width is fixed and the story river expands
to fill the remaining space.
2015-05-04 19:19:40 +01:00
Jermolene
7667225840
Docs update
2015-05-02 12:13:01 +01:00
Jermolene
9cf5d88cc9
Add "open new window" tiddler toolbar button
2015-05-02 12:12:51 +01:00
Vouko
e0ec325afa
Update SetWidget.tid
2015-05-02 10:56:24 +02:00
Jermolene
825f0f4e2b
Docs updates
2015-04-30 16:44:49 +01:00
Jermolene
e16453acbc
Docs update
2015-04-30 16:22:39 +01:00
Jermolene
3b78ebb9c0
Typos
2015-04-30 11:30:32 +01:00
Jermolene
94817911c3
Typo
2015-04-30 09:06:21 +01:00
Jermolene
f270788f33
Typo
2015-04-29 22:15:52 +01:00
Jermolene
70a2019d85
Add new feature demos to prerelease
2015-04-29 22:13:06 +01:00
Jermolene
ea9f8a4ef1
Use vanilla theme to demo contrast palette
...
Because the Snow White theme includes gradients and shadows
2015-04-28 09:11:57 +01:00
Jermolene
28421038e4
Tweak SVG example for dark palettes
2015-04-28 09:11:11 +01:00
Roma Hicks
5b7a7268d8
Changed structure to use less space.
2015-04-27 21:40:20 -05:00
Roma Hicks
f9c50d9a6d
Added text notifying users of issue #1434
2015-04-27 21:31:18 -05:00
nameanyone
29829bb68a
Update Latest.tid
2015-04-27 15:24:38 -07:00
nameanyone
8d12028374
Update Latest.tid
2015-04-27 15:23:41 -07:00
Jermolene
1b25d4b51a
Improve "Contrast" palette
...
Trying to make it more useful for visually impaired users - see #1682
2015-04-27 21:46:31 +01:00
Felix Hayashi
740627795f
This widget allows the user to set multiple variables in one go.
...
It thereby reduces code complexity that would arise when setting
many variables using "<$set>".
```
\define helloworld() Hello world!
<$vars greeting="Hi" me={{!!title}} sentence=<<helloworld>>>
<<greeting>>! I am <<me>> and I say: <<sentence>>
</$vars>
```
How this Widget differs from the set widget:
* Variables may be created by using the "key=value" notation
that you already know from widgets like action-setfield.
* You cannot specify a fallback ("emptyValue")
* You cannot use a filter to produce a conditional variable assignement
Original discussion that led to the creation of this widget:
https://github.com/Jermolene/TiddlyWiki5/issues/1610
2015-04-27 17:07:13 +02:00
Jermolene
df84e93283
Add position: relative to scrollable widget
...
So that popups within the scrollable behave correctly.
Fixes #1679
2015-04-27 13:38:20 +01:00
Jermolene
e518c0e88e
Fix typo #1681
...
Thanks @Ishindri
2015-04-27 13:25:43 +01:00
Jermolene
07e3a50e66
Missed off previous commit
2015-04-27 13:18:57 +01:00
Jermolene
b06b21222e
Add TiddlyDesktop releases to tiddlywiki.com
2015-04-27 13:18:45 +01:00
gernert
1d4c387113
Update SystemTags.tid
...
Add missing tags
2015-04-25 20:52:56 +02:00
Jeremy Ruston
734d815c9d
Merge pull request #1668 from BramChen/master
...
Improve chinese editions
2015-04-21 22:18:00 +01:00
Jermolene
bc6713007f
TiddlySpot docs update
2015-04-21 19:29:44 +01:00
Jermolene
8776c3c7e5
Preparing for 5.1.9
2015-04-21 19:29:36 +01:00
Bram Chen
485de75ffc
Add download-empty for chinese editions
2015-04-20 11:39:08 +08:00
Bram Chen
b798743b3e
Improve metadata of chinese editions
2015-04-20 11:21:50 +08:00
Jermolene
ee81425968
Preparing for 5.1.8 release
2015-04-17 17:34:31 +01:00
Jermolene
4dbf46e3d7
Docs updates
2015-04-17 17:07:47 +01:00
Jermolene
98011b611a
Release note updates
2015-04-17 15:58:13 +01:00
Jermolene
bef333e52b
Typos in nsortcs and sortcs docs
2015-04-17 13:58:32 +01:00
Jermolene
6e2bfc8c77
Remove icon from gentle guide link panel
2015-04-17 13:58:07 +01:00
Jermolene
534f2bc12d
Docs updates
2015-04-16 18:33:55 +01:00
Jermolene
8dca128725
Docs updates
2015-04-13 07:51:01 +01:00
Jermolene
ba0ddb939c
Re-establish "Configurations" TOC heading
2015-04-12 19:57:06 +01:00
Jermolene
89679c1b6a
Add local plugin library to prerelease for debugging
2015-04-09 11:02:14 +01:00
Jermolene
596caafd5f
Docs tweaks
2015-04-09 11:01:49 +01:00
Jermolene
660090912b
Release note update
2015-04-06 16:39:18 +01:00
Jermolene
fd9bbcd21e
Release note updates
2015-04-04 10:39:58 +01:00
Jeremy Ruston
aacde0d703
Merge pull request #1635 from reflectionalist/patch-1
...
Document how to use relative paths (fix #1628 )
2015-04-04 08:35:36 +01:00
Hong-Yi Dai
2140ae2b51
Fix a typo
2015-04-04 07:48:32 +08:00
Jermolene
eb8d44e288
Add new community links
2015-04-03 12:22:21 +01:00
Hong-Yi Dai
6410f31aaa
Document how to use relative paths ( fix #1628 )
2015-04-03 11:11:37 +08:00
Jermolene
a35425e579
Add a light background photo for comparison
2015-04-02 13:19:06 +01:00
Jermolene
a3f4221008
Tweaks to background image support
...
And some demo images for use as backgrounds
2015-04-02 12:11:13 +01:00
Jermolene
5effb3fdc3
Tweak HelloThere
2015-04-01 14:09:10 +01:00
Jermolene
46848b817c
Remove help plugin from main release
...
The help plugin really needs some up-to-date screencasts before it is
useful.
2015-04-01 14:08:06 +01:00
Jermolene
4f927cb492
Tweak link panels
2015-04-01 14:07:24 +01:00
Jermolene
ae817a441f
Bigger link panels
2015-04-01 14:07:09 +01:00
Jeremy Ruston
57e71b5506
Merge pull request #1618 from le-pako/patch-3
...
Update Introduction to Filters.tid
2015-03-31 13:17:42 +01:00
Jeremy Ruston
b460bac579
Revert "Motovun jack"
2015-03-31 09:06:22 +01:00
Jermolene
33953f2634
Docs update
2015-03-31 09:00:27 +01:00
Mario Pietsch
93cc9af145
also changed core icon. changed ids
2015-03-30 19:41:08 +02:00
Mario Pietsch
d0e6b1ddff
added doctype to pass w3c validator
2015-03-30 13:10:16 +02:00
Mario Pietsch
ea943b551a
fix motovun jack paths, remove unnecessary nodes, fix back feets and left ear
2015-03-30 12:01:00 +02:00
Jermolene
6dc443f3ef
Docs tweaks for HelloThere
2015-03-26 11:15:55 +00:00
Jermolene
bf67ea02ac
Docs tweaks
2015-03-26 11:15:43 +00:00
Jermolene
47dc16a179
Docs tweaks
2015-03-25 22:15:51 +00:00
Jermolene
3e8d1b3955
Incomplete docs about the thumbnail macro
2015-03-25 22:15:34 +00:00
Jermolene
8c7a6c5030
Remove github fork ribbon from tiddlywiki.com
...
We’ll keep using it on the /dev site, but now that we’ve got the link
panels we don’t need it on the main site
2015-03-25 22:15:17 +00:00
Jermolene
055a38ea4c
Further link panel tweaks
2015-03-25 17:06:29 +00:00
Jermolene
0ea1dad2c8
Better background for developer link
2015-03-25 08:38:15 +00:00
Jermolene
c18e9d170b
Add GitHub and Twitter buttons
2015-03-25 08:38:06 +00:00
Jermolene
e56f204633
Remove icon from Jack's midriff
...
It looks strange to have an icon overlaid on Motovun Jack.
2015-03-24 08:34:54 +00:00
Jermolene
ff103665cf
More link panel tweaks
2015-03-23 19:47:55 +00:00
Jermolene
843871e195
Tweaks to link panels
...
Taking into account some of @pmario’s feedback
2015-03-23 19:40:52 +00:00
Jermolene
b31237c86d
Front page link panels prototype
...
Starting to explore #1609
2015-03-23 16:05:25 +00:00
Jermolene
bd6472c1d1
Add style attribute to reveal widget
2015-03-23 15:28:26 +00:00
Jermolene
5b38f2a17c
Remove youtube specificity from thumbnail macros
2015-03-23 11:36:11 +00:00
Jermolene
66f4faaef4
Better margin and style handling for youtube macro
2015-03-22 19:52:09 +00:00
Jermolene
9c27d22ea6
Add caption and tweak styling for youtube macro
...
More fixes for #1547
2015-03-22 18:01:46 +00:00
Jermolene
542372c722
Replace big red introduction video with thumbnail
...
Hopefully fixes #1547
2015-03-22 17:35:37 +00:00
Jermolene
e00d417a31
Punctuation tweak
2015-03-22 15:53:26 +00:00
Mario Pietsch
ffa7988fd0
remove TW wikilink
2015-03-22 12:00:31 +01:00
Mario Pietsch
cf57777556
fix the problem with an invisible link if addblocking is active
2015-03-22 11:57:01 +01:00
Jermolene
fc315d1df7
Make sticky titles be a theme tweak for Vanilla theme
...
Fixes #1599 (albeit brutally!)
2015-03-22 10:15:43 +00:00
Jermolene
9d2b782ae9
Adjust ribbon text and link to "Spread the Word"
...
Fixes #1590
2015-03-22 09:55:47 +00:00
Jermolene
0b2f1fb41f
Fix plugin library location
...
I use 127.0.0.1 during testing
2015-03-22 09:39:02 +00:00
Jermolene
00f35fe41a
Don't HTML encode single quotes
...
They don’t get automatically decoded when the browser reads the
resulting HTML. So, instead, we’ll solve
1e9e1a1fdc
by switching to double quotes
for attribute values.
2015-03-21 14:17:42 +00:00
Jermolene
f2a7f00870
Improve plugin readmes
...
Now every plugin has a short, introductory readme tiddler that is shown
in the online plugin library.
2015-03-19 10:53:45 +00:00
Pako
d1a8c683a2
Update Introduction to Filters.tid
...
Corrected an error in the explanation of the `+` prefix.
It actually adds the filter to the list of filters, thus keeping only the tiddlers matching the additional filter.
2015-03-18 21:30:23 +01:00
Jermolene
24435a46be
Lots of improvements to the plugin library
...
* Moved “add new plugin” into a modal wizard
* Adopt big friendly buttons
* Add plugin icons and readmes to “add new plugin” modal
* Use tabs for splitting plugins/themes/languages
* Consistent styling between the “add new plugin” modal and the
“installed plugins” control panel tab
* Behind the scenes, moved from addressing the library as
`recipes/defaults/tiddlers/<etc>` to `recipes/library/tiddlers<etc>`
2015-03-18 11:46:28 +00:00
Jermolene
cf11741df9
Include the version number in the plugin library path
...
See also:
https://github.com/Jermolene/build.jermolene.github.io/commit/a00a8a6df6
09ef5e4b2ed85039da72780ac81512
2015-03-16 15:44:24 +00:00
Jermolene
055f6bdfa5
Release note update
2015-03-16 09:40:31 +00:00
Jermolene
1447c955a5
Release note update
2015-03-14 17:21:37 +00:00
Jeremy Ruston
fe0e726c79
Merge pull request #1574 from le-pako/patch-1
...
Update TiddlyClip by buggyjay.tid
2015-03-14 17:21:13 +00:00
Jermolene
ae001a19e5
Upgrade to KaTeX v0.2.0
2015-03-14 08:34:16 +00:00
Jermolene
3165eb1429
Update contributors list
2015-03-13 16:27:16 +00:00
Jermolene
0444420346
Update plugin installation instructions
2015-03-13 10:18:42 +00:00
Jermolene
253859cc7c
Update release note
2015-03-13 10:18:28 +00:00
Jermolene
70e454fa6d
Release note update
2015-03-13 10:07:16 +00:00
Pako
374682a306
Update TiddlyClip by buggyjay.tid
...
Small edit to correct a type on Firefox name and add a link.
2015-03-13 10:36:25 +01:00
Florent V.
c4da71e2fd
Adding the 'language' type to the table of plugins options
2015-03-12 13:46:42 +01:00
Jermolene
b69dff861d
Fix tests for c33a17a475
2015-03-11 21:58:45 +00:00
Jeremy Ruston
e4cc5dca77
Merge pull request #1545 from aelocson/variable-docs
...
Document the tv-* variables
2015-03-11 21:44:32 +00:00
Jeremy Ruston
c98990d3d6
Merge pull request #1556 from felixhayashi/patch-2
...
Missing advice in Contributing.tid
2015-03-11 18:26:23 +00:00
Jermolene
3431b84625
Use explicit parameter name
...
As suggested by @pmario in
https://github.com/Jermolene/TiddlyWiki5/pull/1536/files#r26186766
2015-03-11 17:09:25 +00:00
Jeremy Ruston
07d0609083
Merge pull request #1560 from sukima/remove-freedom-bits
...
Remove freedombits community example
2015-03-10 20:32:11 +00:00
Jeremy Ruston
9097697c52
Merge pull request #1536 from aelocson/macro-syntax-fix
...
Fix a broken use of the list-links macro
2015-03-10 20:23:23 +00:00
Jermolene
ab9bdb208e
Add thumbnail and links for TiddlyWiki Poster
2015-03-10 17:24:17 +00:00
Jermolene
e46d3d74be
Rename node-webkit to NW.js
2015-03-10 16:54:53 +00:00
Jermolene
1808b1597e
Support custom HTML element tags for reveal widget
2015-03-10 12:44:47 +00:00
Jermolene
8ab73894e9
Remove extraneous colon
2015-03-10 11:04:35 +00:00
Jermolene
49a9a2c44c
Add Slovak translation
...
Thanks to Vlado Luknar
2015-03-10 11:04:25 +00:00
Jermolene
bd175504f8
Add "full" edition for testing plugins
2015-03-10 10:49:44 +00:00
Devin Weaver
74deae3c38
Remove freedombits community example
...
The URL (freedombits.org) is no longer hosting this example. It no
longer provides a good example as there is no TiddlyWiki linked anymore.
With much regret it needs to be removed till the original author can fix
the problem.
2015-03-06 16:28:43 -05:00
Felix Küppers
3e47f5c454
Update Contributing.tid
2015-03-06 15:47:56 +01:00
Felix Küppers
8ffe517736
Update Contributing.tid
2015-03-06 14:42:09 +01:00
Astrid Elocson
27e6c7bb8d
Add links to tv-* variables in LinkWidget.tid
2015-02-28 14:45:22 +00:00
Astrid Elocson
f73891c083
Document the tv-* variables
2015-02-28 14:38:00 +00:00
Jeremy Ruston
27454dabb1
Merge pull request #1525 from Spangenhelm/patch-1
...
Adding the missing 'language' type
2015-02-28 12:12:11 +00:00
Astrid Elocson
af34b1af05
Remove extraneous \end from doc-macros.tid
2015-02-28 08:16:10 +00:00
Astrid Elocson
999e0c3ba4
Fix a broken use of the list-links macro
2015-02-27 19:33:22 +00:00
Astrid Elocson
b001c7b558
Macros and styles for tips and warnings
2015-02-26 16:32:00 +00:00
Jeremy Ruston
6fcca43fd2
Merge pull request #1519 from aelocson/variable-docs
...
Overhaul the macro and variable documentation
2015-02-25 19:15:17 +00:00
Jermolene
489bc7a50b
Only scroll to top when tiddlers are completely off-screen
...
Fixes #1526
2015-02-25 19:01:40 +00:00
Astrid Elocson
61b8180562
Resolve merge conflict in LinkWidget.tid
2015-02-25 12:53:57 +00:00
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
Florent V.
41696e725d
Adding the missing 'language' type
...
What about the 'core-version' field ? Should we add it ? Therefore we will need to add some doc about it. (how to use it correctly etc...)
2015-02-25 03:58:18 +01:00
Jermolene
b13d87fdf2
Overhaul the macro and variable documentation #1519
2015-02-24 17:41:16 +01:00
Jermolene
6a497eff6c
Add prototype stacked storyview
2015-02-23 11:28:50 +01:00
Jermolene
950a86c7b7
Extend link widget with additional attributes
...
Add “tabindex”, “draggable” and “tag” attributes
2015-02-23 11:23:44 +01:00
Jermolene
0bd2ec50e1
Add stacked storyview plugin
2015-02-23 11:21:57 +01:00
Jermolene
60e6b584bf
Extend link widget with new attributes
...
Add “draggable”, “tag” and “tabindex” attributes to link widget.
2015-02-23 11:16:44 +01:00
Astrid Elocson
ad9aa58528
Overhaul the macro and variable documentation
2015-02-21 23:03:24 +00:00
Jermolene
ccc2f6d153
Revert "Update documentation for action-setfield widget"
...
This reverts commit 3746b1b9e8
.
2015-02-21 09:40:41 +00:00
Jermolene
70e419824f
Add first pass of help panel
...
This is just an idea really.
The help plugin is only included in the tw5.com wiki; the idea is to
also include it in the empty.html wiki, either as a plugin or as part
of the core.
If it stays as a plugin, the idea would be to have different help
plugins for different languages.
2015-02-20 22:44:55 +00:00
Jermolene
3746b1b9e8
Update documentation for action-setfield widget
2015-02-20 19:33:17 +00:00
Jeremy Ruston
e7e16137b2
Merge pull request #1512 from aelocson/plugin-descriptions
...
Consistent plugin descriptions
2015-02-20 18:08:34 +00:00
Jermolene
396efedc3f
Update tests for 1e9e1a1fdc
2015-02-20 16:19:06 +00:00
Jermolene
50cf85ae86
Move arrows to the left in the explorer view
2015-02-19 13:58:27 +00:00
Jermolene
4931462981
Remove index numbers from explorer view
2015-02-19 13:58:09 +00:00
Astrid Elocson
28f78730ba
Consistent plugin descriptions
2015-02-17 10:28:54 +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
Jeremy Ruston
1f610c22f8
Merge pull request #1429 from aelocson/order-tagged
...
Adjust documentation following pull #1378
2015-01-28 13:54:50 +00:00
Jeremy Ruston
040ed56de5
Merge pull request #1430 from tobibeer/1378-tests-sorting-unlisted-tiddlers
...
update tagging filter tests
2015-01-28 13:16:24 +00:00
Jeremy Ruston
1e13eacd25
Merge pull request #1431 from aelocson/each-list-doc
...
Adjust documentation following pull #1422
2015-01-28 11:42:40 +00:00
Jermolene
99f24eefa4
Move if macro to macros directory
2015-01-28 11:42:12 +00:00
Astrid Elocson
d536030c5d
Adjust documentation following pull #1422
2015-01-27 20:38:30 +00:00
Tobias Beer
b40da093af
added tests to tagging for changes in #1378
...
using a single test-filters.js is (becoming) a pain... I'd rather have a
single test file per filter / module / function
2015-01-27 18:20:03 +01:00
Astrid Elocson
e6d204db0f
Adjust documentation following pull #1378
2015-01-27 15:44:55 +00:00
Jeremy Ruston
618bc166ed
Merge pull request #1382 from felixhayashi/patch-2
...
Releases.tid now switches to the newest releast per default
2015-01-27 14:12:15 +00:00
Jeremy Ruston
bc87486ee1
Merge pull request #1390 from aelocson/railroad
...
Improvements to railroad plugin
2015-01-27 13:54:50 +00:00
Jeremy Ruston
5ccbe961f9
Merge pull request #1412 from alexhough/patch-3
...
change to current version
2015-01-27 13:08:14 +00:00
alexhough
225b6ac950
changed to use <<version>>
2015-01-26 22:26:00 +00:00
Jeremy Ruston
6dbe0e310d
Merge pull request #1408 from Mathobal/patch-1
...
WikiText error in documentation
2015-01-26 21:33:34 +00:00
Jeremy Ruston
b81432aee2
Merge pull request #1417 from aelocson/filter-docs
...
Overhaul the filter operator documentation
2015-01-26 18:43:24 +00:00
Jermolene
b845751d3c
Add Punjabi and Hindi translations
...
Many thanks to Atul Grover
2015-01-26 16:48:11 +00:00
Astrid Elocson
baceb21fbb
Document splitbefore and storyviews operators
2015-01-26 14:42:22 +00:00
Astrid Elocson
89163e0e85
Adjust style of filter operator placeholders
2015-01-26 09:26:24 +00:00
Astrid Elocson
88ea60cc7e
correction to statement about filter whitespace
2015-01-25 10:53:56 +00:00
Astrid Elocson
15f05b076c
Retarget a couple of links and add trailing linefeeds
2015-01-24 21:53:28 +00:00
Astrid Elocson
aac2a63e05
Overhaul the filter operator documentation: part 2
2015-01-24 21:18:44 +00:00
alexhough
910d59c166
change to current version
2015-01-23 09:16:16 +00:00
Ben Williams
e423c21912
WikiText error in documentation
...
A minor issue - the wrong slashes are used in part of this text for emphasis. This confused me until I realised what was going on (I thought the /'s were part of the template syntax).
2015-01-22 15:00:57 +00:00
Astrid Elocson
ade1c40911
Revise terminology around tiddler sets
2015-01-19 19:37:26 +00:00
Felix Küppers
adfb31a572
Update Releases.tid
2015-01-18 22:07:10 +01:00
Astrid Elocson
9bd3fb7238
Rename filter operator .tid files
2015-01-18 19:20:02 +00:00
Astrid Elocson
172c7ef7dd
Overhaul the filter operator documentation: part 1
2015-01-18 18:39:00 +00:00
Astrid Elocson
8fc404bbca
Make filter syntax explanations accurate
2015-01-14 21:27:07 +00:00
Astrid Elocson
53953399c3
Correct spaces to tabs
2015-01-13 22:48:18 +00:00
Astrid Elocson
35b99dccee
Correct typo in sample tag name
2015-01-12 20:01:24 +00:00
Jermolene
f4005871b4
Correct extension for IteratorVariables
...
@tobibeer the problem was the missing .tid extension.
2015-01-11 22:29:41 +00:00
Astrid Elocson
5a20ac98fa
Correct typo in macro name
2015-01-11 21:03:07 +00:00
Jeremy Ruston
17f2e5e7e6
Merge pull request #1332 from tobibeer/list-widget-iterator
...
documentation for list iterators
2015-01-11 19:59:28 +00:00
Jermolene
531f019669
Release note update
2015-01-11 19:59:04 +00:00
Jeremy Ruston
d197af7995
Merge pull request #1359 from aelocson/doc-macros
...
Introduce documentation macros
2015-01-11 19:57:19 +00:00
Astrid Elocson
28b6302a83
Improve filter documentation
2015-01-11 19:09:35 +00:00
Astrid Elocson
76a3a44d4c
Introduce documentation macros
2015-01-11 19:04:14 +00:00
Astrid Elocson
d5278866fd
Move style guide tiddlers to their own folder
2015-01-11 19:03:21 +00:00
Tobias Beer
557d1e9207
updated tw-code macro to use codeblock widget
...
As per fix....
https://github.com/Jermolene/TiddlyWiki5/pull/1332#issuecomment-69499836
Tested, working.
2015-01-11 18:15:27 +01:00
Jermolene
9e167dc468
Adjust tests for system tiddler linking ( #1103 )
2015-01-11 16:44:51 +00:00
Jermolene
f16f66cc5b
Release note update
2015-01-11 16:32:32 +00:00
Jermolene
c44a349f1e
Release note updates
2015-01-11 16:26:32 +00:00
Jeremy Ruston
77ff5ce86b
Merge pull request #1351 from dpdannemiller/patch-1
...
Update Creating and editing tiddlers.tid
2015-01-11 16:21:52 +00:00
Jermolene
88cf991ec5
Updated release note
2015-01-11 16:19:50 +00:00
Jermolene
f1ca5936e3
Move new editions/editiondescription filter docs
...
Might as well put them in tw5.com because we can’t build it with 5.1.17
any more anyway.
2015-01-11 15:19:50 +00:00
Jermolene
b768dc332b
Refactor edition-info handling
...
Introducing new filters that can be used under Node.js
2015-01-11 15:00:54 +00:00
Tobias Beer
80631b35ea
updated NestedLists, renamed to GroupedLists added tw-code macro
...
Didn't implement the codeblock widget as suggested here...
https://github.com/Jermolene/TiddlyWiki5/pull/1332#discussion_r22762157
...because it would only return `undefined`.
2015-01-11 11:55:22 +01:00
dpdannemiller
048b50924f
Update Creating and editing tiddlers.tid
...
Typo.
2015-01-10 14:38:37 -06:00
Jeremy Ruston
be06cb1019
Merge pull request #1334 from tobibeer/variable-documentation
...
updates to variable documentation
2015-01-10 15:05:48 +00:00
Tobias Beer
391768ae3f
updates to variable documentation
2015-01-07 16:18:36 +01:00
Tobias Beer
2ff7e0c6c6
removed superfluous newline
2015-01-06 21:22:47 +01:00
Tobias Beer
3d61dd1aa9
documentation for #1330
...
heavily modified ListWidget
extracted NestedLists
added IteratorVariables
2015-01-06 21:18:28 +01:00
Jeremy Ruston
f920e9e243
Merge pull request #1319 from felixhayashi/patch-1
...
Update and rename Taskgraph by Felix Kuppers.tid
2015-01-06 14:31:29 +00:00
Jeremy Ruston
dbf945dbcb
Merge pull request #1322 from xcazin/fred
...
fr-FR translation of the TableOfContentsMacro documentation
2015-01-06 14:18:30 +00:00
Astrid Elocson
ed85fdddea
Update Introduction to Filters.tid
2015-01-05 20:59:08 +00:00
Astrid Elocson
39d888b688
Update Introduction to Filters.tid
2015-01-05 20:58:36 +00:00
Astrid Elocson
90e43d5f5a
Further improvements around filter documentation
2015-01-05 14:06:10 +00:00
Xavier Cazin
a7d2fd4175
fr-FR translation of TableOfContentsMacro documentation
2015-01-05 11:38:32 +01:00
Felix Küppers
ea4b282ed8
Update and rename Taskgraph by Felix Kuppers.tid to TiddlyMap by Felix Kuppers.tid
2015-01-04 21:43:00 +01:00
Jeremy Ruston
71357a8e39
Merge pull request #1316 from aelocson/filter-syntax
...
Use railroad diagrams to explain filter syntax
2015-01-04 16:00:17 +00:00
Jeremy Ruston
a8b9d2455c
Merge pull request #1317 from twMat/patch-1
...
Update TiddlyWiki Hangouts.tid
2015-01-04 15:57:38 +00:00
Jermolene
95897103ef
Update edit-text widget docs
2015-01-04 14:10:13 +00:00
twMat
e319e65574
Update TiddlyWiki Hangouts.tid
...
Delinkify word "YouTube" to not mistake it for a link.
2015-01-04 11:44:11 +01:00
Astrid Elocson
388464190d
Use railroad diagrams to explain filter syntax
2015-01-03 20:16:46 +00:00
Jermolene
3f5e46011f
Remove inaccurate docs
2015-01-02 17:42:04 +00:00
Jermolene
785e1c7789
Tweaks to tiddler widget docs
2015-01-02 17:11:37 +00:00
Jeremy Ruston
dcbe2d657e
Merge pull request #1300 from tobibeer/patch-3
...
fixes example and improves readability
2015-01-02 17:08:28 +00:00
Jermolene
652ca2a807
Add Jim Lehmer's site to resources
2015-01-02 16:00:00 +00:00
Tobias Beer
31c9998c62
fixes example and improves readability
2014-12-31 12:38:15 +01:00
Jermolene
544ee4668e
Typo correction
2014-12-31 09:34:32 +00:00
Jeremy Ruston
ef6a6fea87
Merge pull request #1294 from aelocson/patch-4
...
Improvements to filter grammar presentation
2014-12-30 18:42:51 +00:00
Jeremy Ruston
8707d51b7d
Merge pull request #1293 from aelocson/patch-3
...
Improvements to wording
2014-12-30 18:42:03 +00:00
Jermolene
a8854662e4
Keep documentation style guide in the TOC
2014-12-30 18:38:22 +00:00
Jermolene
b8f090e0c6
Clean up from merging @roma0104's changes
2014-12-30 18:37:12 +00:00
Jeremy Ruston
6672af7c62
Merge pull request #1289 from aelocson/patch-2
...
Expand the Document Style Guide
2014-12-30 18:37:05 +00:00
Jeremy Ruston
399a80643a
Merge pull request #1283 from aelocson/patch-1
...
Improvements to wording
2014-12-30 18:34:55 +00:00
Jermolene
6d87b505b1
Merge branch 'master' of https://github.com/roma0104/TiddlyWiki5 into roma0104-master
...
Conflicts:
editions/tw5.com/tiddlers/community/resources/Briefcase mGSD.tid
licenses/cla-individual.md
2014-12-30 18:22:07 +00:00
Jermolene
21df296c2f
Docs: Clarify widgets generated by wikitext transclusion
2014-12-30 09:09:40 +00:00
Astrid Elocson
e6ede67282
Further improvements suggested by felixhayashi
2014-12-28 16:16:24 +00:00
Jermolene
cb8caf6a01
Fix accidental commit of Czech translation as Polish
...
I inadvertently committed the new Czech translation as Polish.
2014-12-28 15:51:19 +00:00
Astrid Elocson
597a5fb2f2
Update and make easier to understand
2014-12-28 10:07:30 +00:00
Astrid Elocson
79a3beeaa6
Add concept of Tag Tiddlers
2014-12-28 09:55:36 +00:00
Astrid Elocson
4f1d6f71fc
Add concept of JSON Tiddlers
2014-12-28 09:54:44 +00:00
Astrid Elocson
9aafed511b
Add concept of Dictionary Tiddlers
2014-12-28 09:53:58 +00:00
Astrid Elocson
117d10275f
Improvements to wording
2014-12-28 09:51:53 +00:00
Astrid Elocson
e9c6610d74
Improvements to wording
2014-12-28 09:51:13 +00:00
Astrid Elocson
7290be9e47
Improvements to wording
2014-12-28 09:50:19 +00:00
Jermolene
bae00fcbf6
Add Polish translation
2014-12-27 12:37:06 +00:00
Jermolene
5d947ed582
Add Spanish translation
2014-12-27 12:24:17 +00:00
Jermolene
fa9fc38be8
Fix "Hide Furniture" theme
...
To account for integrating “sticky titles” theme with “Vanilla”
2014-12-27 12:00:52 +00:00
Astrid Elocson
42050e1b03
Remove duplicate field line
2014-12-26 19:33:37 +00:00
Astrid Elocson
c5650708a7
Create Technical Prose Style.tid
2014-12-26 19:32:01 +00:00
Astrid Elocson
bcee212195
Create Typography.tid
2014-12-26 19:31:18 +00:00
Astrid Elocson
439154c0ea
Create Spelling.tid
2014-12-26 19:30:11 +00:00
Astrid Elocson
e415edb440
Create Tiddler Structure.tid
2014-12-26 19:29:41 +00:00
Astrid Elocson
1366ef3e1c
Create Tiddler Titles.tid
2014-12-26 19:29:03 +00:00
Astrid Elocson
dfd4c480d2
Create Reference Tiddlers.tid
2014-12-26 19:28:24 +00:00
Astrid Elocson
f952b8f1df
Create Instruction Tiddlers.tid
2014-12-26 19:27:38 +00:00
Astrid Elocson
421d75a207
Initial expansion of the Documentation Style Guide
2014-12-26 19:24:47 +00:00
Astrid Elocson
1905093411
Change TiddlerChain to TitleList
2014-12-23 21:57:18 +00:00
Astrid Elocson
5f3de6ec17
Change TiddlerChain to TitleList
2014-12-23 21:56:00 +00:00
Astrid Elocson
cc2688bf44
Update and rename TiddlerChain.tid to TitleList.tid
2014-12-23 21:55:04 +00:00
Astrid Elocson
25e447f69e
Rephrase route through tabs
...
Provisionally, rather than using any sort of arrow symbol. We need to standardise a notation for referring to hierarchical UI, but that will come with the documentation style guide.
2014-12-23 21:46:20 +00:00
Astrid Elocson
7ca37739aa
Simplify style of arrow in tab hierarchy
...
This is something that
2014-12-23 17:32:45 +00:00
Astrid Elocson
304848f258
Add a TiddlerChain tiddler
...
For the common but unnamed concept of a "string [[of tiddler]] titles" like that.
2014-12-23 15:06:18 +00:00
Astrid Elocson
39c786b042
Link to the TiddlerChain tiddler
2014-12-23 15:05:17 +00:00
Astrid Elocson
8e47a20069
Improvements to wording
2014-12-23 14:59:16 +00:00
Astrid Elocson
e450777b94
Correct reference to the download button
2014-12-23 10:44:18 +00:00
Astrid Elocson
626163df69
Correct reference to the download button
2014-12-23 10:43:54 +00:00
Astrid Elocson
ff11f4c43e
Correct reference to the download button
2014-12-23 10:41:50 +00:00
Jeremy Ruston
e1138d94c9
Merge pull request #1279 from aelocson/patch-2
...
Give InfoPanel its own tiddler
2014-12-23 08:43:55 +00:00
Astrid Elocson
1b61ad13d2
Clearer wording
2014-12-23 07:33:38 +00:00
Astrid Elocson
efda54465e
Create InfoPanel tiddler
2014-12-23 00:31:54 +00:00
Astrid Elocson
cbc20a40de
Give InfoPanel its own tiddler
2014-12-23 00:12:08 +00:00
Astrid Elocson
333100aa33
Clarify AutoSave in docs for "save tiddler"
2014-12-22 23:16:27 +00:00
Jeremy Ruston
e56e2a2450
Merge pull request #1277 from aelocson/patch-5
...
Improvements to wording
2014-12-22 21:03:41 +00:00
Jeremy Ruston
3cd18d7410
Merge pull request #1275 from aelocson/patch-4
...
Improvements to wording
2014-12-22 21:00:52 +00:00
Jeremy Ruston
edaa86aa0e
Merge pull request #1274 from aelocson/patch-3
...
Improvements to wording
2014-12-22 21:00:13 +00:00
Jeremy Ruston
0efb8e9a09
Merge pull request #1273 from aelocson/patch-2
...
Present the best approach to navigating first
2014-12-22 19:13:31 +00:00
Jeremy Ruston
2c8e2df599
Merge pull request #1262 from Jc-L/patch-1
...
Update ExternalImages.tid
2014-12-22 18:36:20 +00:00
Astrid Elocson
db37f6030f
link to InfoPanel
2014-12-22 17:58:05 +00:00
Astrid Elocson
7f0fb08203
remove brackets, add link to InfoPanel
2014-12-22 17:43:15 +00:00
Astrid Elocson
f715286035
correct missing space
2014-12-22 17:37:17 +00:00
Astrid Elocson
c6fbaadfeb
Improvements to wording
2014-12-22 17:26:27 +00:00
Astrid Elocson
6fe1024fe8
Improvements to wording
2014-12-22 17:09:48 +00:00
Astrid Elocson
2871c5fcb2
Improvements to wording
2014-12-22 17:07:42 +00:00
Astrid Elocson
0f0ecd3d9e
Improvements to wording
2014-12-22 17:05:08 +00:00
Astrid Elocson
09cd827a51
Improvements to wording
2014-12-22 16:03:52 +00:00
Astrid Elocson
3c5dc7061a
Improvements to wording
2014-12-22 15:31:21 +00:00
Astrid Elocson
fb86f3ec5a
Present the best approach to navigating first
...
The best technique should be the first one listed. Not everyone will read to the end.
2014-12-22 15:07:49 +00:00
Astrid Elocson
a9829d50e0
Fix links to tw.com from tw.com/dev
2014-12-22 13:47:27 +00:00
Astrid Elocson
059c32aa24
Fix links to tw.com from tw.com/dev
2014-12-22 13:45:57 +00:00
Astrid Elocson
7fc102eea7
Fix links to tw.com from tw.com/dev
2014-12-22 13:45:04 +00:00
Astrid Elocson
4d2e4fc0bb
Fix links to tw.com from tw.com/dev
2014-12-22 13:43:46 +00:00
Astrid Elocson
93c9d8f0bf
Correct two links
2014-12-22 13:42:25 +00:00
Astrid Elocson
689a334d36
Fix links to tw.com from tw.com/dev
2014-12-22 13:41:40 +00:00
Astrid Elocson
e3a711e2de
Fix links to tw.com from tw.com/dev
2014-12-22 13:41:00 +00:00
Astrid Elocson
07e9d91aed
Fix links to tw.com from tw.com/dev
2014-12-22 13:40:19 +00:00
Astrid Elocson
49b1f77e5c
Fix links to tw.com from tw.com/dev
2014-12-22 13:39:36 +00:00
Astrid Elocson
0f334d2321
Fix links to tw.com from tw.com/dev
2014-12-22 13:38:25 +00:00
Astrid Elocson
a465f19ca0
Fix links to tw.com from tw.com/dev
2014-12-22 13:32:46 +00:00
Astrid Elocson
3ca2a113e3
add missing word
2014-12-22 10:18:00 +00:00
Astrid Elocson
9c0611582f
fix typo
2014-12-22 10:17:08 +00:00
Astrid Elocson
c66d9339ab
spelling mistake
2014-12-22 10:16:13 +00:00
Astrid Elocson
8d8a7c9e03
-ize > -ise (conform to Doc Style Guide)
2014-12-22 10:14:47 +00:00
Astrid Elocson
94a8e3802e
-ize > -ise (conform to Doc Style Guide)
2014-12-22 10:13:21 +00:00
Jeremy Ruston
0513812863
Merge pull request #1261 from aelocson/patch-2
...
Standardise punctuation in workingwithtw/
2014-12-22 09:20:50 +00:00
Jeremy Ruston
3b9677c052
Merge pull request #1263 from aelocson/patch-1
...
Fix punctuation
2014-12-22 09:18:55 +00:00
Jeremy Ruston
676a7b6805
Merge pull request #1264 from aelocson/patch-3
...
Normalise names of tabs, etc to bold
2014-12-22 09:18:41 +00:00
Astrid Elocson
5706d8afe1
Finish sentence with missing examples
2014-12-21 18:55:43 +00:00
Astrid Elocson
5f9f0764bd
Normalise names of tabs, etc to bold
2014-12-21 18:52:57 +00:00
Astrid Elocson
176a372314
Fix punctuation
2014-12-21 18:49:24 +00:00
Jc-L
313f731f77
Update ExternalImages.tid
...
Minor typo correction
2014-12-21 19:32:42 +01:00
Astrid Elocson
8e9c698721
Typos in workingwithtw/
2014-12-21 16:51:03 +00:00
Astrid Elocson
4e1539e1f3
Typos in workingwithtw/
2014-12-21 16:45:15 +00:00
Astrid Elocson
941bab2893
Typos in workingwithtw/
2014-12-21 16:44:16 +00:00
Astrid Elocson
44beefb317
Typos in workingwithtw/
2014-12-21 16:42:06 +00:00
Astrid Elocson
21719fcfbe
Typos in workingwithtw/
2014-12-21 16:38:36 +00:00
Astrid Elocson
d16dfdb12f
Typos in workingwithtw/
2014-12-21 16:35:43 +00:00
Astrid Elocson
aed34ebaba
Typos in workingwithtw/
2014-12-21 16:33:36 +00:00
Astrid Elocson
85b6147a2a
Typos in workingwithtw/
...
This includes placing commas and full stops outside the quotes, and replacing single quotes with the double quotes that seem to be the standard on tw.com.
2014-12-21 16:24:42 +00:00
Jermolene
d7cd94dbd6
Fix state tiddler used for examples
...
Putting it in the `$:/state/` namespace ensures that it doesn’t dirty
the wiki
Fixes #1247
2014-12-21 16:21:19 +00:00
Jermolene
230066eeae
Incorporate stickytitles theme into snow white theme
2014-12-21 16:04:42 +00:00
Jeremy Ruston
90ebffed3b
Merge pull request #1259 from xcazin/fred
...
Updates to the fr-FR edition after recent changes to HelloThere
2014-12-21 15:20:47 +00:00
Xavier Cazin
4482373122
Update to the fr-FR translation of HelloThere plus two tiddlers tagged with it
2014-12-21 14:55:13 +01:00
Xavier Cazin
cb42ccf409
Overrides the list-links macro with its fr-FR counterpart
...
(instead of the core shadow tiddler itself)
2014-12-21 13:49:37 +01:00
Jermolene
bef7e0e93c
More pesky folder name problems
2014-12-21 12:12:23 +00:00
Jeremy Ruston
f64ed6e48c
Merge pull request #1255 from gernert/patch-5
...
Update Customise TiddlyWiki.tid
2014-12-21 12:01:01 +00:00
Jeremy Ruston
63ad0793cf
Merge pull request #1256 from gernert/patch-7
...
Update TiddlyWiki Configurations.tid
2014-12-21 12:00:47 +00:00
Jermolene
8f50706e95
Generate link list in HelloThere
...
Fixes #1257
2014-12-21 12:00:14 +00:00
Jermolene
cd3f741bb6
Correct folder name to lower case
2014-12-21 11:54:46 +00:00
Xavier Cazin
c87235cd40
Start a glossary for fr-FR translators per Alberto Molina's suggestion
2014-12-21 12:39:39 +01:00
gernert
bd59cd760d
Update TiddlyWiki Configurations.tid
...
Not all tiddlers in TabbedTOC contain the complete information.
See discussion in the group https://groups.google.com/d/msg/tiddlywiki/GiOcL5vVJj4/qzVueMtzvqsJ
2014-12-21 12:34:53 +01:00
gernert
1915bd3a2f
Update Customise TiddlyWiki.tid
...
Not all tiddlers in TabbedTOC contain the complete information.
See discussion in the group https://groups.google.com/d/msg/tiddlywiki/GiOcL5vVJj4/qzVueMtzvqsJ
2014-12-21 12:33:21 +01:00
Xavier Cazin
1c0f0591fe
Updates and fresh translations from tw5.com for the fr-FR edition
2014-12-21 12:32:37 +01:00
Jermolene
a52b4953bc
Preparing for 5.1.7
2014-12-19 22:10:51 +00:00
Jermolene
001f9da512
Release note for 5.1.7
2014-12-19 22:09:56 +00:00
Jermolene
1235ff8aad
Adjust date of HelloThere
2014-12-19 15:54:58 +00:00
Jermolene
5d8dc1dcd9
Update docs for 5.1.6
...
Also preparing for 5.1.7-prerelease
2014-12-19 15:51:56 +00:00
Jermolene
c9d0f1d221
More release note updates
2014-12-19 15:48:29 +00:00
Jermolene
8e74a3028e
Update release note for 5.1.6
2014-12-19 15:33:49 +00:00
Jermolene
6605e1a37c
Release note update
2014-12-19 15:20:12 +00:00
Jermolene
af906e4b73
Force filenames for downloading empty and full wikis
2014-12-19 15:20:07 +00:00
Jeremy Ruston
c5bb95dbfb
Merge pull request #1243 from Spangenhelm/patch-1
...
Proposing to change to a more appropriate tag / category
2014-12-19 14:48:44 +00:00
Jermolene
5fa8a1e08a
Docs tweaks
2014-12-19 14:48:12 +00:00
Jeremy Ruston
c8e2c2ceb9
Merge pull request #1240 from tobibeer/patch-3
...
Update Using Stylesheets.tid
2014-12-19 14:40:31 +00:00
Florent V.
93660bdea8
Little typo corrections
2014-12-17 14:57:37 +01:00
Florent V.
abebff78ba
Proposing to change to a more appropriate tag / category
...
From "Feature" To "Customise TiddlyWiki"
2014-12-17 14:50:30 +01:00
Jeremy Ruston
b29973312d
Merge pull request #1228 from tobibeer/button.tc-tiddlylink
...
allows to style buttons as though internal links
2014-12-16 14:50:46 +00:00
Tobias Beer
2317840ce6
updated documentation for link-button
2014-12-16 15:36:20 +01:00
Tobias Beer
bc447410fe
Update Using Stylesheets.tid
...
added documentation for html in StyleSheets
https://groups.google.com/d/msg/tiddlywiki/Qx0y7btud5M/Ch6hMnh0ud0J
simplified the specificity section, some rewording
2014-12-16 08:33:21 +01:00
Jeremy Ruston
dd0f3a4e5a
Merge pull request #1233 from xcazin/fred2
...
fr-FR translation of three introductory tiddlers on Filters
2014-12-15 22:58:49 +00:00
Jermolene
9753583fec
Add heeg.ru to resources
2014-12-15 20:55:43 +00:00
Jermolene
0778ea6756
Some tests and style updates for #1229
...
@tobibeer I simplified the handling of matched strings a little.
2014-12-15 17:50:24 +00:00
Tobias Beer
05a794d5b8
documentation for making buttons look like links
...
added instructions to button widget documentation
2014-12-15 17:55:56 +01:00
Xavier Cazin
047b786a22
fr-FR translation for three introductory tiddlers on Filters.
2014-12-13 14:04:10 +01:00
Xavier Cazin
c15f978ac1
Remove dependency on core timeline macro by overriding timeline-title() instead
...
In application of #1221
2014-12-12 14:50:27 +01:00
Xavier Cazin
f5a52ff99c
Translation in French of the documentation tiddler Tagging
2014-12-12 11:39:38 +01:00
Xavier Cazin
a8c4b524b6
Add one-character macro names for every punctuation shortcuts
...
Per @evolena neat suggestion: <<:>> is shorter and looks better than <<dp>>
2014-12-12 11:27:38 +01:00
Xavier Cazin
bf37522808
Remove dependency on overriding the core toc macro
...
Thanks to 5b38c21a41
and a subsequent suggestion from @BramChen
2014-12-12 10:12:34 +01:00
Xavier Cazin
6a8c0a25b5
Merge remote-tracking branch 'upstream/master' into fred
2014-12-12 09:19:24 +01:00
Xavier Cazin
2579553375
Translation of the TabsMacro and related samples for the fr-FR edition.
...
While we are at it, propose an addendum
at the end of the TabsMacro documentation
2014-12-11 18:15:44 +01:00
Jermolene
156d3bc692
Typo
2014-12-11 17:01:02 +00:00
Jeremy Ruston
c82fbbb6e5
Merge pull request #1191 from xcazin/fred2
...
Base view/transclusion of translated titles on the presence of an "fr-title" field
2014-12-10 17:11:37 +00:00
Jermolene
376b447570
Documentation tweaks
...
@erwanm I ended up making some fairly extensive tweaks.
One issue is that the (excellent) material you’ve provided on
transclusion with templates covers very much the same ground as the
existing TemplateTiddlers tiddler. The existing text was focused on
transclusion with widgets; I think your material using transclusion
notation is much easier to understand.
I’ve also removed the exercises section. We don’t have exercises
elsewhere in the documentation, so I think we need to make a conscious
decision about whether we’re going to try to add them, and then do so
consistently across the material.
I also made some changes to bring the text into house style for
consistency (which I’ve also tried to start documenting).
2014-12-10 17:08:59 +00:00
Jeremy Ruston
4c66eee1ec
Merge pull request #1212 from erwanm/patch-4
...
doc: explanations about transclusion for beginners (directory concepts ok?)
2014-12-09 15:22:26 +00:00
Jermolene
37718cceff
Tabs macro docs tweaks
2014-12-09 15:08:10 +00:00
Erwan Moreau
63c441d3e8
Create TransclusionAsTemplateUsage.tid
2014-12-09 14:45:40 +00:00
Erwan Moreau
46e6fb1957
Create TransclusionBasicUsage.tid
2014-12-09 14:44:28 +00:00
Erwan Moreau
900738e796
Create TransclusionPrinciple.tid
2014-12-09 14:42:41 +00:00
Jermolene
fa43f45e18
FIx typo
...
Thanks again @BramChen!
2014-12-08 13:09:31 +00:00
Jermolene
f1001fc236
Clean up static sites docs
...
Thanks @BramChen
2014-12-08 12:11:32 +00:00
Jim Lehmer
4aa8fc6d1d
Altered command order for generating static sites in how-to because rendertiddlers wipes out the output directory so it needs to come first, not last.
2014-12-07 15:08:51 -06:00
Jermolene
ab129a620e
Add basic tag macro
2014-12-06 13:44:08 +00:00
Jermolene
7034c429f6
Fix commit link to autofocusing title field
2014-12-06 08:28:14 +00:00
Jermolene
bf974e37a2
Typos
2014-12-05 10:20:32 +00:00
Jermolene
9c77f1bac6
Add recent translations to translators edition
2014-12-04 19:11:18 +00:00
Jermolene
edce18c10d
Added nl-NL translation from @gernert
...
Thank you @gernert
I’ve pushed a new prerelease, let me know if anything looks wrong.
2014-12-04 16:54:13 +00:00
Jermolene
dfa5b6c8dc
Remove unused Cecily plugin
...
It’s incomplete and confusing to casual users.
Fixes #1164
2014-12-03 20:07:26 +00:00
Xavier Cazin
5b68405500
Get rid of all creator and modifier fields in the fr-FR edition
2014-12-03 19:12:57 +01:00
Xavier Cazin
41dcf7a9f5
Testing a third level of title search by adding an en-title field as suggested by @tobibeer
2014-12-03 19:08:25 +01:00
Jeremy Ruston
ef00786d61
Merge pull request #1156 from nameanyone/master
...
External links need a protocol as well?
2014-12-03 17:51:05 +00:00
Jermolene
cbc8a6b785
Tweak SelectWidget docs
2014-12-03 17:29:32 +00:00
Jeremy Ruston
a682a229e3
Merge pull request #1165 from erwanm/patch-1
...
missing verb
2014-12-03 17:28:32 +00:00
Xavier Cazin
4bdc92843c
Fix a few tiddlers to make them follow the new policy being tested in fr-FR edition
2014-12-03 16:49:13 +01:00
Xavier Cazin
e94656e028
In shadow core tiddlers overridden for fr-FR edition, better "<$view>" fr-title than "<$transclude>" it
2014-12-03 16:44:23 +01:00
Xavier Cazin
d4cc001ad5
Applies Languages-in-ToC changes (defined in 3ba0186523
) to relevant tiddlers in fr-FR edition
2014-12-03 16:39:26 +01:00
Xavier Cazin
751ea7b759
Add an fr-title field in tiddlers that were already translated in the fr-FR edition
2014-12-03 10:58:12 +01:00
Xavier Cazin
f604bebaee
A few more translations plus new tiddlers for the fr-FR edition
2014-12-03 10:58:12 +01:00
Xavier Cazin
156256afc7
Changes to overridden shadow tiddlers to display fr-title when present instead of title
2014-12-03 10:58:11 +01:00
Jermolene
d4abd1722c
Fixes for tabbed TOC
...
Re-fixes #1185
2014-12-02 23:47:23 +00:00
Jermolene
b220c19fb7
Add a template to the tabbed TOC macro
...
Fixes #1177
2014-12-02 20:27:02 +00:00
Jermolene
64a905b9f8
Drop "Edition" from language tiddler captions
...
Makes the TOC look neater
2014-12-02 20:21:51 +00:00
Jermolene
3ba0186523
Add "Languages" to tw5.com TOC
2014-12-02 20:18:30 +00:00
Jermolene
e628da4804
Change new journal docs examples
...
Fixes #1157
2014-12-02 19:42:46 +00:00
Jermolene
5154a25ab9
Add tooltip to browse widget
...
Fixes #1179
2014-12-02 19:16:38 +00:00
Jermolene
85217112ad
Fix link
2014-12-02 19:16:13 +00:00
Jeremy Ruston
1f545f06ad
Merge pull request #1181 from tobibeer/patch-1
...
list core descriptions for ModuleType
2014-12-02 15:30:49 +00:00
Jermolene
1d848e2f51
Add parameter docs for tabbed toc macro
2014-12-02 15:29:17 +00:00
Jermolene
d8365cfc9e
Use a serif font for /dev edition
...
For variety
2014-12-02 15:25:37 +00:00
Jermolene
a8ee6c7b7c
Add experimental system tiddler browser
2014-12-02 15:25:27 +00:00
Tobias Beer
a94da683f0
list core descriptions for ModuleType
...
changed dead links with descriptions ...these are still missing:
* $:/language/Docs/ModuleTypes/allfilteroperator
* $:/language/Docs/ModuleTypes/info
* $:/language/Docs/ModuleTypes/library
2014-12-02 13:10:25 +01:00
Erwan Moreau
da541b656c
missing verb
...
also added the begining of the sentence to make it clearer, but maybe not necessary.
2014-11-29 18:59:31 +00:00
nameanyone
e32695e2c3
External links need a protocol as well?
...
They don't work for me without 'http://'. Firefox 33.1.1.
2014-11-28 16:43:24 -08:00
Jermolene
5d75dc7991
Palette tweaks for /dev
2014-11-28 10:06:24 +00:00
Jermolene
12896ef1c4
Add highlight plugin to /dev wiki
2014-11-28 10:06:17 +00:00
Jermolene
38ca847ec9
Add Dutch TiddlyWiki blog post
2014-11-27 23:03:27 +00:00
Jermolene
249e532e07
Preparing for 5.1.6
2014-11-27 23:03:27 +00:00
malgam
7657a6960b
Fix type "importer" should be "exporter"
2014-11-28 08:41:14 +10:00
Jermolene
4c825101c2
Adjust 5.1.5 release date
2014-11-26 16:18:53 +00:00
Jermolene
37ac580ac2
Docs tweaks
2014-11-26 16:08:01 +00:00
Jermolene
52087b4e20
Docs tweaks
2014-11-26 16:01:15 +00:00
Jermolene
ace16ace24
Let people know about the translators edition
2014-11-26 15:57:25 +00:00
Jermolene
6f6a2e8c59
Add introduction video
2014-11-26 15:46:06 +00:00
Jermolene
357c9ef8fe
Release note updates
2014-11-26 15:38:59 +00:00
Jermolene
7d46afc7b2
Move docs for 5.1.5 release
2014-11-26 11:22:20 +00:00
Jermolene
b6f7d471bd
Fix typo
...
Thanks @giffmex
2014-11-26 09:39:06 +00:00
Jermolene
cb9506a166
Fix problem with content-type popup
...
Thanks @tobibeer
2014-11-25 22:03:34 +00:00
Jermolene
37ee16f97d
ImportTiddlers docs tweaks
...
Fixes #1143
2014-11-25 19:55:08 +00:00
Jermolene
c8fa52cce4
Dev docs tweaks
2014-11-25 19:33:12 +00:00
Jeremy Ruston
92b957f6f8
Merge pull request #1118 from welford/hook
...
Add hooks mechanism and th-opening-default-tiddlers-list hook
2014-11-25 19:25:00 +00:00
Jermolene
241e021654
House style tweaks for codemirror docs
2014-11-25 15:40:28 +00:00
Jermolene
2ed46ca02f
Docs tweaks
2014-11-25 15:31:09 +00:00
Jeremy Ruston
117bdbcda7
Merge pull request #1088 from Braincoke/patch-1
...
Update CodeMirror Documentation
2014-11-25 15:30:29 +00:00
Jeremy Ruston
9a1fb7da26
Merge pull request #1133 from tobibeer/no-static-links-for-system-tiddlers
...
#1129 — hide static and github links for any system tiddlers prefixed "$:/" on tw.com
2014-11-25 13:54:09 +00:00
Jermolene
b26e2955d4
Docs for new journal trick from Alberto Molina
2014-11-25 12:37:33 +00:00
Tobias Beer
3a621c18bd
changed system tiddler filter check
2014-11-25 12:57:25 +01:00
Jermolene
d52dd870dd
Browser compatibility docs
2014-11-25 09:04:54 +00:00
Tobias Beer
86629e3144
also hide shadows, no underlined url
2014-11-25 02:18:21 +01:00
Jermolene
77431e5e6f
Docs tweaks
2014-11-24 17:53:54 +00:00
Jeremy Ruston
95fed82024
Merge pull request #1092 from Marxsal/patch-4
...
Transcluding information re Sidebar Menus
2014-11-24 17:50:40 +00:00
Jermolene
6b15a01f9c
Added docs for custom export formats
2014-11-24 17:42:31 +00:00
Jeremy Ruston
4b381c8f76
Merge pull request #1134 from pmario/german-translation
...
fixing some more typos. Make button texts consistent
2014-11-24 17:07:55 +00:00
Jermolene
1015196817
Proper sentence case for tiddler title
2014-11-24 16:24:36 +00:00
Mario Pietsch
5914f2f200
fixing some more typos. Make button texts consistent
2014-11-24 14:22:03 +01:00
Tobias Beer
2ee7607e57
hide static links for any system tiddlers prefixed "$:/"
...
also added underlined format to make it at least stand out a little,
even if not a link
2014-11-24 13:05:16 +01:00
Jermolene
61718d6023
Docs tweaks
2014-11-23 18:26:48 +00:00
Jeremy Ruston
242a753bbe
Merge pull request #1091 from Marxsal/patch-3
...
Doc: How to Add A Menu to the Sidebar
2014-11-23 18:19:54 +00:00
Jermolene
c4c51feee2
Clean up github contribution banner
...
Sorry @xcazin I think you may need to do some clearing up after this
2014-11-23 17:54:11 +00:00
Jeremy Ruston
8b61a71115
Merge pull request #1126 from xcazin/fred
...
Tweaks related to the fr-FR edition
2014-11-23 17:48:44 +00:00
Jermolene
d1e452e930
Add @tobibeer's TB5 resource
2014-11-23 17:14:17 +00:00
Jermolene
d0cd91cfba
Docs tweaks
2014-11-23 17:14:04 +00:00
Xavier Cazin
87c515f3ce
Pointer to the fr-FR edition
2014-11-23 17:57:12 +01:00
Xavier Cazin
c51eb93edb
Use the fr-FR translated Contribution banner in observance of 86329835c9
2014-11-23 17:48:30 +01:00
Jermolene
4134392841
House style tweaks
...
@giffmex - I’m sorry I should document these things but you’ll see I’ve
made some changes to punctuation and whitespace to match other tw5.com
tiddlers.
I’ve just noticed that the final bullet point ended abruptly with
“Finally, you will want a tiddler”. I’ve removed that line for the
moment.
The section “Add or remove shadow tiddlers from the user interface” is
actually describing a technique that is not recommended. If you remove
a tag from a shadow tiddler then you’ll have made a copy of it, which
means that it won’t be upgraded in future. It’s still worth
documenting, but with some warnings.
I do wonder whether the three sections deserve to be separate tiddlers.
Certainly the instructions for adding a toolbar button should be
directly addressable so that we can link directly to them on
http://tiddlywiki.com .
2014-11-23 14:00:24 +00:00
Jeremy Ruston
76d94b4d09
Merge pull request #1111 from giffmex/patch-26
...
Create Page and tiddler layout customisation.tid
2014-11-23 13:47:33 +00:00
Jermolene
73d7bb69c5
Remove accented characters from filename
2014-11-23 13:44:09 +00:00
Jermolene
2643f24bb5
Remove accented characters from filename
...
@xcazin @Evolena I get problems with Git if we use non-ASCII characters
in filenames.
2014-11-23 13:39:43 +00:00
Jermolene
ac5c6d1d73
Docs tweak
2014-11-23 13:37:45 +00:00
Jeremy Ruston
151ca670bd
Merge pull request #1104 from xcazin/fred
...
Bootstrap of an fr-FR edition from @evolena and @xcazin
2014-11-23 13:37:26 +00:00
Jermolene
86329835c9
Add instructions for contribution ribbon
2014-11-23 10:06:09 +00:00
Jermolene
5329392dbe
Resources updates
2014-11-23 10:05:59 +00:00
James Welford Anderson
1126458f8c
add /dev docs
2014-11-23 05:06:18 +09:00
Jermolene
8cae6677a7
Add Taskgraph plugin to community resources
2014-11-22 09:42:53 +00:00
Jermolene
1f82ebc7c3
Fix problem with parsing text references
2014-11-21 18:16:22 +00:00
Jermolene
27c9e7269e
Update "Tiddlers" docs
...
Suggested by @twMat
2014-11-21 17:06:12 +00:00
Jermolene
d31f61255e
A failing test for a bug with text reference parsing
...
I’ll fix this later.
Raised by @danielo515
2014-11-21 17:05:20 +00:00
giffmex
e553653729
Create Page and tiddler layout customisation.tid
2014-11-20 14:38:43 -06:00
Xavier Cazin
ac89c154b4
Corrections to overriden system tiddlers in fr-FR edition
...
plus new translated tiddlers
2014-11-20 07:57:04 +01:00
Xavier Cazin
c4420612e8
Various updates to doc tiddlers in fr-FR edition
2014-11-19 21:47:19 +01:00
Xavier Cazin
c1e715de93
Overriding of a few system tiddlers for fr-FR edition
2014-11-19 21:42:31 +01:00
roma0104
5cee932833
Update GSD5/Briefcase site address and naming.
2014-11-18 18:02:51 -06:00
Jermolene
7011cecb95
Add Jed's game to the examples
2014-11-18 15:41:39 +00:00
Jermolene
302768e009
Update docs
2014-11-18 14:06:12 +00:00
Jermolene
0c49ac179b
Add direct links to resource tiddlers
2014-11-18 14:04:13 +00:00
Marxsal
270b76ce94
Transcluding information re Sidebar Menus
...
Transcluding information from newly proposed tiddler "How to Add A Menu to the Sidebar". This should help users discover ways in which to use the TOC macro.
2014-11-17 09:21:10 -08:00
Marxsal
4aa140b16c
Doc: How to Add A Menu to the Sidebar
...
This item is tagged so as to appear under Customise TiddlyWiki.
2014-11-17 09:11:36 -08:00
Xavier Cazin
fe47808d8a
Integration of @evolena work into the fr-FR edition
2014-11-16 10:55:39 +01:00
Xavier Cazin
5eddcb0e8d
fr-FR-server configured to serve the fr-FR edition
2014-11-16 09:31:49 +01:00
Xavier Cazin
d1ed1ddc8c
Bootstrap fr-FR edition with a few dozens of translated tiddlers
2014-11-16 00:55:13 +01:00
Braincoke
705cdc8b17
Update CodeMirror Documentation
...
I wish I could have added tiddlers to the documentation in order to put the mini-tutorials in tabs but I couldn't.
So it is a bit messy in my opinion, but I think it is a good start.
I have tested every configuration with Tiddlywiki v 5.1.4.
2014-11-15 16:33:50 +00:00
Jermolene
48052130d2
Clarify toc-tabbed macro
2014-11-15 12:29:46 +00:00
Jermolene
47481ed52a
Enhance tabbed toc macro with navigation control
...
Now there are two variants of the macro: the default one opens links
externally, the other opens links internally
2014-11-14 17:06:21 +00:00
Jermolene
d8cc283b3a
Release note update
2014-11-14 10:33:49 +00:00
Jermolene
a9eab1b8fc
Improve import logging
2014-11-14 10:33:41 +00:00
Jermolene
1d08d2d7dc
Clarify set widget docs
2014-11-14 09:24:29 +00:00
Jermolene
874c8d5516
Tweak docs
2014-11-13 21:39:38 +00:00
Jermolene
f5055c0205
Add tabbed table of contents
2014-11-13 21:39:38 +00:00
Jermolene
bd211ea082
Extend set variable widget to work with filters
2014-11-13 21:39:38 +00:00
Jermolene
8e685e5150
Allow includeWikis to be read-only
...
Hopefully this will help resolve issues that @xcazin and @pmario have
been having with using the client-server configuration to prepare
translations of the TW5 docs.
2014-11-13 12:28:51 +00:00
Jermolene
05f60b03a6
Hide export button from introduction edition
2014-11-11 18:55:56 +00:00
Jermolene
7c6b376bdb
Update docs
2014-11-11 15:29:19 +00:00
Jermolene
6375346b04
Revert search filter operator docs update
...
We only want the docs update in the prerelease
2014-11-11 15:29:11 +00:00
Jermolene
b520efdeb8
Update savers to specify variables, including filename
...
Now the `tm-download-file` and `tm-save-file` messages use the hashmap
to specify variables to be applied when rendering the tiddler.
We also add a convention that the variable “filename” is used to
specify a filename for the download.
2014-11-10 19:54:19 +00:00
Jermolene
c44a53e670
Add new tutorial
2014-11-10 09:06:01 +00:00
Jermolene
d2ab7c5986
More action-deletetiddler fixes
2014-11-09 16:53:33 +00:00
Jermolene
8c67e11365
Fixes to action-deletetiddler widget
2014-11-09 16:45:14 +00:00
Jermolene
ae756ddff0
Docs update
2014-11-07 21:32:21 +00:00
Jermolene
e2a7b35211
Fix toolbar buttons for introduction edition
...
To take account of recent switcharound
2014-11-07 21:15:40 +00:00
Jermolene
bd73990438
Fix toolbar buttons for introduction edition
2014-11-07 17:04:09 +00:00
Jermolene
16ef49c66d
Release note update
2014-11-07 17:03:59 +00:00
Jermolene
028bf94281
Release note update
2014-11-07 14:54:52 +00:00
Jermolene
91a7c39791
Update modal handling to allow variables to be passed
...
@felixhayashi I’m afraid I haven’t used your pull request as there were
a few details that I wanted to do differently. The main change is that
these changes allow both a param string and hashmap to be specified.
2014-11-07 14:54:46 +00:00
Jermolene
c7971d3da3
Update new tiddler message handling to accept title and fields
...
Now you can create a new tiddler with both a template and additional
specified fields.
2014-11-07 14:53:37 +00:00
Jermolene
d93c19daaa
Improve the format of widget message parameters
...
In 5.1.3 we introduced the idea that the `event.param` variable could
optionally be a hashmap, allowing multiple values to be passed with the
message.
This change moves the hashmap to a separate `event.paramObject`
variable, allowing us to pass both a hashmap and a param string.
2014-11-07 14:52:32 +00:00
Jermolene
8260d000be
Extend search filter to allow field to be specified
2014-11-06 20:56:32 +00:00
Jermolene
12aec57086
Merge action-setfield and action-setfields widgets
...
Less confusion, hopefully.
2014-11-06 19:27:14 +00:00
Jermolene
24956f036e
Fix docs typos
...
Thanks @Evolena
2014-11-06 18:37:08 +00:00
Jermolene
92f69d44bf
Use action-deletefield widget in edit template fields editor
...
On the way to deprecating the field mangler widget
2014-11-06 18:32:11 +00:00
Jermolene
0a2a5184c4
Add action-deletetiddler widget
2014-11-06 18:23:48 +00:00
Jermolene
741f853986
Add action-setfield widget
2014-11-06 18:06:47 +00:00
Jermolene
a18af9b760
Rename the action-setfield widget to action-setfields
...
It makes more sense, and allows us to add a widget: `<$action-setfield
$tiddler=“title” $name=“fieldname” $value=“fieldvalue”/>`
2014-11-06 17:45:03 +00:00
Jermolene
db2f47cc4a
Release note update
2014-11-05 08:44:19 +00:00
Jeremy Ruston
0550efabf8
Merge pull request #1053 from pmario/no-js
...
add static links, if javascript is deactivated
2014-11-03 22:55:57 +00:00
Jeremy Ruston
94103f8d57
Merge pull request #1054 from pmario/german-translations
...
new UI element translations. new CLI command translations
2014-11-03 22:10:32 +00:00
Jeremy Ruston
7475515caf
Merge pull request #1055 from pmario/german-tiddlers-tw5com
...
German tiddlers tw5com
2014-11-03 22:06:56 +00:00
Jermolene
9022dfdf71
Add action-deletefield widget
...
We’re also going to need action-deletetiddler
2014-11-03 22:06:31 +00:00
Mario Pietsch
15c0ca2fdf
fix typos
2014-11-03 22:39:41 +01:00
Mario Pietsch
c343c18cff
tw5.com german editions content and title translated
2014-11-03 22:36:21 +01:00
Mario Pietsch
9ff7f61ad3
new UI element translations. new CLI command translations
2014-11-03 22:25:23 +01:00
Mario Pietsch
202fe5a1ae
add static links, if javascript is deactivated
2014-11-03 21:46:39 +01:00
Jermolene
a3a50dbf6d
Extend timeline macro to be able to use different date fields
2014-11-03 17:26:51 +00:00
Jeremy Ruston
55d72bfaf4
Merge pull request #1039 from andrey013/patch-1
...
missing backtick
2014-11-02 17:24:54 +00:00
Jeremy Ruston
3a0616044e
Merge pull request #1042 from pekopeko1/japanese5.1.5
...
Add japanese edition
2014-11-02 17:04:22 +00:00
pekopeko1
6c36ef93c3
Add japanese edition
2014-11-02 15:07:12 +09:00
Andrey Yankin
79c77966df
missing backtick
2014-11-01 22:47:47 +03:00
Jermolene
270fb09993
Updates to "introduction" edition
2014-11-01 14:12:47 +00:00
Jermolene
4e3f6fc4f8
Tweaks "Tiddlers" docs
...
Thanks for the prompt @FND - I’ve pushed this version to
http://tiddlywiki.com/#Tiddlers and
http://tiddlywiki.com/static/Tiddlers.html
2014-11-01 11:30:22 +00:00
Jermolene
4a63343789
Use Greek translation in introduction edition
2014-11-01 10:38:37 +00:00
Jermolene
14a64ef3ef
Merging el-GR
2014-11-01 10:21:17 +00:00
Jeremy Ruston
eb99629d3f
Merge pull request #1032 from sukima/feature/github-ribbon-plugin-link
...
Add direct link to github ribbon plugin
2014-11-01 08:49:07 +00:00
Jermolene
06cbc45dfa
Wrap page control previews in position:relative
...
Fixes #1031
2014-11-01 08:42:34 +00:00
Devin Weaver
176ad5adde
Add direct link to github ribbon plugin
...
The former documentation referenced a plugin but left no easy way to
link to it. Also, the misleading text claiming a title also confused me.
I had to do some creative greping the git files to hunt it down.
Adding a TiddlyWiki link around the plugin links to the actual tiddler
that a reader could easily copy. This also deprecated the need for the
misleading title.
2014-10-31 21:24:21 -04:00
Jermolene
4328d7cf3f
Updates to introduction edition
2014-10-31 21:09:20 +00:00
Jermolene
6b3e8bdfd3
Add link to TiddlyWiki guide FR
2014-10-31 21:09:12 +00:00
Jermolene
97d36e26fc
First pass at new introduction edition
...
It started life as the slides for a new introductory video, but I’m
thinking that it may be worth publishing as an interactive introduction.
2014-10-31 18:48:47 +00:00
Jermolene
0240d5edc8
Release note update
2014-10-31 11:33:39 +00:00
Jeremy Ruston
0a5eb0c848
Merge pull request #1023 from danielo515/patch-4
...
Added ActionNavigateWidget to the description
2014-10-30 13:02:35 +00:00
Jermolene
f069046f5b
Docs update
2014-10-30 12:28:15 +00:00
danielo515
54fb3c11f9
Added ActionNavigateWidget to the description
...
Added ActionNavigateWidget to the list of widgets that can raise this message.
2014-10-30 11:35:01 +01:00
Jermolene
be2a74d623
Typos
...
Thanks @BramChen
2014-10-29 16:27:05 +00:00
Jermolene
d27eb7b757
Update link for Briefcase mGSD
2014-10-29 16:09:46 +00:00
Jermolene
62f69168b6
Move docs for new commands into prerelease
...
So that they don’t appear on tiddlywiki.com until the next release
2014-10-29 16:09:46 +00:00
Jermolene
9b587ee203
Docs tiddler for editions command
...
We duplicate the command help tiddlers so that we can tag them.
2014-10-29 11:44:33 +00:00
Jermolene
3506c85807
Update extracting translations docs
2014-10-29 11:43:59 +00:00
Jermolene
17a594a97a
Add unpackplugin command
...
Needed for the translators edition
2014-10-29 11:43:43 +00:00
Jermolene
7fe8c4c4a1
Fixes for translators edition/plugin
...
* Added support for translating the core readme
* Fixed problem with `Misc.multids` rendering shadow tiddlers
* Fixed problem with single tiddler files rendering shadow tiddlers
2014-10-29 10:57:50 +00:00
Jermolene
8ba1a9b72a
Add Danish translation
2014-10-29 08:37:01 +00:00
Jermolene
73a3077365
Add support for splitting standalone translations
2014-10-29 08:36:48 +00:00
Evolena
217614b7c6
Update selectWidget example (the tag was deleted)
2014-10-28 17:13:00 +01:00
Jeremy Ruston
c2245e1898
Merge pull request #1012 from erwanm/patch-1
...
Fixed the description of the operator
2014-10-28 14:12:01 +00:00
Jermolene
b0a0859b62
Allow control over default search results tab
2014-10-28 08:31:09 +00:00
Jermolene
04d26e6fae
First pass at an --editions
command
...
Also added a “description” field for wiki folders.
Right now there’s too many editions listed. I think we should by
default only list editions whose `tiddlywiki.info` file has
`showInListings` set to `true`, and have an `--editions all` command
that lists everything.
@pmario please could you check that the editions in your
`TIDDLYWIKI_EDITION_PATH` are correctly listed?
2014-10-27 21:50:25 +00:00
Jermolene
3d07b11894
Docs update
...
Fixes #1014 raised by @erwanm
2014-10-27 19:39:41 +00:00
Jermolene
c13cf94413
Add support for custom search result visualisations
2014-10-27 18:38:34 +00:00
Erwan Moreau
58948d2093
Fixed the description of the operator
...
the previous description was erroneous: the operand is not the number of entries to return, but the position of the entry to select.
2014-10-26 18:53:35 +00:00
access-denied
8d3463e3df
Greek translation
...
First attempt for translating Greek (Greece)
2014-10-26 20:33:07 +02:00
Jermolene
3fea51a08b
Reorganise docs updates for 5.1.5 additions
...
We’ll keep the docs for the new features in the prerelease edition
until the release of 5.1.5. This means that we can continue to build
the tw5.com edition without including the 5.1.5-specific content.
2014-10-25 14:24:01 +01:00
Jermolene
86c56d846e
Release note update
2014-10-25 14:04:01 +01:00
Jermolene
d8248cfba7
Introduce action-setfield widget
2014-10-25 14:02:34 +01:00
Jermolene
c724439a08
Docs update
2014-10-25 14:02:21 +01:00
Jermolene
19272a7ca2
Update release note
2014-10-25 14:02:04 +01:00
Jermolene
4a17212576
Enhance height control for edit-text widget
...
Added the option to disable automatic resizing, and the ability to
specify the minimum height.
2014-10-25 10:09:17 +01:00
Jermolene
80e67f5028
Docs tweaks
2014-10-24 18:02:34 +01:00
Jeremy Ruston
6e9508be66
Merge pull request #1007 from ArmchairDesigner/improve-docs
...
some doc updates
2014-10-24 17:55:53 +01:00
Jermolene
da86664a53
Update docs for select widget
2014-10-24 16:52:20 +01:00
Jermolene
2bc9a7b115
Clarify code block docs
2014-10-24 14:50:19 +01:00
Jermolene
29a8b2e718
Translator edition tweaks
2014-10-24 13:52:51 +01:00
Jermolene
39e37d5776
Improvements to translators edition
...
More improvements for #984
2014-10-24 11:18:37 +01:00
Jermolene
30a757ec49
Dev docs typo
2014-10-22 17:23:22 +01:00
Jermolene
5e199f6b7d
Preparing for 5.1.5
2014-10-22 17:23:13 +01:00
Jermolene
d3ff98198f
Preparing for release of 5.1.4
2014-10-22 16:56:26 +01:00
Jermolene
485b921bf6
Docs tweaks
2014-10-22 16:54:21 +01:00
Jermolene
ffdbe612b0
Release note update
2014-10-22 16:40:48 +01:00
Jermolene
fbb6349cd9
More fieldmangler typos
2014-10-22 16:09:04 +01:00
Jeremy Ruston
2046dbc4ed
Merge pull request #1005 from danielo515/patch-1
...
small typo on WidgetMessage: tm-add-field
2014-10-22 16:08:14 +01:00
Jermolene
b23b4b95ef
Dev docs update
2014-10-22 16:08:06 +01:00
danielo515
e02cfc3efd
small typo on WidgetMessage: tm-add-field
...
You can read FieldMangerWidget instead of FieldManglerWidget. A single L is missing, so the links are not working properly.
2014-10-22 17:01:47 +02:00
Jermolene
5bb74319e1
First pass at an edition for translators working in the browser
...
The user interface needs some refinements but it shows the basic
principles.
The idea is that the translator would email their modified file, which
would then be merged into the core repo (some additional tools will be
helpful for this).
Fixes #984
2014-10-22 14:14:24 +01:00
Jermolene
1b620387dd
Extend the view widget to work with subtiddlers
2014-10-22 14:12:49 +01:00
Jeremy Ruston
8eb68bc384
Merge pull request #1001 from gernert/patch-4
...
Update WidgetMessage_ tm-add-tag.tid
2014-10-21 13:30:00 +01:00
Jermolene
ba81008951
Docs typos
2014-10-21 13:25:27 +01:00
gernert
6a47117737
Update WidgetMessage_ tm-add-tag.tid
2014-10-21 14:23:40 +02:00
Yaka
47b99d635a
some doc updates
2014-10-21 11:07:49 +00:00
Jermolene
ea97a8a2bc
Preparing for 5.1.4
2014-10-20 18:54:07 +01:00
Jermolene
deebb90b46
Update release instructions
2014-10-20 18:14:00 +01:00
Jermolene
7dce3c3ecc
Move release note and update HelloThere
...
Preparing for release of 5.1.3
2014-10-20 18:11:22 +01:00
Jermolene
561aaa925b
Filename typo
2014-10-20 18:06:08 +01:00
Jermolene
5c137b9002
Docs for update to browse widget
2014-10-20 16:57:06 +01:00
Jermolene
9bc4345cb4
Release note update
2014-10-20 16:12:32 +01:00
Jermolene
cf12bcd58a
Docs updates
2014-10-20 16:12:24 +01:00
Jeremy Ruston
f25053490e
Merge pull request #998 from xcazin/ogg
...
Add audio/ogg to the list of recognised formats
2014-10-20 12:30:00 +01:00
Jermolene
244b3256a9
Docs on putting last modification date in banner
2014-10-20 12:24:28 +01:00
Jermolene
b8ac80fd1a
Docs tweaks
2014-10-20 12:09:02 +01:00
Jermolene
aec4c3cd91
Clean up formatting of github fork ribbon
2014-10-20 11:56:13 +01:00
Jermolene
4314fb478d
Add new Japanese site to community links
2014-10-20 08:30:53 +01:00
Xavier Cazin
66765ce158
Explicitly states that external Audio uri may also point to audio streams, not only files
2014-10-19 22:13:28 +02:00
Jeremy Ruston
1914b3d8e1
Merge pull request #932 from Marxsal/patch-1
...
Create How to apply custom style classes by tag
2014-10-19 18:07:28 +01:00
Jermolene
f9cab4bc12
Add fake dom documentation
2014-10-19 13:34:07 +01:00
Jermolene
12e26009ee
Allow percentage width and height on image widget
2014-10-19 13:21:20 +01:00
Jermolene
55397e0ab1
Docs tweaks
...
Thanks @xcazin
2014-10-19 09:39:33 +01:00
Jermolene
9d53a1b5c4
Update macros docs
2014-10-19 09:18:39 +01:00
Jermolene
e1ac85ddd5
Docs: Clarify importing simplified TW files
2014-10-18 19:50:42 +01:00
Jermolene
9a4bda9c85
Docs tweaks
2014-10-18 19:15:04 +01:00
Jeremy Ruston
3305874235
Merge pull request #992 from Eucaly/variables
...
add Subsitutions in WikiText
2014-10-18 18:57:13 +01:00
Jermolene
9a36dc61ec
Improve docs on TW file format
2014-10-18 17:42:24 +01:00
Jermolene
2ffe53f191
Add audio parser for handling audio content
2014-10-18 14:50:07 +01:00
Jermolene
ea3bdb5556
Release note update
2014-10-18 14:49:43 +01:00
Eucaly
159a310bab
add Subsitutions in WikiText
2014-10-18 18:49:10 +08:00
Eucaly
15f3c284ae
add Subsitutions in WikiText
2014-10-18 18:45:46 +08:00
Jermolene
564457de1c
Update to KaTeX v0.1.1
2014-10-17 20:10:38 +01:00
Jermolene
21a791cdcd
Docs updates
2014-10-17 16:29:27 +01:00
Jermolene
ad13d57523
Use separate state for each slider demo
...
Fixes #988
2014-10-17 10:02:21 +01:00
Jermolene
209c018c38
Docs updates
2014-10-16 10:01:02 +01:00
Jermolene
fc2d3ce56a
Docs update
2014-10-16 09:27:25 +01:00
Jermolene
dcc33e52b3
Docs updates
2014-10-15 21:56:32 +01:00
Jermolene
e188662438
Move prerelease release note
...
The release note for the pending release should be part of the
prerelease edition
2014-10-15 21:56:24 +01:00
Jermolene
d91e4be74e
Docs updates
2014-10-15 19:46:11 +01:00
Jeremy Ruston
ec7eddfc4e
Merge pull request #974 from xcazin/fixtw5.com
...
Fix caption field of the NowMacro doc tiddler
2014-10-15 19:34:15 +01:00
Jermolene
b94fc7b647
Clarify docs for limit parameter of timeline macro
...
Prompted by a comment in #975
2014-10-15 17:57:00 +01:00
Jermolene
b0bd5ba96f
Build and release docs update
2014-10-15 16:18:08 +01:00
Jermolene
ca650e2012
Stop building a separate readme for tw2 edition
2014-10-15 16:18:00 +01:00
Jermolene
ed5a87c019
Docs tweaks
2014-10-15 09:17:00 +01:00
Jermolene
f721e25b8c
Docs update
2014-10-14 15:15:56 +01:00
Jermolene
86ec42c8c7
Readme for build.jermolene.github.io
2014-10-14 15:15:48 +01:00
Jermolene
62c31ed37a
Add prerelease edition
...
This is the edition that we’ll use for publishing prerelease/beta
builds of TW
2014-10-14 15:15:20 +01:00
Jermolene
49dc5694a3
Enhance "includeWikis" to merge build targets
...
Build targets found in included wikis are merged behind any found in
the wiki itself
2014-10-14 15:14:50 +01:00
Xavier Cazin
4b3d634b25
Fix caption field of NowMacro doc tiddler
2014-10-13 18:08:28 +02:00
Jermolene
2d25c40227
Remove backslashes from example commands
2014-10-13 09:59:34 +01:00
Jermolene
6ec87efb5a
Remove references to $TW5_BUILD_OUTPUT
2014-10-13 09:56:52 +01:00
Jeremy Ruston
90ac41b9ec
Merge pull request #967 from pmario/german-videos
...
german video links for saving with chrome, firefox, ie
2014-10-12 16:50:14 +01:00
Mario Pietsch
316e1eca3f
fix video protocol
2014-10-12 17:45:54 +02:00
Jermolene
c39b5b913c
Docs tweak
2014-10-12 16:45:53 +01:00
Jeremy Ruston
d053b960b6
Merge pull request #963 from Evolena/patch-3
...
Fix some bad links
2014-10-12 16:38:08 +01:00
Jermolene
601884d894
Docs tweaks
2014-10-12 16:25:52 +01:00
Jermolene
4519c47551
Docs update
2014-10-12 16:15:08 +01:00
Mario Pietsch
6fc14e5c1f
german video links for saving with chrome, firefox, ie
2014-10-12 16:28:02 +02:00
Evolena
2fe095fcd1
Fix bad links
2014-10-12 13:59:26 +02:00
Jermolene
1695d5fe29
Docs tweaks
2014-10-12 09:42:16 +01:00
Jermolene
f7bdb1c04d
Docs updates
2014-10-10 20:32:22 +01:00
Jermolene
6e4dccda4c
Docs update
2014-10-10 10:35:43 +01:00
Jermolene
03defe4256
Docs cleanup
2014-10-10 10:35:36 +01:00
Jermolene
39b7771f87
Update release notes
2014-10-10 10:31:17 +01:00
Jermolene
a7c9112c40
Add new filter example
2014-10-09 20:51:58 +01:00
Jermolene
5f08f89956
Add link to Iannis Zannos hints site
2014-10-09 18:08:05 +01:00
Jermolene
3827f98a43
Improve new tiddler behaviour with existing tiddlers
...
Now repeatedly clicking “new journal” will reuse the existing journal
if one exists
2014-10-09 17:30:53 +01:00
Jermolene
5010859ed6
This deals with one of the specific issues raised in #922 , but doesn’t
...
address the general issue.
2014-10-09 14:56:38 +01:00
Jeremy Ruston
b05ff2a5d7
Merge pull request #952 from fghhfg/patch-10
...
Update Searching.tid
2014-10-09 13:38:43 +01:00
Jermolene
4e37a9fb09
Navigate widget docs update
2014-10-09 13:28:12 +01:00
Jeremy Ruston
c538712a2e
Merge pull request #953 from buggyj/tw2parserdoc
...
add install instruction
2014-10-09 13:13:56 +01:00
Mario Pietsch
8b1d6d235b
new UI texts, fixing some more typos
2014-10-09 10:56:27 +02:00
buggyj
18877f9237
add install instruction
2014-10-09 08:21:00 +02:00
Jermolene
b53074a0cc
Update "Introduction to Filters" docs
2014-10-08 19:02:54 +01:00
Jermolene
e872f17842
Add a new journal page toolbar button
...
Spot the easter egg with the toolbar button…
Fixes #336
2014-10-08 17:46:34 +01:00
Jermolene
0dcf54c3b5
Add support for action widgets
...
This is part of the groundwork for fixing #336
2014-10-08 17:45:26 +01:00
fghhfg
a361ab0608
Update Searching.tid
2014-10-08 16:21:09 +08:00
Jermolene
a604afe871
Fix list in "Filters" tiddler
...
Mentioned by @Evolena in #922
2014-10-07 22:33:06 +01:00
Jermolene
ff23a84d28
Docs tweaks
2014-10-07 21:44:54 +01:00
fghhfg
b3c3442024
Update Learning.tid
2014-10-08 04:21:13 +08:00
Jermolene
70c8659948
Update release note
2014-10-07 15:50:46 +01:00
Jeremy Ruston
c475302663
Merge pull request #940 from fghhfg/patch-1
...
Simplify upgrading instructions
2014-10-07 13:26:30 +01:00
Jermolene
dd829d9140
Docs tweaks
2014-10-07 13:16:24 +01:00
Jermolene
cda495d692
Doc tweaks
2014-10-07 13:16:04 +01:00
Jeremy Ruston
e108799791
Merge pull request #942 from fghhfg/patch-3
...
add how to install plugin
2014-10-07 13:03:55 +01:00
Jermolene
811e92c0eb
Docs update
2014-10-07 13:02:43 +01:00
Jeremy Ruston
766ec38487
Merge pull request #944 from fghhfg/patch-5
...
more clear "How to sign the CLA"
2014-10-07 13:00:58 +01:00
Jeremy Ruston
002b07d096
Merge pull request #945 from fghhfg/patch-6
...
add a example
2014-10-07 09:57:34 +01:00
Jeremy Ruston
68b7212150
Merge pull request #946 from fghhfg/patch-7
...
add some way to invoke macro
2014-10-07 09:46:29 +01:00
Jeremy Ruston
65504d5d41
Merge pull request #928 from TheDiveO/filter-operators-addsufprefix
...
addprefix and addsuffix filter operators
2014-10-07 09:44:31 +01:00
Jermolene
63c174d7ed
Update KaTeX wrapper to support operation under Node.js
...
Now we can generate static HTML containing mathematical typesetting
2014-10-06 21:20:19 +01:00
TheDiveO
f6f9c74fe9
added documentation tiddlers for addprefix and addsuffix; updated
...
documentation tiddlers for prefix, suffix, removeprefix, removesuffix to
reference the new addprefix and addsuffix filter operators.
2014-10-06 21:49:54 +02:00
fghhfg
651ed60987
add some way to invoke macro
2014-10-07 02:28:40 +08:00
fghhfg
f2e97eeb25
add a example
2014-10-07 00:38:12 +08:00
fghhfg
0d7209ff2f
more clear "How to sign the CLA"
2014-10-06 23:38:48 +08:00
fghhfg
e6d59ece6f
add how to install plugin
2014-10-06 22:36:02 +08:00
Jermolene
0c8e538077
Add support for custom password prompts
2014-10-06 10:02:34 +01:00
fghhfg
61acea7e8d
make simpler
2014-10-06 16:32:23 +08:00
Jeremy Ruston
c126294ae5
Merge pull request #924 from andrey013/ru-RU
...
Russian translation
2014-10-05 16:35:47 +01:00
Jermolene
3048b79a45
Update button widget docs
...
Fixes #927
2014-10-05 16:33:05 +01:00
Jeremy Ruston
b9ed7e52c2
Merge pull request #929 from Eucaly/update-dev-doc
...
update JavaScript Macros reference link to dev document
2014-10-05 16:25:55 +01:00
Jermolene
535b695167
Docs edit
2014-10-05 16:18:56 +01:00
Jeremy Ruston
4d732c5733
Merge pull request #931 from gernert/patch-2
...
Update Lists in WikiText.tid
2014-10-05 16:06:39 +01:00
Andrey Yankin
fb799a57ff
Start russian translation
2014-10-04 23:38:08 +04:00
Eucaly
52a2d5ade2
update WidgetVariable documentation
2014-10-03 07:15:06 +08:00
Eucaly
d9ccac21d0
add WidgetVariable documentation
2014-10-02 23:02:48 +08:00
Markqz
6071f3d385
Create How to apply custom style classes by tag
2014-10-01 13:06:44 -08:00
gernert
e343ccc458
Update Lists in WikiText.tid
...
An extra example with numbers as first level
2014-10-01 19:54:34 +02:00
Eucaly
3acb5de407
update JavaScript Macros reference link to dev document
2014-10-01 18:36:04 +08:00
Xavier Cazin
c26bd4c5a8
Tweak of the list-links macro in order to display caption fields if present
2014-09-28 21:11:58 +02:00
Jermolene
6626da9b3b
Update tabs macro documentation
2014-09-28 12:25:27 +01:00
Jermolene
e51c4fcb92
Adjust list macro docs
2014-09-28 09:58:27 +01:00
Jeremy Ruston
e028b87ce8
Merge pull request #918 from pmario/fr-coremacro-classes
...
Like the tabs macro, the list macro should get a possibility to add a class parameter
2014-09-28 09:56:40 +01:00
Jermolene
7ccf43d3ca
Preparing for 5.1.3
2014-09-28 09:56:17 +01:00
Mario Pietsch
1f7a4e3336
fix docs, typo
2014-09-28 10:42:15 +02:00
Mario Pietsch
59f04ffd31
add class parameter to list-links macro
2014-09-28 10:32:54 +02:00
Jermolene
d9bdc89dfd
Update test for transclusion recursion detection
2014-09-27 17:30:13 +01:00
Jermolene
eaf41f3f18
Docs updates
2014-09-27 17:27:39 +01:00
Jermolene
46f6dd02f8
Update release note
2014-09-27 17:25:29 +01:00
Jermolene
1c8d62c3aa
Link to couchdb adaptor
...
@wshallum feel free to send pull requests for this tiddler to reflect
future updates to the adaptor.
2014-09-27 17:02:36 +01:00
Jermolene
18a2b48b3b
Docs adjustments
2014-09-27 11:56:36 +01:00
Jeremy Ruston
81fc8ef570
Merge pull request #909 from gernert/patch-2
...
Update TableOfContentsMacro.tid
2014-09-27 11:53:38 +01:00
Jeremy Ruston
f8f3d0fb9b
Merge pull request #908 from pmario/de-AT-DE-korrektor
...
fixing typos + german macro docs
2014-09-27 11:39:52 +01:00
Jermolene
23c2d90ee8
Added error handling to upload saver
...
A further fix for #251
2014-09-27 10:47:31 +01:00
Jermolene
115245a632
Improve storyview error detection
...
Fixes #912
2014-09-27 10:34:59 +01:00
Mario Pietsch
f604a0ac8e
be polite
2014-09-26 09:21:39 +02:00
Mario Pietsch
beb360d992
Merge branch 'de-AT-DE-korrektor' of github.com:pmario/TiddlyWiki5
2014-09-26 09:02:43 +02:00
gernert
8d48e194cf
Update TableOfContentsMacro.tid
...
Seen the many questions in the group, the TableOfContentsMacro is a hot item but a bit difficult to understand.
I thought a graphical representation with the real tags for the examples might help.
2014-09-25 10:23:03 +02:00
Mario Pietsch
0799c06b1b
more docs. ChrisK attribution
2014-09-24 16:28:31 +00:00
Jermolene
c9f692d671
Add documentation for "fields" filter operator
...
Fixes #898
2014-09-24 13:57:23 +02:00
Jermolene
88199ffd62
Update lists in wikitext docs
...
Thanks @Skeeve
2014-09-24 13:23:40 +02:00
Jermolene
a159b5baf3
Add tiddlerInfo to the syncadaptor saveTiddler method
2014-09-24 13:15:16 +02:00
Jeremy Ruston
8a0309a4bd
Merge pull request #899 from simonbaird/master
...
Fix list macro typo in tw5 Plugins.tid
2014-09-24 12:43:03 +02:00
Jermolene
f8e11da0fc
Update lists in wikitext docs
...
Include workaround for multi-line list entries.
2014-09-24 12:41:12 +02:00
Jermolene
6b3646a025
Update history of TiddlyWiki
2014-09-24 12:08:16 +02:00
Jermolene
b3df07ae3e
Error handling for KaTeX plugin
2014-09-24 11:50:49 +02:00
Mario Pietsch
4264fe66ca
some fixes. many new doc tiddlers
2014-09-23 22:50:02 +00:00
Simon Baird
6bc2e18cbd
Fix list macro typo in tw5 Plugins.tid
2014-09-23 23:59:12 +10:00
Mario Pietsch
aaaed439f7
typos found by ChrisK
2014-09-22 19:26:00 +00:00
Evolena
f0e638ea62
Correct a typo in doc
2014-09-22 14:04:05 +02:00
Jermolene
972f91182d
More preparation for 5.1.2
2014-09-22 12:24:05 +01:00
Jermolene
49f0989db8
Prepare for 5.1.2
2014-09-22 12:23:04 +01:00
Jermolene
22bc2dd9d7
Update KaTeX plugin docs
2014-09-22 12:06:49 +01:00
Jermolene
3088d50e87
Update release note for 5.1.1
2014-09-22 12:04:18 +01:00
Jeremy Ruston
3dfc569c00
Merge pull request #894 from pmario/de-AT-DE-korrektor
...
some more german typos
2014-09-22 11:54:15 +01:00
Jermolene
b7ce56e3ce
Release note update for 5.1.1
2014-09-22 11:53:47 +01:00
Mario Pietsch
9059ea5211
some more german typos
2014-09-22 10:49:24 +00:00
Jeremy Ruston
4ebccbe468
Merge pull request #854 from buggyj/tw2parserdocerr
...
corrected doc error
2014-09-22 11:44:13 +01:00
Jeremy Ruston
32d55cf072
Merge pull request #890 from TheDiveO/master
...
Minor: fix plugin name ThirdFlow
2014-09-22 11:43:51 +01:00
Jermolene
13290692de
Update docs for select widget
...
How’s this @danielo515?
2014-09-22 10:42:41 +01:00
Jermolene
1007ec2ad6
Sort order for TOC on tw5.com
2014-09-22 10:42:23 +01:00
Jermolene
f00c4c164b
Add dev docs to readme
2014-09-22 10:42:12 +01:00
Jermolene
d0deacbdc4
Include word "Version" in ribbon on tw5.com
2014-09-22 10:42:02 +01:00
Jermolene
f81b0a6fa9
Add plugins to TOC on tw5.com
2014-09-22 10:41:34 +01:00
Jermolene
3a43de2272
Updates to KaTeX plugin
2014-09-22 10:41:12 +01:00
Jermolene
96b7d0eeba
First pass at KaTeX plugin
...
Finally fixes #458 thanks to the KaTeX plugin from Khan Academy
2014-09-21 23:03:07 +01:00
TheDiveO
378e687a42
fix plugin name ThirdFlow
...
the icon may be slightly misleading but it's not the Third Wave and instead the Third Flow.
2014-09-21 18:49:06 +02:00
Jermolene
d4617ffbe4
Preparing for 5.1.1
2014-09-21 11:22:54 +01:00
Jermolene
3dc99e9605
Adjust links in dev docs
...
Whoops….
2014-09-21 11:15:27 +01:00
Mario Pietsch
e95c87f068
checked all language files for typos
2014-09-21 09:58:54 +02:00
Jeremy Ruston
0ea7f7589b
Merge pull request #884 from xcazin/fr-FR
...
Fr fr
2014-09-20 16:37:17 +01:00
Jermolene
ff0b2afef7
Features docs update
2014-09-20 16:37:05 +01:00
Xavier Cazin
bde00aa455
Translation of the tiddler that links to the fr-FR edition (starting with the localised empty.html only)
2014-09-20 17:16:43 +02:00
Jermolene
2ee82a289a
Developer docs update
2014-09-20 15:37:14 +01:00
Jermolene
15e9e21d2a
Readme updates for Node.js
2014-09-20 15:06:33 +01:00
Jermolene
ebb911f934
Docs updates
2014-09-20 13:49:34 +01:00
Jermolene
dac046c133
Add TWGuides to resource listing
2014-09-20 13:48:30 +01:00
Jeremy Ruston
ab1def7d94
Merge pull request #883 from pmario/fix-default-language-setting
...
Fix default language setting
2014-09-20 13:18:11 +01:00
Jermolene
c900c71f8a
More docs updates
2014-09-20 13:17:18 +01:00
Jermolene
15c527802b
More docs cleanup
2014-09-20 12:46:31 +01:00
Mario Pietsch
055dda9ee2
some language default settings fixed. remove a lot of now unnecessary tilde signs
2014-09-20 13:35:07 +02:00
Jermolene
5e5c416ead
Remove links to non-existent German and Chinese translations
2014-09-20 12:10:33 +01:00
Jermolene
50a7b20cf0
Fix URL typos
2014-09-20 08:29:05 +01:00
Jeremy Ruston
6fbef65ded
Merge pull request #879 from BramChen/master
...
chinese translations for documents of Chinese Edtions
2014-09-20 08:24:59 +01:00
Simon Baird
dfd35e8c12
Update link to d3 demo in HelloThere content
2014-09-20 16:25:41 +10:00
Bram Chen
59bbf3d56b
Convert chinese characters
2014-09-20 12:51:43 +08:00
Bram Chen
15a28bc0a5
chinese translations for documents of Chinese Edtions
2014-09-20 12:34:24 +08:00
Jermolene
1a75fd0e21
Include translated editions
...
@pmario and @bramchen and @xcazin
Maybe the titles of these tiddlers should be translated into their
respective languages? And possibly the text too?
2014-09-19 23:03:30 +01:00
Jermolene
9eb2db791f
Docs updates
2014-09-19 23:02:03 +01:00
Jermolene
3c58426ff2
Docs updates
2014-09-19 21:56:07 +01:00
Jermolene
06cc8ed5ef
Lots of documentation cleanup
2014-09-19 17:18:25 +01:00
Jermolene
e40f4ff630
Fix typo
...
Thanks @pmario
2014-09-19 15:55:18 +01:00
Jermolene
3ad4febc15
Clarify select widget docs
2014-09-19 15:28:08 +01:00
Mario Pietsch
8610a9c064
get default language files back
2014-09-19 16:23:21 +02:00
Mario Pietsch
cda1e916bf
fixing many obsolete ~ signs. modify setfield.js to get consistent language settings
2014-09-19 16:16:19 +02:00
Jermolene
7ed7aba8d0
Docs updates
2014-09-19 15:02:40 +01:00
Jermolene
e3fee7d56d
Contributor updates
2014-09-19 14:43:04 +01:00
Jermolene
449d12ff60
Remove obsolete resource
...
Sadly, the plugin hasn’t worked for some time and is no longer under
active development.
2014-09-19 14:41:42 +01:00
Jermolene
0a3c399305
Clarify table documentation
2014-09-19 12:45:49 +01:00
Jeremy Ruston
1297c6e820
Merge pull request #869 from gernert/patch-4
...
Update GettingStarted.tid
2014-09-19 12:42:19 +01:00
Jeremy Ruston
b22c682ab3
Merge pull request #866 from malgam/patch-1
...
Add module types listing to ModuleType tiddler
2014-09-19 12:33:09 +01:00
gernert
f9ff7c44ea
Update GettingStarted.tid
...
As discussed with pull request #863
2014-09-19 12:41:54 +02:00
Jermolene
b239b3d623
Remove curly braces from qualified identifiers
...
Fixes #860
2014-09-19 11:33:49 +01:00
Jeremy Ruston
5dbcc5f601
Rename Einführung.tid to Einfuhrung.tid
...
Remove critical diacritical
2014-09-19 11:24:07 +01:00
Jeremy Ruston
4ff9346f3a
Merge pull request #865 from pmario/de-AT-server
...
More german documentation
2014-09-19 11:03:09 +01:00
malgam
b31300c59c
No "Internals" tab in control panel
...
ModuleType.tid refers to a non-existing "Internals" tab in the control panel for a list of module types used in this wiki. I propose listing these directly in this tiddler as an alternative.
2014-09-19 14:57:01 +10:00
Jermolene
cbb16df47a
Clean up images for /dev
...
We’ve now got a couple of duplicates which will be sorted out later
2014-09-18 20:16:06 +01:00
Jermolene
ca211094a2
Use spaces in dev tiddler filenames instead of %20
2014-09-18 20:00:34 +01:00
Jermolene
ac08f5f4a7
Remove split.recipe from dev edition
...
Left over from ginsu
2014-09-18 20:00:02 +01:00
Jermolene
de02d5ce9d
Update contributors list
2014-09-18 19:59:39 +01:00
Jermolene
88a9115042
Preparing for 5.0.19
2014-09-18 19:27:29 +01:00
Mario Pietsch
3ad8742db8
new TOC, empty default language fix, static banner added,
2014-09-18 15:00:08 +02:00
Mario Pietsch
4199fc9683
insert static banner
2014-09-18 11:31:51 +02:00
Mario Pietsch
194f525478
first run for fullbuid compatibility
2014-09-18 10:56:44 +02:00
Jermolene
22006f995e
Update modified times for new release
2014-09-17 22:12:22 +01:00
Jermolene
ea17e339f3
Release note update
2014-09-17 22:07:48 +01:00
Jermolene
c63488d155
Docs updates for new file locations
2014-09-17 20:01:00 +01:00
Jermolene
28b2ac4fb3
Split de-AT-DE
edition into de-AT
and de-DE
editions
...
It doesn’t really make sense for an edition to be in two languages
2014-09-17 19:47:43 +01:00
Jermolene
1b0eec143e
Refine preliminary list macro
...
@pmario: I’ve taken your suggestion and made the HTML element type(s)
be macro parameters.
2014-09-17 12:13:24 +01:00
Jermolene
813bd2fe1d
More docs updates
2014-09-17 08:36:39 +01:00
Jermolene
2d6c6fd208
Add "Briefcase" by Roma Hicks to resources
2014-09-16 21:42:10 +01:00
Jermolene
cbfc9fcc56
More docs updates
2014-09-16 15:19:52 +01:00
buggyj
3472721dbc
corrected doc error
2014-09-16 16:10:25 +02:00
Jeremy Ruston
67a90cdfad
Merge pull request #851 from buggyj/nodedocerror
...
missing wikilinks on doc
2014-09-16 13:33:26 +01:00
Jermolene
d859fc2f58
Docs updates
2014-09-16 13:32:52 +01:00
buggyj
d27e157cec
missing wikilinks on doc
2014-09-16 14:24:53 +02:00
Jeremy Ruston
ef28630d9a
Merge pull request #850 from buggyj/bjtools
...
changed my site's location
2014-09-16 10:17:56 +01:00
buggyj
4e0b5faa4c
change site url
2014-09-16 10:14:07 +02:00
Jeremy Ruston
cd713bf0c2
Merge pull request #835 from Eucaly/master
...
Update Eucalys Tiddly World.tid
2014-09-14 20:44:15 +01:00
Jermolene
199aa1c2e7
Docs correction
...
Fixes #836
2014-09-14 10:57:20 +01:00
Jeremy Ruston
4373f48731
Merge pull request #837 from pmario/de-AT-DE-server
...
All WikiText tiddlers translated
2014-09-14 10:55:57 +01:00
Jermolene
320e0af68c
Update dev github ribbon
2014-09-14 10:33:29 +01:00
Mario Pietsch
0d175338c3
fix some typos
2014-09-13 21:45:00 +02:00
Mario Pietsch
a4db140dc8
removed german umlauts
2014-09-13 21:39:41 +02:00
Mario Pietsch
a0a8a457f4
All WikiText tiddlers translated
2014-09-13 21:27:26 +02:00
Eucaly
7105a3a353
Update Eucalys Tiddly World.tid
2014-09-13 20:35:47 +08:00
Jermolene
c4123ba374
Extend timeline macro to allow a subfilter
2014-09-13 11:06:50 +01:00
Jermolene
c44a3bb4a4
Preparing for 5.0.18-beta
2014-09-13 11:02:53 +01:00
Jermolene
a00d21a6b3
Missed acknowledgement for @buggyj
2014-09-12 17:50:33 +01:00
Jermolene
c0e420051b
Preparing for 5.0.17 release
2014-09-12 17:48:53 +01:00
Jermolene
dd6659d393
Further release note updates
2014-09-12 17:41:24 +01:00
Jermolene
fc11e8cd13
Update ribbon link
...
For the moment we’ll link to the beta releases
2014-09-12 17:39:34 +01:00
Jermolene
af019623e0
Release note update
2014-09-12 17:39:34 +01:00
Jermolene
0903c35f61
Correct dev link
2014-09-12 17:39:34 +01:00
Jermolene
2588f996f1
Update prefixes for dev content
2014-09-12 17:39:34 +01:00
Jermolene
9093f04ba3
Docs updates
2014-09-12 16:54:32 +01:00
Jermolene
65f242f857
More docs mangling
2014-09-12 16:46:59 +01:00
Jermolene
f187122c35
Lots more docs updates
2014-09-12 16:05:37 +01:00
Jermolene
a878f0a5c9
Remove obsolete talkytalky tiddler
2014-09-12 14:24:59 +01:00
Jermolene
2e72162b0c
Phrasing updates
2014-09-12 14:24:06 +01:00
Jeremy Ruston
2d188c2436
Remove illegal character from pathname
2014-09-12 13:30:04 +01:00
Jeremy Ruston
06ef809cf2
Remove illegal character from pathname
2014-09-12 13:29:47 +01:00
Jeremy Ruston
3d4a3a0f54
Merge pull request #832 from pmario/de-AT-DE-server
...
First pass for german editions with basic documentation.
2014-09-12 13:23:04 +01:00
Jermolene
905c793964
Release note update
2014-09-12 13:13:54 +01:00
Mario Pietsch
22060fc198
remove analytics stuff
2014-09-12 14:09:51 +02:00
Mario Pietsch
1bcada1f4b
use default layout settings
2014-09-12 14:06:49 +02:00
Mario Pietsch
bda349801e
first run with new german edition containing the basic docs in german
2014-09-12 13:52:33 +02:00
Jermolene
54eb85218b
Clarify "Editions"
...
@giffmex - sorry I should have been clearer. We’ll only call things an
“Edition” if it is distributed via tiddlywiki.com. So for instance your
NoteStormTW should be listed under “Resources” until it’s been bought
into tiddlywiki.com.
We’ve already had the situation where people who have built editions
(and indeed plugins) haven’t been able to keep them up to date with the
latest versions of the core. So I want to draw a clear distinction
between those things that are part of the main distribution, and have
some guarantee of long term support and those things that are
distributed independently.
2014-09-11 20:15:06 +01:00
Jermolene
a464256e18
Add mechanisms to the reference docs
2014-09-11 20:12:25 +01:00
Jermolene
022eba9c75
Organising community content
2014-09-11 19:36:30 +01:00
Jermolene
8b0c471736
Update history of tiddlywiki essay
2014-09-11 15:52:58 +01:00
Jermolene
bc985553ed
More reference docs mangling
2014-09-11 15:52:47 +01:00
Jermolene
184b9817b4
Update wikitext documentation
2014-09-11 09:15:58 +01:00
Jermolene
e20ef97c27
More mangling of reference docs
2014-09-11 00:06:19 +01:00
Jermolene
def4aca200
Update filter docs
2014-09-10 23:42:13 +01:00
Jermolene
f72bb66f6a
Update macro reference docs
2014-09-10 23:42:06 +01:00
Jermolene
a95bb2b6ec
More docs updates
2014-09-10 22:35:02 +01:00
Jermolene
f781b2b8d0
More documentation mangling
2014-09-10 22:09:44 +01:00
Jermolene
0ee4d21d0d
Docs updates
2014-09-10 21:56:54 +01:00
Jermolene
ccd916ca7c
Add "multiple" attribute to browse widget
...
And default to non-multiple upload; that’s enough to enable the ability
to take photos/videos directly on iOS
2014-09-10 21:54:52 +01:00
Jermolene
08d588fb08
Adjust some content directories
2014-09-10 19:36:54 +01:00
Jermolene
673ede5b3c
Remove the obsolete Docs tiddler
2014-09-10 19:36:42 +01:00
Jermolene
ffb26956b5
Start cleaning up tw5.com docs
...
By moving the individual files into subfolders
2014-09-10 18:35:52 +01:00
Jermolene
411ed76c70
Use tw5.com to generate readmes, not /dev
2014-09-10 18:28:52 +01:00
Jermolene
6a952387d2
Update regexp filter docs with square brackets example
2014-09-10 18:25:38 +01:00
Jermolene
5d0c32b454
Add custom palette for the dev edition
2014-09-10 17:28:08 +01:00
Jermolene
58ff092d4a
Clean up modifier/creator fields of dev content
...
The house style is not to have individual authorship credits on
tiddlywiki.com documentation
2014-09-10 17:27:55 +01:00
Jermolene
5e81684b5b
Remove obsolete macro
2014-09-10 16:53:49 +01:00
Jermolene
c9f9de3e18
Correct folder
2014-09-10 16:53:43 +01:00
Jermolene
1a95ec9ac4
Introduce dev edition
...
Thanks to @cjrk and @cheigele for contributing their developer docs
(which can be found at https://github.com/cjrk/saa-tw ).
By the way, I plan to remove the “creator” and “modifier” fields but
will keep a prominent acknowledgement for your contributions.
2014-09-10 16:53:32 +01:00
Jermolene
faafeca02c
Release note update
2014-09-10 15:02:01 +01:00
Jermolene
e8ae77e738
Fix toc-link tag vs. field
2014-09-10 12:47:34 +01:00
Jermolene
c3eeaeb89f
Add new community links
2014-09-10 11:44:42 +01:00
Jermolene
f6ff0a7f71
Deprecate $:/tags/stylesheet
in favour of $:/tags/Stylesheet
...
A warning message appears at the top of the story river if any
`$:/tags/stylesheet` tags are found.
Fixing the first half of #824
2014-09-10 09:13:21 +01:00
Jermolene
418be0fda8
Further corrections to regexp filter docs
...
Thanks @pmario
2014-09-09 22:59:40 +01:00
Jermolene
d56d4b0c65
Docs update
2014-09-09 21:32:11 +01:00
Jermolene
f4fff7a330
Add new "regexp" filter operator
...
Fixes #762
2014-09-09 15:57:41 +01:00
Jermolene
04a5f7f002
Change links for static content used when JS disabled
...
We were linking to tiddlywiki.com/#HelloThere, now we’ll link to
tiddlywiki.com/static/HelloThere.html
2014-09-09 12:13:08 +01:00
Jeremy Ruston
24e7c7fc0f
Merge pull request #822 from giffmex/patch-25
...
Patch 25
2014-09-09 08:55:16 +01:00
Jermolene
df2cf8bf06
Docs update
2014-09-09 08:54:42 +01:00
giffmex
3119254373
Update TiddlyWiki is a community.tid
2014-09-08 16:54:19 -05:00
giffmex
10482d993e
Update Working with TiddlyWiki.tid
2014-09-08 16:52:29 -05:00
giffmex
b84fee6285
Create Sharing tiddlers with others.tid
2014-09-08 16:51:12 -05:00
giffmex
9e56a9a5c1
Update TiddlyWiki standalone.tid
2014-09-08 16:38:38 -05:00
giffmex
1be8ca4a40
Update TiddlyDesktop.tid
2014-09-08 16:37:36 -05:00
giffmex
c9384f6fdf
Update How_to_build_a_TiddlyWiki5_from_individual_tiddlers.tid
2014-09-08 16:36:53 -05:00
giffmex
8b6ae7164b
Update Windows HTA Hack.tid
2014-09-08 16:36:18 -05:00
giffmex
15debf7d6a
Update Using TiddlyWiki for GitHub Pages project documentation.tid
2014-09-08 16:35:46 -05:00
giffmex
3c951476ee
Update Using links to navigate.tid
2014-09-08 16:32:45 -05:00
giffmex
97a4612916
Update TableOfContents.tid
2014-09-08 16:28:19 -05:00
Jeremy Ruston
3014fa0b61
Merge pull request #821 from giffmex/patch-24
...
Patch 24 from @giffmex
2014-09-08 21:29:07 +01:00
giffmex
b8167633ef
Update VersionMacro.tid
2014-09-08 15:04:17 -05:00
giffmex
36b47b962e
Update TimelineMacro.tid
2014-09-08 15:03:59 -05:00
giffmex
15d75dfef5
Update TableOfContentsMacro.tid
2014-09-08 15:03:42 -05:00
giffmex
80179968a1
Update TabsMacro.tid
2014-09-08 15:03:20 -05:00
giffmex
ad0cc031b8
Update QualifyMacro.tid
2014-09-08 15:02:49 -05:00
giffmex
b3b4567fc4
Update MakeDataUriMacro.tid
2014-09-08 15:01:59 -05:00
giffmex
7140ed997e
Update DumpVariablesMacro.tid
2014-09-08 15:01:37 -05:00
giffmex
4b1ccc4171
Update ChangeCountMacro.tid
2014-09-08 15:01:15 -05:00
giffmex
469affa2a5
Update Working with TiddlyWiki.tid
2014-09-08 14:58:42 -05:00
giffmex
7d16691035
Create Using tiddler fields.tid
2014-09-08 14:57:32 -05:00
giffmex
d70182a7f7
Create Creating tabs.tid
2014-09-08 14:56:10 -05:00
giffmex
8e838bb7a5
Create Images in TW.tid
2014-09-08 14:54:42 -05:00
giffmex
9eb542da20
Create TiddlyWiki standalone.tid
2014-09-08 14:52:09 -05:00
giffmex
179cba3425
Update Hosting your TW.tid
2014-09-08 14:50:36 -05:00
giffmex
00b3fd1761
Update Using TiddlyWiki for GitHub Pages project documentation.tid
2014-09-08 14:46:29 -05:00
giffmex
e8e04aa1f9
Update How_to_build_a_TiddlyWiki5_from_individual_tiddlers.tid
2014-09-08 14:45:54 -05:00
giffmex
efd4d2afef
Update Windows HTA Hack.tid
2014-09-08 14:44:12 -05:00
giffmex
3e1a64f99c
Update TiddlyDesktop.tid
2014-09-08 14:43:35 -05:00
giffmex
1e8aeb0d9f
Update Generating Static Sites with TiddlyWiki.tid
2014-09-08 14:42:27 -05:00
giffmex
7d2cb13377
Update Working with TiddlyWiki.tid
2014-09-08 14:41:36 -05:00
giffmex
2c3aa4e723
Update The First Rule of Using TiddlyWiki.tid
2014-09-08 14:41:06 -05:00
giffmex
e04cddced8
Update TiddlyWiki in the Sky for TiddlyWeb.tid
2014-09-08 14:39:27 -05:00
giffmex
8432a9f0fb
Update TiddlyWiki in the Sky for TiddlyWeb.tid
2014-09-08 14:39:13 -05:00
giffmex
22feaa55f2
Update Building TiddlyWikiClassic.tid
2014-09-08 14:37:18 -05:00
giffmex
3dd7c66597
Create OtherTWConfigurations.tid
2014-09-08 14:36:40 -05:00
giffmex
4637119b96
Update TiddlyWiki on Node.js.tid
2014-09-08 14:34:50 -05:00
giffmex
7c561ac191
Update and rename TiddlyWiki configurations.tid to Other TiddlyWiki configurations.tid
2014-09-08 14:33:42 -05:00
giffmex
f818b1c923
Update TableOfContents.tid
2014-09-08 14:33:01 -05:00
giffmex
af169bf434
Update Working with TiddlyWiki.tid
2014-09-08 14:31:17 -05:00
giffmex
c3b5c06c3e
Update Tagging.tid
2014-09-08 14:30:24 -05:00
giffmex
be2dd6e8cb
Create Configure buttons.tid
2014-09-08 14:28:52 -05:00
giffmex
6a2f4092a1
Rename Customise your TiddlyWiki.tid to Customise TiddlyWiki.tid
2014-09-08 14:27:19 -05:00
giffmex
4ea2a1b5e1
Update Customise your TiddlyWiki.tid
2014-09-08 14:26:58 -05:00
giffmex
307ecbdef4
Update Initial customisation.tid
2014-09-08 14:26:00 -05:00
giffmex
a115a8c168
Create Create a CSS.tid
2014-09-08 14:25:19 -05:00
giffmex
6cc8b2d06e
Create Change the storyview.tid
2014-09-08 14:23:35 -05:00
giffmex
8fcaf7c628
Create Change layout SystemTags.tid
2014-09-08 14:22:17 -05:00
giffmex
53b55e6949
Create Change the colour palette.tid
2014-09-08 14:21:04 -05:00
giffmex
20f3e38da3
Create Change the animation speed.tid
2014-09-08 14:19:34 -05:00
giffmex
15a078d0a7
Update TableOfContents.tid
2014-09-08 14:17:51 -05:00
giffmex
bd123b01e0
Update and rename TiddlyWiki configurations and editions.tid to TiddlyWiki configurations.tid
2014-09-08 14:16:52 -05:00
giffmex
a70e928921
Create Bookmarklets.tid
2014-09-08 14:16:01 -05:00
Jermolene
257accb7bf
Missing docs for field mangler messages
2014-09-08 20:14:58 +01:00
giffmex
aadab77a08
Create Editions.tid
2014-09-08 14:13:33 -05:00
Jermolene
d13e23132a
Updated docs for safe mode
2014-09-08 19:52:16 +01:00
Jeremy Ruston
210d7fbc23
Merge pull request #819 from giffmex/patch-23
...
Patch 23
2014-09-08 19:42:11 +01:00
giffmex
7c356a300c
Update Working with TiddlyWiki.tid
2014-09-08 13:25:28 -05:00
giffmex
58d05af356
Create Upgrading TW.tid
2014-09-08 13:19:29 -05:00
giffmex
8dceb7206e
Create Importing tiddlers between files.tid
2014-09-08 13:18:09 -05:00
giffmex
7cfe62e566
Create Downloading and saving.tid
2014-09-08 13:16:41 -05:00
giffmex
1fca2792b8
Create Formatting text in TW.tid
2014-09-08 13:15:33 -05:00
giffmex
f1f9db9378
Create Hosting your TW.tid
2014-09-08 13:13:15 -05:00
giffmex
0e03bace94
Create Initial customisation.tid
2014-09-08 13:12:04 -05:00
giffmex
e51d78187f
Update Plugins.tid
2014-09-08 13:09:50 -05:00
giffmex
c8bc314a33
Update Macros.tid
2014-09-08 13:09:18 -05:00
giffmex
219f305fae
Create Filters.tid
2014-09-08 13:08:09 -05:00
giffmex
5ea7cc0f83
Create Widgets.tid
2014-09-08 13:06:50 -05:00
giffmex
5a0a7146b9
Update Groups.tid
2014-09-08 13:02:28 -05:00
giffmex
fdabb5ce4a
Update Forums.tid
2014-09-08 13:01:25 -05:00
giffmex
880fe59c80
Update Wills gTD.tid
2014-09-08 12:59:09 -05:00
Jermolene
0f8e877f73
Correct name for dumpvariables docs
2014-09-08 18:58:58 +01:00
giffmex
d7d2b7a846
Update TiddlyWiki for Scholars.tid
2014-09-08 12:58:50 -05:00
Jermolene
c6c4cf2289
Improve timeline macro
2014-09-08 18:58:48 +01:00
giffmex
8e0a58ddf6
Create User-created editions of TW.tid
2014-09-08 12:58:12 -05:00
giffmex
6b06cbd7b2
Create Tips and tutorials.tid
2014-09-08 12:54:58 -05:00
giffmex
1764300000
Update Articles.tid
2014-09-08 12:52:12 -05:00
giffmex
507e1bbaf7
Update Resources.tid
2014-09-08 12:51:07 -05:00
giffmex
8dd8db86b8
Update Examples.tid
2014-09-08 12:49:08 -05:00
giffmex
57967769f4
Update Improving TiddlyWiki Documentation.tid
2014-09-08 12:45:37 -05:00
giffmex
c8d2af7f2b
Create Create support resources.tid
2014-09-08 12:43:41 -05:00
giffmex
8534171c41
Create Translate TW.tid
2014-09-08 12:38:40 -05:00
giffmex
cead56f92f
Create Report bugs.tid
2014-09-08 12:37:32 -05:00
giffmex
efe562e6a9
Create Develop for TW.tid
2014-09-08 12:34:05 -05:00
giffmex
375549c68c
Create Promote TW.tid
2014-09-08 12:32:43 -05:00
giffmex
1bbe440856
Rename Using links to navigate between tiddlers to Using links to navigate.tid
2014-09-08 12:29:52 -05:00
giffmex
f020ba0e2a
Update Creating, tagging, and editing tiddlers.tid
2014-09-08 12:29:02 -05:00
giffmex
5ef9140463
Update Searching.tid
2014-09-08 12:27:57 -05:00
giffmex
dbbf283673
Rename Navigating between open tiddlers to Navigating between open tiddlers.tid
2014-09-08 12:26:07 -05:00
giffmex
0a481e4b93
Update Creating, tagging, and editing tiddlers.tid
2014-09-08 12:04:55 -05:00
giffmex
051ea8ac82
Update Searching.tid
2014-09-08 12:00:55 -05:00
giffmex
d34968b494
Create TiddlyWiki glossaries.tid
2014-09-08 11:59:02 -05:00
giffmex
c58975e97a
Update and rename TiddlyWiki editions and special uses to TiddlyWiki configurations and editions.tid
2014-09-08 11:57:58 -05:00
giffmex
9221b575ce
Rename Get help and learn more to Get help and learn more.tid
2014-09-08 11:57:01 -05:00
giffmex
b14744c20c
Rename Get involved to Get involved.tid
2014-09-08 11:56:33 -05:00
giffmex
43dcb02a88
Rename Customise your TiddlyWiki to Customise your TiddlyWiki.tid
2014-09-08 11:56:08 -05:00
giffmex
cba737f4ca
Rename Working with TiddlyWiki to Working with TiddlyWiki.tid
2014-09-08 11:55:43 -05:00
giffmex
ea929d445b
Rename TiddlyWiki advanced features to Advanced features.tid
2014-09-08 11:55:22 -05:00
giffmex
20ff91f615
Update Navigating between open tiddlers
2014-09-08 11:54:31 -05:00
giffmex
a875269a56
Update Using links to navigate between tiddlers
2014-09-08 11:54:05 -05:00
giffmex
a41ae54b41
Update and rename Getting started with TiddlyWiki to Working with TiddlyWiki
2014-09-08 11:53:20 -05:00
giffmex
285aa33739
Update TableOfContents.tid
2014-09-08 11:52:13 -05:00
giffmex
32b660d1b9
Update and rename Customize your TiddlyWiki to Customise your TiddlyWiki
2014-09-08 11:51:31 -05:00
giffmex
671f783c9b
Update TiddlyWiki advanced features
2014-09-08 11:50:23 -05:00
giffmex
6fe19d5f42
Update Customize your TiddlyWiki
2014-09-08 11:49:49 -05:00
giffmex
9292a41751
Update Get involved
2014-09-08 11:49:05 -05:00
giffmex
52027e5028
Update Get help and learn more
2014-09-08 11:48:26 -05:00
giffmex
5fba012f6a
Update Get help and learn more
2014-09-08 11:47:54 -05:00
giffmex
2e55a9fae9
Update Examples.tid
2014-09-08 11:46:27 -05:00
giffmex
3d5ad42ac8
Create The history of TiddlyWiki.tid
2014-09-08 11:45:45 -05:00
giffmex
9e8617c56f
Update TableOfContents.tid
2014-09-08 11:42:46 -05:00
giffmex
3f0606990a
Update HelloThere.tid
2014-09-08 11:39:10 -05:00
Jeremy Ruston
bb6ad83cfa
Merge pull request #817 from giffmex/patch-20
...
Patch 20
2014-09-08 17:03:01 +01:00
giffmex
cf5d4998a9
Create Eucalys Tiddly World.tid
...
saw today at the TW Google Group
2014-09-08 10:41:22 -05:00
giffmex
63c109280a
Update PETTIL.tid
...
Is a resource, not an example
2014-09-08 10:36:43 -05:00
giffmex
c41b7806c6
Update TW5 Magick.tid
...
Looked at his sites, he seems to have both tutorials and resources there, thus meriting two tags.
2014-09-08 10:35:33 -05:00
Jermolene
6e9cd59437
Move scripts into bin directory
...
Fixes #807
2014-09-08 16:32:34 +01:00
giffmex
278f58c19e
Update Moongift on TiddlyWiki.tid
2014-09-08 10:31:21 -05:00
giffmex
87449ff156
Update Shining Ark Using TiddlyWiki.tid
2014-09-08 10:30:47 -05:00
giffmex
917ed9752f
Update Install and run TiddlyWiki on a CentOS 6 VPS using Nginx.tid
2014-09-08 10:30:20 -05:00
giffmex
d22ed1d10d
Update Creating a baby journal with TiddlyWiki.tid
2014-09-08 10:29:46 -05:00
giffmex
e395f96ad0
Update Un wiki sur votre BiblioBox avec TiddlyWiki.tid
2014-09-08 10:27:49 -05:00
giffmex
9126fb6afa
Update TiddlyWiki Posts.tid
2014-09-08 10:26:51 -05:00
giffmex
ba0a2f185f
Update TW5 Mall.tid
2014-09-08 10:26:00 -05:00
giffmex
52c6ae8505
Update TW5 Tribal Knowledge.tid
2014-09-08 10:25:06 -05:00
giffmex
3ca4b34c6e
Update TiddlyWiki for Scholars.tid
2014-09-08 10:23:35 -05:00
giffmex
64b60445b8
Update Wills gTD.tid
2014-09-08 10:23:01 -05:00
giffmex
1b4274d7e5
Update and rename johnnotebase.tid to Obadiah.tid
...
1 John has copyrighted material, so I do not want that accessible from TiddlyWiki.html. This Obadiah file shows off more of what I have been able to do with TiddlyWiki recently.
2014-09-08 10:09:29 -05:00
giffmex
1a18e361cc
Update tw5.com-styles.tid
...
Aesthetic change: more attractive light blue, and unnecessary borders removed.
2014-09-08 09:54:18 -05:00
giffmex
2cb85e045a
Update Examples.tid
2014-09-08 09:50:30 -05:00
giffmex
63a2eafe5f
Create Using links to navigate between tiddlers
2014-09-08 09:39:52 -05:00
giffmex
1a0b567458
Update HelloThere.tid
2014-09-08 09:31:07 -05:00
giffmex
d7e774562e
Create Navigating between open tiddlers
2014-09-08 09:28:53 -05:00
Jeremy Ruston
ead4e9276a
Merge pull request #815 from giffmex/patch-18
...
Update HelloThere.tid
2014-09-08 15:07:26 +01:00
Jermolene
f16d1832aa
Add dumpvariables macro
2014-09-08 15:06:49 +01:00
giffmex
5cb4e69839
Update HelloThere.tid
...
A little clean up
2014-09-08 06:37:10 -05:00
Jermolene
6a508e580d
Docs updates
2014-09-07 14:03:38 +01:00
Jeremy Ruston
328e068ea8
Merge pull request #803 from giffmex/patch-2
...
Patch 2
2014-09-05 15:22:56 +01:00
Jeremy Ruston
e1d4e2739c
Merge pull request #806 from giffmex/patch-16
...
Delete What happened to the other TiddlyWiki?
2014-09-05 15:01:09 +01:00
Jermolene
48bb73f036
Switch edited
field to modified
2014-09-05 15:00:27 +01:00
Jeremy Ruston
6e577a02d8
Merge pull request #791 from giffmex/patch-6
...
Patch 6
2014-09-05 14:58:51 +01:00
giffmex
f36e58a315
Delete What happened to the other TiddlyWiki?
2014-09-05 07:25:46 -05:00
Jermolene
1e5ca780a1
Tweak doc improvement banner
2014-09-05 10:06:46 +01:00
Jermolene
ba3f800235
Extend toc macro so that links can be disabled
...
This allows table of contents to contain heading entries that do not
function as links, like the one in the sidebar.
2014-09-05 09:49:10 +01:00
Jermolene
7e93c93785
Start to empty out the control panel tools tab
...
The control panel isn’t the right place for tools; it’s a place for
settings and internal configuration.
Once again apologies to the translators for wiping out your hard work!
2014-09-05 09:28:49 +01:00
giffmex
9826562e8f
Create Tagging.tid
...
To replace TiddlerTags, but I will leave that tiddler for now, since there probably should be a separate tiddler tagged 'definition' that defines what tags are.
2014-09-04 17:59:44 -05:00
giffmex
a976b312b3
Update Articles.tid
2014-09-04 17:02:04 -05:00
giffmex
94a885fe2d
Create Documentation progress.tid
2014-09-04 16:57:42 -05:00
giffmex
cf1ae23c28
Delete What happened to the other TiddlyWiki?
2014-09-04 16:54:55 -05:00
Jeremy Ruston
3ee587b6a0
Merge pull request #798 from giffmex/patch-4
...
Create Discover TiddlyWiki.tid
2014-09-04 20:21:38 +01:00
Jeremy Ruston
23157ffac4
Merge pull request #799 from giffmex/patch-11
...
Patch 11
2014-09-04 20:21:19 +01:00
Jeremy Ruston
e114a1df24
Merge pull request #800 from giffmex/patch-12
...
Update tw5.com-styles.tid
2014-09-04 20:20:56 +01:00
Jeremy Ruston
924c685215
Merge pull request #801 from giffmex/patch-13
...
Update Searching.tid
2014-09-04 20:20:37 +01:00
giffmex
3713b17955
Create Creating, tagging, and editing tiddlers.tid
...
last one for today...
2014-09-04 14:05:23 -05:00
giffmex
47012fa61b
Update Searching.tid
2014-09-04 13:26:02 -05:00
giffmex
b88ead37b0
Update tw5.com-styles.tid
2014-09-04 13:05:17 -05:00
giffmex
7460fab46e
Create TiddlyWiki is a tool.tid
2014-09-04 12:37:07 -05:00
giffmex
c15ba77be0
Create TiddlyWiki is a philosophy.tid
2014-09-04 12:31:53 -05:00
giffmex
7bd8d6f02b
Create TiddlyWiki is a community.tid
2014-09-04 12:28:45 -05:00
giffmex
47ae6be590
Create TiddlyWiki is a toolbox.tid
2014-09-04 12:24:39 -05:00
giffmex
48d4c615d6
Create Discover TiddlyWiki.tid
2014-09-04 12:12:41 -05:00
Jeremy Ruston
f64e25cb44
Merge pull request #793 from giffmex/patch-7
...
Update What happened to the other TiddlyWiki.tid
2014-09-04 18:11:40 +01:00
Jeremy Ruston
28b4e0951e
Merge pull request #794 from giffmex/patch-8
...
Update Ten reasons to switch to TiddlyWiki.tid
2014-09-04 18:11:15 +01:00
Jeremy Ruston
22ec703f5f
Merge pull request #795 from giffmex/patch-9
...
Update Some of the things you can do with TiddlyWiki.tid
2014-09-04 18:10:59 +01:00
giffmex
b2ceee3be6
Update HelloThere.tid
2014-09-04 12:08:10 -05:00
giffmex
19caee517e
Update Some of the things you can do with TiddlyWiki.tid
2014-09-04 11:51:13 -05:00
Jermolene
abe9a0dbc2
First pass at a documentation style guide
...
Needs more detail.
2014-09-04 17:51:08 +01:00
giffmex
cbab2b6245
Update Ten reasons to switch to TiddlyWiki.tid
2014-09-04 11:49:03 -05:00
giffmex
3f07e6b220
Update What happened to the other TiddlyWiki.tid
...
tw to tc
2014-09-04 11:43:27 -05:00
Jermolene
aa6e317435
Fix file extensions for new giffmex tiddlers
...
@giffmex - tiddler files need the `.tid` extension
2014-09-04 17:37:28 +01:00
Jeremy Ruston
a7e45c221f
Merge pull request #787 from giffmex/patch-1
...
Update HelloThere.tid
2014-09-04 17:19:25 +01:00
Jeremy Ruston
b0ddb54e09
Merge pull request #788 from giffmex/patch-2
...
Create ome of the things you can do with TiddlyWiki
2014-09-04 17:18:55 +01:00
Jeremy Ruston
341db4e4d2
Merge pull request #789 from giffmex/patch-4
...
Create Ten reasons to switch to TiddlyWiki
2014-09-04 17:17:52 +01:00
giffmex
d1fe83cd4c
Create TiddlyWiki advanced features
2014-09-04 10:32:57 -05:00
giffmex
f738972f12
Create Get involved
2014-09-04 10:28:29 -05:00
giffmex
4bbfef72b2
Create Get help and learn more
2014-09-04 10:25:03 -05:00
giffmex
f44a538bcf
Create TiddlyWiki editions and special uses
2014-09-04 10:21:22 -05:00
giffmex
4ccc0fc262
Create Customize your TiddlyWiki
2014-09-04 10:18:41 -05:00
giffmex
d2f0cd6321
Create Getting started with TiddlyWiki
2014-09-04 10:15:26 -05:00
giffmex
9b657bc1d6
Create TableOfContentsInProcess
...
I am proposing to leave the present TableOfContents as it is while this new toc is being built and refined. Then when it is sufficiently advanced, we can rename it TableOfContents and delete the other one.
2014-09-04 10:09:08 -05:00
giffmex
8961e2ba19
Create What happened to the other TiddlyWiki?
2014-09-04 09:57:10 -05:00
giffmex
66fd1ed1ea
Create Ten reasons to switch to TiddlyWiki
...
Vanilla stylesheet would need a CSS of doublespacedlist for this to display correctly:
.doublespacedlist li {padding-bottom:.5em;padding-top:.5em;}
I would add it myself, but I don't want to put it in the wrong place and mess up your system
2014-09-04 09:43:48 -05:00
giffmex
5910afae4f
Create ome of the things you can do with TiddlyWiki
...
Hey everyone: need some more examples or demos to complete this: of TW5 to create a blog, to write a book, to inventory stuff. Also, if the timeline demo could be upgraded, at least to a more recent version, the link could be to the demo tiddler specifically rather than to the file in general.
2014-09-04 09:37:25 -05:00
giffmex
474d2ddb72
Create What happened to the other TiddlyWiki?
2014-09-04 08:52:35 -05:00
giffmex
e9519d7ad5
Update HelloThere.tid
2014-09-04 08:42:03 -05:00
Jermolene
e7358c9b31
Missing docs for makelibrary command
2014-09-03 10:05:00 +01:00
Jermolene
e34e83db0b
Fix typo
2014-09-02 22:04:18 +01:00
Jermolene
f8ae0bf3e6
Filter operator "removesuffix" docs correction
2014-09-02 22:04:11 +01:00
Jermolene
2428111daf
Fix typo
2014-09-02 22:03:52 +01:00
Jermolene
c1f80ab05d
Preparation for 5.0.17
2014-09-02 22:03:42 +01:00
Jermolene
fd6c1f8cda
Preparing for 5.0.16
2014-09-02 13:42:32 +01:00
Jermolene
fc6e0e0311
Release note update
2014-09-02 11:01:10 +01:00
Jeremy Ruston
42181f9b45
Merge pull request #673 from buggyj/tw2parser2
...
Tw2parser2
2014-09-02 10:49:56 +01:00
Jermolene
dd188e71f7
Release note update
2014-09-02 10:41:56 +01:00
buggyj
7b8de4670c
remove server fields and calendar macro
2014-09-01 23:29:25 +02:00
Jermolene
b68192d3cb
Add @pmario's latest video
...
Part of addressing #770
2014-09-01 17:02:37 +01:00
Jeremy Ruston
61de0f41ed
Merge pull request #776 from gernert/patch-1
...
Update TiddlerTags.tid
2014-09-01 15:13:09 +01:00
Jeremy Ruston
d58ab188cc
Merge pull request #778 from gernert/patch-3
...
Update SystemTags.tid
2014-09-01 14:23:39 +01:00
Jermolene
3d647ec011
Docs Tweaks
2014-09-01 14:23:12 +01:00
gernert
bc75bd8559
Update SystemTags.tid
...
The list of system tags was not complete.
I took the info from my guide 'Customization of TW5', http://tw5custom.tiddlyspot.com/#Adding%20parts%20by%20tagging:%5B%5BAdding%20parts%20by%20tagging%5D%5D
2014-09-01 15:08:54 +02:00
buggyj
2299a9f705
changed capitalization
2014-09-01 14:16:46 +02:00
gernert
d93696cf10
Update ContentType.tid
...
typo
Could not find a list of types in the Docs
2014-09-01 14:07:30 +02:00
gernert
c2d5870fac
Update TiddlerTags.tid
...
typo
2014-09-01 12:20:02 +02:00
buggyj
3cc702faa0
additions for the classicparserdemo edition
2014-09-01 11:11:44 +02:00
gernert
522d945275
Update PluginMechanism.tid
...
Without a name field the entry in the minithemeswitcher will be blank.
2014-08-31 15:52:46 +02:00
Jermolene
f9a8ba46be
Fix OXTWIG video
2014-08-31 14:43:20 +01:00
Jermolene
0e5d70f8ba
Add @pmario's video tutorials
2014-08-31 14:43:14 +01:00
Jermolene
559afcffd9
Add classes to the toc macro output
2014-08-31 14:05:43 +01:00
Bram Chen
60e95beed2
Typos in documentation
2014-08-31 10:40:08 +08:00
Jeremy Ruston
90bd2a9757
Merge pull request #772 from pmario/patch-1
...
Update Improving TiddlyWiki Documentation.tid
2014-08-30 22:57:03 +01:00
Jermolene
5a538b2703
Improve GitHub explanation
...
Trying to address #770
2014-08-30 22:53:39 +01:00
Mario Pietsch
659592bce1
Update Improving TiddlyWiki Documentation.tid
2014-08-30 22:35:47 +02:00
Mario Pietsch
0cf74b2da1
Update Improving TiddlyWiki Documentation.tid
2014-08-30 22:32:53 +02:00
Jermolene
2a3e54b064
Release note update
2014-08-30 15:09:36 +01:00
Jermolene
9a57bfdc9c
Release note updates
2014-08-30 14:44:05 +01:00
Jermolene
2bc185e1d4
Docs for auto save wiki message
2014-08-30 14:11:37 +01:00
Jermolene
48312272ad
Extend 'all' filter operator to select all source tiddlers
2014-08-29 09:54:31 +01:00
Jermolene
1b964873c4
Rename tiddler files for message documentation
2014-08-28 22:35:00 +01:00
Jermolene
89fd5379dd
Change "tw-*" variables to "tv-*"
2014-08-28 22:28:02 +01:00
Jermolene
2f69ea362c
Rename "tw-*" messages to "tm-*"
2014-08-28 21:43:44 +01:00
Jermolene
2ae574d5ca
Final round of "tw-" -> "tc-" conversions
...
Part of #764
2014-08-28 19:53:02 +01:00
Jermolene
f223310d34
Yet more "tw-*" -> "tc-*"
...
Part of #764
2014-08-28 19:41:29 +01:00
Jermolene
995f0e7f29
More conversion of "tw-*" classes to "tc-*"
...
Part of #764
2014-08-28 19:13:21 +01:00
Jermolene
a1ec52c5cb
Rename more "tw-*" classes to "tc-*"
...
Part of #764
2014-08-28 19:08:31 +01:00
Jermolene
f8b9471549
Rename more tw-
classes to tc-
...
Part of #764
2014-08-28 19:00:57 +01:00
Jermolene
8b10994cfe
Rename more "tw-*" classes to "tc-*"
...
Part of #764
2014-08-28 18:59:35 +01:00
Jermolene
1814d502a4
Convert more "tw-*" classes to "tc-*"
2014-08-28 18:47:21 +01:00
Jermolene
787481a804
Change more "tw-*" classes to "tc-*"
...
Part of #764
2014-08-28 18:21:08 +01:00
Jermolene
4a1c530da7
Rename "tw-tiddlylink-*" classes to "tc-tiddlylink-*"
...
Part of #764
2014-08-28 18:13:46 +01:00
Jermolene
a7dfa954d1
Rename "tw-image-*" classes to "tc-image-*"
...
Part of #764
2014-08-28 17:47:43 +01:00
Jermolene
9173e944df
Rename class "btn-big-green" to "tc-btn-big-green"
...
Part of #764
2014-08-28 17:30:12 +01:00
Jermolene
d0cbd34bf9
Rename "btn-invisible" class to "tc-btn-invisible"
...
Part of #764
2014-08-28 17:28:32 +01:00
Jermolene
d8c3691bd1
Removed unneeded CSS classes
...
Part of #764
2014-08-28 17:17:50 +01:00
Jermolene
df8758e38f
Release note update
2014-08-28 15:40:00 +01:00
Jermolene
dcf4e93a32
Add suffix and removesuffix filters
2014-08-28 14:46:00 +01:00
Jermolene
da82ff17da
Adjust IE instructions to use a direct link to empty.html
...
Because large data URIs don’t work in IE
2014-08-28 13:32:15 +01:00
Jermolene
347d5c0148
Update link widget docs
2014-08-28 09:32:19 +01:00
Jermolene
b437f1b450
Allow default tiddler info tab to be configured
2014-08-28 09:12:00 +01:00
Jermolene
d2a5a12f2d
Extend TOC macros to use caption field
...
Now the `caption` field is used for the text of each entry, if present,
falling back to the `title` field.
2014-08-28 08:58:53 +01:00
Jermolene
8ca709f664
Release note update
2014-08-27 11:10:06 +01:00
Jermolene
32b795452f
Allow Markdown dialect to be configured
2014-08-27 11:09:59 +01:00
Jermolene
13c4e028b1
Refactored autosave mechanism
...
Previously we were using a message `tw-auto-save-wiki` to trigger an
autosave. The message was generated by certain UI actions such as
saving a tiddler. The trouble was that the message was being processed
before the wiki change event for the accompanying change had had a
chance to percolate. The end result was that the dirty indicator was
staying lit when using autosave.
The new approach abandons the autosave message and instead triggers the
autosave in the wiki change event when a relevant change occurs.
One happy side effect of these changes is that the dirty indicator now
works as expected with the client server edition - ie, when typing in a
draft tiddler the dirty indicator will flash briefly, and then clear
when the sync mechanism has completed saving the draft.
2014-08-27 10:04:54 +01:00
Jermolene
e47852cb14
Stop clearing the location hash for tw-browser-refresh
2014-08-26 14:19:12 +01:00
Jermolene
ba087c96c2
Sorry @xcazin I missed you off the last release note
2014-08-26 14:17:57 +01:00
Jermolene
372fa040c5
Preparing for 5.0.16
2014-08-26 14:17:41 +01:00
Jermolene
d0654c3211
Docs updates for 5.0.15
2014-08-20 22:56:25 +01:00
Jermolene
8041e3bef2
Add a sort parameter to the TOC macro
...
As requested by @giffmex
2014-08-20 22:48:07 +01:00
Jermolene
81a426659e
Extraneous wikilink in docs
2014-08-20 22:25:55 +01:00
Jermolene
bbd0f7841b
Move improvement banner to the edit template
...
Thanks to @xcazin for the most excellent suggestion.
2014-08-20 22:07:39 +01:00
Jermolene
085e60c0f7
Improved documentation on improving the documentation
2014-08-20 22:07:12 +01:00
Jermolene
34d22f631d
Temporarily disable the improvement banner
...
We should perhaps discuss this at the next hangout…
2014-08-20 20:46:59 +01:00
Jermolene
56bf3924f5
Tweaks to the improvement banner
...
I think it looks pretty terrible, and am minded not to include it in
5.0.15. Interested in other views.
2014-08-20 17:06:39 +01:00
Jeremy Ruston
a9279fcfed
Merge pull request #742 from xcazin/fr-FR
...
Recent fr-FR translations plus small typo in RevealWidget documentation
2014-08-20 13:40:52 +01:00
Jermolene
b0c6babd8d
Add banner soliciting documentation improvements
...
A first pass
2014-08-20 11:25:56 +01:00
Jermolene
1075bd2084
Add content to "Contents" tiddler
...
Leaving it with no text content means that it triggers a lazy load with
the client server edition
2014-08-20 10:03:40 +01:00
Jermolene
fbf307c648
Add alt attribute to image widget
2014-08-20 10:00:34 +01:00
Xavier Cazin
c16f5b6b67
Typo in RevealWidget documentation
2014-08-19 17:08:15 +02:00
Jermolene
1973df0809
Update release note
2014-08-19 16:03:31 +01:00
Jermolene
0dfe23e0db
Rename tw-refresh message to tw-browser-refresh
2014-08-19 13:11:18 +01:00
Jermolene
58730b7452
Add selective expandable table of contents macro
...
And improve the layout of the examples
2014-08-19 12:30:22 +01:00
Jermolene
920e11e792
Introduce refresh button and revert home button
...
Now the home button behaves as it did in 5.0.13, and the new refresh
button does a full page refresh.
2014-08-19 12:12:36 +01:00
Jermolene
074cbf2606
Release note update
2014-08-18 21:48:03 +01:00
Jermolene
1e1622273b
More table of content macro docs
2014-08-18 21:44:31 +01:00
Jermolene
bd56e4b960
Fix ordering for the table of contents example
2014-08-18 21:44:22 +01:00
Jermolene
8cf726275c
First pass at table of contents macros
...
Introduce macros for automatically generating table of contents
2014-08-18 20:52:36 +01:00
Jermolene
a2acb1462b
Update release note
2014-08-18 20:43:16 +01:00
Jermolene
a3d0f84ff7
Update startup modules diagram
2014-08-18 10:45:27 +01:00
Jermolene
d7cb82d65d
Add GuerillaWiki docs
2014-08-17 15:10:43 +01:00
Jermolene
4044ba0d2d
Add full download link to GettingStarted
2014-08-16 14:44:11 +01:00
Jermolene
87b7677a0f
Release note update
2014-08-15 21:15:28 +01:00
Jermolene
32a7ee2683
Make it possible to disable plugins
2014-08-15 21:10:40 +01:00
Jermolene
0aeb9d36a0
Fix content type typo
2014-08-15 10:06:19 +01:00
Jermolene
ea83149746
Release note updates
2014-08-15 09:52:57 +01:00
Jermolene
c0c52f5bcb
Revert to putting the version number in the corner ribbon
...
Based on two bits of feedback:
1. The version number should be displayed prominently on the page
2. Ordinary users don’t know what “Find me on GitHub” means
2014-08-15 09:50:33 +01:00
Jermolene
e88dcfacd6
More release note updates
2014-08-15 09:42:54 +01:00
Jermolene
592cdc4617
Release note updates
2014-08-15 09:36:36 +01:00
Jermolene
27f1f82a70
Rejigging syncer structuring
...
The goal is to separate out the saver handling from the syncadaptor
handling; it will take a few steps to get there
2014-08-14 11:12:25 +01:00
Jermolene
2bdf84e58f
Preparing for 5.0.15-beta
2014-08-13 19:13:30 +01:00
Jermolene
554f235305
Update dates for 5.0.14
2014-08-13 17:09:49 +01:00
Jermolene
65014a8d6c
Docs updates
2014-08-11 23:48:29 +01:00
Jermolene
65b2852c7f
Release note update
2014-08-11 17:55:24 +01:00
Jermolene
1c44ea8941
More widget message documentation
2014-08-11 13:17:11 +01:00
Jeremy Ruston
7a18417d81
Merge pull request #692 from ssokolow/issue-692
...
"Manually create an external image" instructions do not work 5.0.14-prerelease
2014-08-10 12:20:58 +01:00
Jermolene
d7aeb7e932
Docs update
2014-08-10 12:20:46 +01:00
Stephan Sokolow
2bf5398eaa
Add an attention-drawing warning regarding the spelling of _canonical_uri
2014-08-09 17:17:57 -04:00
Jermolene
ba0accf4f5
Docs updates
2014-08-09 12:41:02 +01:00
Jermolene
5e06ef871a
Docs update
2014-08-08 16:48:40 +01:00
Jermolene
bcf89d533d
Docs update
2014-08-08 16:35:33 +01:00
Jermolene
2526bfb078
Disable wikilinking when preceded with dash or underscore
...
“HelloThere” in “My-HelloThere” shouldn’t be wikified.
Part of #337
2014-08-08 16:20:15 +01:00
Jermolene
f8548cc8f2
Stop classifyinh "÷" (\u00f7) as an upper case letter
...
Part of #337
2014-08-08 16:12:23 +01:00
Jermolene
9c8564d5b0
Stop classifying "×" (\u00d7) as a lower case letter
...
Part of #337
2014-08-08 16:09:56 +01:00
Jermolene
d7390dbbe1
Remove support for underscore and dash in wikilinks
...
Starting to fix #337
2014-08-08 11:13:41 +01:00
Jermolene
7528f3d3cd
Update plugin documentation
2014-08-07 15:50:02 +01:00
Jermolene
ec3827e5a4
Docs typo
2014-08-04 13:31:52 +01:00
Jermolene
edc14f44d2
Add latest release to table of contents
2014-08-04 13:31:45 +01:00
Jermolene
17f78ae9c1
Docs update
2014-08-02 13:39:02 +01:00
Jermolene
1cc85fa3cb
Add description for github ribbon
2014-08-02 12:27:52 +01:00
Jermolene
799a5b059a
Move fullscreen button into core from plugin
2014-08-01 16:52:12 +01:00
Jermolene
1bd4ab945d
Reorganise acknowledgements
...
We want the core acknowledgements to be part of the plugin, rather than
the tw5.com edition
2014-08-01 08:42:52 +01:00
Jermolene
8adcfc97c5
Updated translation instructions
2014-07-31 09:40:25 +01:00
Jermolene
18f1634802
Make the tw-home message refresh the page
2014-07-30 22:31:15 +01:00
Jermolene
4bb8c4e8a7
Add toolbar tabs to control panel
2014-07-29 10:20:13 +01:00
Jermolene
f1589e707f
Move the github ribbon into the sidebar
...
Which makes it scroll with the sidebar, rather that with the main page
2014-07-28 15:57:27 +01:00
Jermolene
be040ea8a2
Add support for variable filter operands
...
Fixes #583
2014-07-25 15:26:44 +01:00
Jermolene
d6cafa9da1
Updated docs for the edit text widget
2014-07-25 13:09:30 +01:00
Jermolene
7d435cf850
Improved tabs examples
2014-07-25 08:49:58 +01:00
Jermolene
8600445100
Update tabs macro docs
2014-07-25 08:45:57 +01:00
Jermolene
69af30bf0d
tw-new-tiddler example docs
2014-07-24 23:07:02 +01:00
Jermolene
0c34459d75
Updated architecture docs from @ssokolow
...
I’ve mismerged things again I’m afraid.
2014-07-24 17:11:28 +01:00
Jermolene
8888993ba3
Remove Page Composition diagram
2014-07-24 17:09:30 +01:00
Jermolene
9d69c38611
Docs for permalink and permaview
2014-07-24 15:49:18 +01:00
Jermolene
6298ffc516
Avoid "fork" wording
...
Our reasoning at Hangout #55 was that TiddlyWiki needs to present
itself as a consumer product, and that ordinary consumers were likely
to be confused by the “Fork me” wording.
2014-07-23 09:05:19 +01:00
Jermolene
9424001054
Add GitHub releases Atom/RSS feed
2014-07-22 15:17:15 +01:00
Jermolene
fd82112700
Sort out info mechanism docs
...
Some of it belongs in the browser-sniff plugin
Also add a `$:/info/node` info tiddler.
2014-07-22 15:16:18 +01:00
Jermolene
7916553b99
Switch to using flexbox for the community links
...
Not sure whether it’s really better, but it does mean that the number
of horizontal boxes increases as you remove the sidebar.
2014-07-22 14:21:45 +01:00
Jermolene
85952e6f59
Refactor community tiddler into tabs
2014-07-21 13:22:44 +01:00
Jermolene
40d44ba4e5
Rejib location of community tiddlers
2014-07-21 13:18:20 +01:00
Jermolene
b3bbdfbfd8
Switch tiddlywiki.com to a normal github fork ribbon
2014-07-21 13:18:00 +01:00
Jermolene
507cda234e
Docs update
2014-07-21 13:17:24 +01:00