mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-20 00:34:50 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
49578bb144
3
core/language/en-GB/Types/text_html.tid
Normal file
3
core/language/en-GB/Types/text_html.tid
Normal file
@ -0,0 +1,3 @@
|
||||
title: $:/language/Docs/Types/text/html
|
||||
description: HTML markup
|
||||
name: text/html
|
@ -40,4 +40,4 @@ The TiddlyWebAdaptor uses a few more fields:
|
||||
|`bag` |BagField |{{$:/docs/fields/bag}} |
|
||||
|`revision` |RevisionField |{{$:/docs/fields/revision}} |
|
||||
|
||||
See the ''Internals'' tab of the [[control panel|$:/ControlPanel]] for details of the fields used in this wiki.
|
||||
See the ''Advanced > TiddlerFields'' tab of the [[control panel|$:/ControlPanel]] for details of the fields used in this wiki.
|
||||
|
@ -16,8 +16,10 @@ By default, files are output to a folder called `jermolene.github.com`, sibling
|
||||
|
||||
```
|
||||
/TiddlyWork/ - Directory for working with TiddlyWiki5
|
||||
/TiddlyWiki5/ - Directory containing the TiddlyWiki5 repo from GitHub
|
||||
/jermolene.github.com/ - Directory for output files
|
||||
|
|
||||
+--+-- /TiddlyWiki5/ - Directory containing the TiddlyWiki5 repo from GitHub
|
||||
|
|
||||
+-- /jermolene.github.com/ - Directory for output files
|
||||
```
|
||||
|
||||
You can override the build output directory by defining the environment variable `TW5_BUILD_OUTPUT`. The easiest way to do this is to create a personal batch file to invoke TiddlyWiki5 that first sets the environment variable and then invokes `bld`.
|
||||
|
@ -4,7 +4,7 @@ tags: talkytalky
|
||||
title: TalkyTalky
|
||||
|
||||
@@text-align:center;
|
||||
! http://five.tiddlywiki.com/
|
||||
! http://tiddlywiki.com/
|
||||
|
||||
! Jeremy Ruston
|
||||
|
||||
@ -19,10 +19,10 @@ Why is TiddlyWiki different? It frees you from the monopoly platforms of the web
|
||||
|
||||
Store your tiddlers in a single HTML file along with the JS
|
||||
|
||||
# Open http://five.tiddlywiki.com/
|
||||
# Open http://tiddlywiki.com/
|
||||
# Show reading experience, search and tags
|
||||
# Responsive response to phone and tablet
|
||||
# Open http://five.tiddlywiki.com/empty.html in Chrome Canary
|
||||
# Open http://tiddlywiki.com/empty.html in Chrome Canary
|
||||
# Create tiddlers, show links, missing, orphans, tags, tagging, references
|
||||
# Use missing tiddlers to find a typo
|
||||
# Show shadow tiddlers and system tiddlers
|
||||
@ -48,9 +48,9 @@ Store your tiddlers in a single HTML file along with the JS
|
||||
Store your tiddlers in separate files in a chain of linked directories.
|
||||
|
||||
# Run `./bld.sh`
|
||||
# Open http://five.tiddlywiki.com/static.html
|
||||
# Open http://tiddlywiki.com/static.html
|
||||
#* Click links to show individual tiddlers
|
||||
# Open http://five.tiddlywiki.com/test.html
|
||||
# Open http://tiddlywiki.com/test.html
|
||||
# Start `./serve.sh UserName`
|
||||
# Open http://0.0.0.0:8080/
|
||||
# Open network console
|
||||
|
Loading…
Reference in New Issue
Block a user