Skip to content

Commit

Permalink
Move docs about inter-wiki links
Browse files Browse the repository at this point in the history
  • Loading branch information
Jermolene committed Oct 25, 2015
1 parent 314d251 commit 56e613c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
10 changes: 0 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,3 @@ The F12 key opens the Chromium developer tools for the current window.
2. Download the TiddlyWiki5 repo from https://github.com/Jermolene/TiddlyWiki5 to a sibling directory to the TiddlyDesktop repo called "TiddlyWiki5"
3. Run `bld.sh`
4. Execute `output/mac/TiddlyWiki.app` or `output/win/nw.exe` or `output/linux32/nw` or `output/linux64/nw`

# Creating inter-wiki links

You can create links that open a TiddlyWiki in a new window:

```
<a href="/Users/jack/MyTiddlyWiki.html" class="tc-interwiki-link">Open my wiki</a>
```

These links only work within TiddlyDesktop.
13 changes: 13 additions & 0 deletions source/base-config-tiddlywiki/plugins/tiddlydesktop/help/Links.tid
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
title: $:/TiddlyDesktop/Help/Links
caption: Links
tags: $:/TiddlyDesktop/Help

# Creating inter-wiki links

You can create links that open a TiddlyWiki in a new window:

```
<a href="/Users/jack/MyTiddlyWiki.html" class="tc-interwiki-link">Open my wiki</a>
```

These links only work within TiddlyDesktop.

0 comments on commit 56e613c

Please sign in to comment.