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

5742 Commits

Author SHA1 Message Date
Jermolene
e11c9e83b9 Coding style cleanup 2014-12-02 15:32:52 +00:00
Jeremy Ruston
136c00237e Merge pull request #1145 from tobibeer/allow-to-break-each
allows to break out of $tw.utils.each
2014-12-02 15:32:17 +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
Tobias Beer
4d68111c49 added object as third parameter to callback 2014-12-02 12:47:19 +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
521e7f9b62 Adjust default dropdown width
To avoid text of exporter descriptions overflowing on Firefox.

We need a better solution. On Chrome, nested popups resize to fit their
content, without being constrained by the parent width.
2014-11-27 23:03:28 +00:00
Jermolene
38ca847ec9 Add Dutch TiddlyWiki blog post 2014-11-27 23:03:27 +00:00
Jermolene
56a0809768 Fix problem with edit-bitmap widget static rendering
The ‘introduction’ edition contains an edit-bitmap widget that was
failing under Node.js because the fake dom doesn’t support canvas.
2014-11-27 23:03:27 +00:00
Jermolene
249e532e07 Preparing for 5.1.6 2014-11-27 23:03:27 +00:00
Jeremy Ruston
271d70ff92 Merge pull request #1151 from malgam/patch-1
Fix typo "importer" should be "exporter"
2014-11-27 23:00:31 +00:00
malgam
7657a6960b Fix type "importer" should be "exporter" 2014-11-28 08:41:14 +10:00
Tobias Beer
0f157cff90 code style revision
thanks, Jeremy... will watch out for that
2014-11-26 18:50:12 +01:00
Tobias Beer
1e47a62c2a allows to break out of $tw.utils.each
Will improve performance with `$tw.utils.each` callbacks breaking out of
the iteration via `return false;`.
2014-11-26 17:51:27 +01:00
Jermolene
4c825101c2 Adjust 5.1.5 release date 2014-11-26 16:18:53 +00:00
Jermolene
377530a3dc Version number update for 5.1.5 2014-11-26 16:09:27 +00:00
Jermolene
002fbf6ca1 Update readme 2014-11-26 16:08:55 +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
4374d2f5c4 Adjust 1px error on sidebar tab positioning 2014-11-26 15:39:10 +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
a5c7089bcf Add 2px rounded corners to tiddlers and tabs
An experiment; comments welcome.
2014-11-26 11:22:04 +00:00
Jermolene
962cdf500a Fix link dragging to text editors
We were just adding double square brackets if the title contains
spaces. We should be adding them if the title is not a valid wikilink.
2014-11-26 11:13:05 +00:00
Jermolene
1600beb193 Move the wikilink regexps into global config 2014-11-26 11:12:25 +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
53d7e5351b Merge pull request #1139 from Braincoke/patch-2
Update cla-individual.md
2014-11-25 15:30:08 +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
996eecc79a Coding style cleanup 2014-11-25 13:49:22 +00:00
Jeremy Ruston
6f0d581d72 Merge pull request #1141 from tobibeer/auto-focus-title-on-edit
#371 focus title field on edit
2014-11-25 13:43:08 +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
Tobias Beer
c0834583a0 #371 focus title field on edit
* enhanced edit-text widget with a "focus=true" attribute
* modified title template to make it focus and select by default
2014-11-25 12:39:08 +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