1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-07 12:34:22 +00:00
Commit Graph

218 Commits

Author SHA1 Message Date
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
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
6b3dd1bb63 Release note and docs updates 2015-10-05 09:53:18 +01:00
Jermolene
8e12d4cb70 Correct typo 2015-06-23 10:49:58 +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
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
Jermolene
cf0671f97f Docs folder adjustments 2015-05-22 09:05:25 +01:00
Jermolene
6942efa628 Add styling for <kbd> elements 2015-05-14 10:16:33 +01:00
Jermolene
98a8df0ace Improve SVG curved text docs 2015-05-05 07:38:00 +01:00
Jermolene
28421038e4 Tweak SVG example for dark palettes 2015-04-28 09:11:11 +01:00
Jermolene
8dca128725 Docs updates 2015-04-13 07:51:01 +01:00
Hong-Yi Dai
2140ae2b51 Fix a typo 2015-04-04 07:48:32 +08:00
Jermolene
b13d87fdf2 Overhaul the macro and variable documentation #1519 2015-02-24 17:41:16 +01:00
Astrid Elocson
e6d204db0f Adjust documentation following pull #1378 2015-01-27 15:44:55 +00:00
Astrid Elocson
aac2a63e05 Overhaul the filter operator documentation: part 2 2015-01-24 21:18:44 +00:00
Astrid Elocson
ade1c40911 Revise terminology around tiddler sets 2015-01-19 19:37:26 +00:00
Astrid Elocson
172c7ef7dd Overhaul the filter operator documentation: part 1 2015-01-18 18:39:00 +00:00
Astrid Elocson
1905093411 Change TiddlerChain to TitleList 2014-12-23 21:57:18 +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
8e47a20069 Improvements to wording 2014-12-23 14:59:16 +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
Jeremy Ruston
3b9677c052 Merge pull request #1263 from aelocson/patch-1
Fix punctuation
2014-12-22 09:18:55 +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
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
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
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
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
malgam
7657a6960b Fix type "importer" should be "exporter" 2014-11-28 08:41:14 +10:00
Jermolene
6b15a01f9c Added docs for custom export formats 2014-11-24 17:42:31 +00:00
Jermolene
1015196817 Proper sentence case for tiddler title 2014-11-24 16:24:36 +00: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
Jermolene
ac5c6d1d73 Docs tweak 2014-11-23 13:37:45 +00:00
Jermolene
86329835c9 Add instructions for contribution ribbon 2014-11-23 10:06:09 +00: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
Andrey Yankin
79c77966df missing backtick 2014-11-01 22:47:47 +03: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
80e67f5028 Docs tweaks 2014-10-24 18:02:34 +01:00
Yaka
47b99d635a some doc updates 2014-10-21 11:07:49 +00:00
Jermolene
561aaa925b Filename typo 2014-10-20 18:06:08 +01:00
Jermolene
cf12bcd58a Docs updates 2014-10-20 16:12:24 +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
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
21a791cdcd Docs updates 2014-10-17 16:29:27 +01: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
fghhfg
61acea7e8d make simpler 2014-10-06 16:32:23 +08:00
Markqz
6071f3d385 Create How to apply custom style classes by tag 2014-10-01 13:06:44 -08:00
Jermolene
06cc8ed5ef Lots of documentation cleanup 2014-09-19 17:18:25 +01:00
Jermolene
813bd2fe1d More docs updates 2014-09-17 08:36:39 +01:00
Jermolene
cbfc9fcc56 More docs updates 2014-09-16 15:19:52 +01:00
Jermolene
f187122c35 Lots more docs updates 2014-09-12 16:05:37 +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
08d588fb08 Adjust some content directories 2014-09-10 19:36:54 +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
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
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
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
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
1e8aeb0d9f Update Generating Static Sites with TiddlyWiki.tid 2014-09-08 14:42:27 -05:00
giffmex
c3b5c06c3e Update Tagging.tid 2014-09-08 14:30:24 -05:00
giffmex
57967769f4 Update Improving TiddlyWiki Documentation.tid 2014-09-08 12:45:37 -05:00
giffmex
f020ba0e2a Update Creating, tagging, and editing tiddlers.tid 2014-09-08 12:29:02 -05:00
giffmex
0a481e4b93 Update Creating, tagging, and editing tiddlers.tid 2014-09-08 12:04:55 -05:00
Jermolene
6e9cd59437 Move scripts into bin directory
Fixes #807
2014-09-08 16:32:34 +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
3713b17955 Create Creating, tagging, and editing tiddlers.tid
last one for today...
2014-09-04 14:05:23 -05:00
Jermolene
abe9a0dbc2 First pass at a documentation style guide
Needs more detail.
2014-09-04 17:51:08 +01:00
Jermolene
b68192d3cb Add @pmario's latest video
Part of addressing #770
2014-09-01 17:02:37 +01: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
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
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
f8b9471549 Rename more tw- classes to tc-
Part of #764
2014-08-28 19:00:57 +01:00
Jermolene
d0cbd34bf9 Rename "btn-invisible" class to "tc-btn-invisible"
Part of #764
2014-08-28 17:28:32 +01:00
Jermolene
81a426659e Extraneous wikilink in docs 2014-08-20 22:25:55 +01:00
Jermolene
085e60c0f7 Improved documentation on improving the documentation 2014-08-20 22:07:12 +01:00