Update static link generation

This commit is contained in:
Jermolene 2014-01-26 13:34:53 +00:00
parent 4a9108154d
commit 54822e25d4
5 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -20,7 +20,7 @@ It saves the tiddler ReadMe to the file `./readme.md` in the `text/html` format.
By default, tiddler links will be rendered as `<a>` links to a relative URI consisting of the title of the tiddler. This behaviour can be overridden by defining the macro `tw-wikilink-template`, as is done at the top of the tiddler ReadMe:
```
\define tw-wikilink-template() http://tiddlywiki.com/static/$uri_encoded$.html
\define tw-wikilink-template() http://tiddlywiki.com/static/$uri_doubleencoded$.html
```
See the LinkWidget for more details.

View File

@ -2,7 +2,7 @@ created: 201308251449
modified: 201308251449
title: ContributingTemplate
\define tw-wikilink-template() http://tiddlywiki.com/static/$uri_encoded$.html
\define tw-wikilink-template() http://tiddlywiki.com/static/$uri_doubleencoded$.html
! Contributing to TiddlyWiki5
{{Contributing}}

View File

@ -3,7 +3,7 @@ modified: 20131222161808390
title: ReadMe
type: text/vnd.tiddlywiki
\define tw-wikilink-template() http://tiddlywiki.com/static/$uri_encoded$.html
\define tw-wikilink-template() http://tiddlywiki.com/static/$uri_doubleencoded$.html
! Welcome to TiddlyWiki
{{HelloThere}}

File diff suppressed because one or more lines are too long