Update static link generation

print-window-tiddler
Jermolene 2014-01-26 13:34:53 +00:00
rodzic 4a9108154d
commit 54822e25d4
5 zmienionych plików z 8 dodań i 8 usunięć

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -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.

Wyświetl plik

@ -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}}

Wyświetl plik

@ -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