1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-14 16:04:21 +00:00
Commit Graph

2214 Commits

Author SHA1 Message Date
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