mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-01-26 21:03:42 +00:00
Compare commits
110 Commits
v5.0.17-be
...
v5.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e0a00f360a | ||
|
|
658a0e5f0a | ||
|
|
962a865347 | ||
|
|
0ea7f7589b | ||
|
|
ff0b2afef7 | ||
|
|
bde00aa455 | ||
|
|
1c86a8e0bb | ||
|
|
2ee82a289a | ||
|
|
15e9e21d2a | ||
|
|
ebb911f934 | ||
|
|
dac046c133 | ||
|
|
ab1def7d94 | ||
|
|
c900c71f8a | ||
|
|
15c527802b | ||
|
|
055dda9ee2 | ||
|
|
d3ad7a52c1 | ||
|
|
5e5c416ead | ||
|
|
9c71756738 | ||
|
|
50a7b20cf0 | ||
|
|
6fbef65ded | ||
|
|
1075770bf7 | ||
|
|
dfd35e8c12 | ||
|
|
59bbf3d56b | ||
|
|
15a28bc0a5 | ||
|
|
390a6759ea | ||
|
|
1a75fd0e21 | ||
|
|
9eb2db791f | ||
|
|
889f8c43e2 | ||
|
|
c5d0ae4c9b | ||
|
|
3c58426ff2 | ||
|
|
06cc8ed5ef | ||
|
|
e40f4ff630 | ||
|
|
3ad4febc15 | ||
|
|
8610a9c064 | ||
|
|
cda1e916bf | ||
|
|
9e6dab06cc | ||
|
|
7ed7aba8d0 | ||
|
|
e3fee7d56d | ||
|
|
449d12ff60 | ||
|
|
0a3c399305 | ||
|
|
f2791f7d5d | ||
|
|
1297c6e820 | ||
|
|
b82806d33d | ||
|
|
d39760fa21 | ||
|
|
b22c682ab3 | ||
|
|
1c018183db | ||
|
|
401d18e0d7 | ||
|
|
f9ff7c44ea | ||
|
|
b239b3d623 | ||
|
|
5dbcc5f601 | ||
|
|
9aee46a8f0 | ||
|
|
4ff9346f3a | ||
|
|
b0d83301ab | ||
|
|
026ddb7081 | ||
|
|
02601a02fc | ||
|
|
b31300c59c | ||
|
|
cbb16df47a | ||
|
|
ca211094a2 | ||
|
|
ac08f5f4a7 | ||
|
|
de02d5ce9d | ||
|
|
88a9115042 | ||
|
|
3ad8742db8 | ||
|
|
4199fc9683 | ||
|
|
194f525478 | ||
|
|
ba7422b407 | ||
|
|
22006f995e | ||
|
|
ea17e339f3 | ||
|
|
c63488d155 | ||
|
|
c20e6b9d1e | ||
|
|
4f0ce1a835 | ||
|
|
28b2ac4fb3 | ||
|
|
a9f46525a0 | ||
|
|
8cc236b4dc | ||
|
|
1b0eec143e | ||
|
|
813bd2fe1d | ||
|
|
2d6c6fd208 | ||
|
|
6d9bd4df8a | ||
|
|
2b78d5a977 | ||
|
|
60541c5a6e | ||
|
|
cbfc9fcc56 | ||
|
|
57693efce7 | ||
|
|
67a90cdfad | ||
|
|
d859fc2f58 | ||
|
|
d27e157cec | ||
|
|
40567c2f88 | ||
|
|
ef28630d9a | ||
|
|
4e0b5faa4c | ||
|
|
ea6493d70b | ||
|
|
cd713bf0c2 | ||
|
|
600b49efd1 | ||
|
|
73a4747d05 | ||
|
|
6ceec9fb44 | ||
|
|
1e573f7a8d | ||
|
|
199aa1c2e7 | ||
|
|
4373f48731 | ||
|
|
775482a242 | ||
|
|
2571f534aa | ||
|
|
320e0af68c | ||
|
|
b0a4bd5479 | ||
|
|
4ed990b701 | ||
|
|
0d175338c3 | ||
|
|
a4db140dc8 | ||
|
|
a0a8a457f4 | ||
|
|
7105a3a353 | ||
|
|
c4123ba374 | ||
|
|
c44a3bb4a4 | ||
|
|
c743f15457 | ||
|
|
d5c6f3cecf | ||
|
|
d7b1dd2315 | ||
|
|
4749718ba0 |
59
bin/bld-languages.sh
Normal file → Executable file
59
bin/bld-languages.sh
Normal file → Executable file
@@ -15,42 +15,51 @@ fi
|
||||
|
||||
echo "Using TW5_BUILD_OUTPUT as [$TW5_BUILD_OUTPUT]"
|
||||
|
||||
# Make the CNAME file that GitHub Pages requires
|
||||
|
||||
echo "tiddlywiki.com" > $TW5_BUILD_OUTPUT/CNAME
|
||||
|
||||
# The tw5.com wiki
|
||||
# index.html: the main file, including content
|
||||
|
||||
# /languages/de-AT/index.html Demo wiki with de-AT language
|
||||
# /languages/de-AT/empty.html Empty wiki with de-AT language
|
||||
node ./tiddlywiki.js \
|
||||
./editions/de-AT-DE \
|
||||
./editions/de-AT \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--rendertiddler $:/core/save/all de-AT-DE.html text/plain \
|
||||
--savetiddler $:/favicon.ico favicon.ico \
|
||||
--output $TW5_BUILD_OUTPUT/languages/de-AT \
|
||||
--build favicon empty static index \
|
||||
|| exit 1
|
||||
|
||||
# /languages/de-DE/index.html Demo wiki with de-DE language
|
||||
# /languages/de-DE/empty.html Empty wiki with de-DE language
|
||||
node ./tiddlywiki.js \
|
||||
./editions/zh-Hant \
|
||||
./editions/de-DE \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--rendertiddler $:/core/save/all zh-Hant.html text/plain \
|
||||
--savetiddler $:/favicon.ico favicon.ico \
|
||||
|| exit 1
|
||||
|
||||
node ./tiddlywiki.js \
|
||||
./editions/zh-Hans \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--rendertiddler $:/core/save/all zh-Hans.html text/plain \
|
||||
--savetiddler $:/favicon.ico favicon.ico \
|
||||
--output $TW5_BUILD_OUTPUT/languages/de-DE \
|
||||
--build favicon empty static index \
|
||||
|| exit 1
|
||||
|
||||
# /languages/fr-FR/index.html Demo wiki with fr-FR language
|
||||
# /languages/fr-FR/empty.html Empty wiki with fr-FR language
|
||||
node ./tiddlywiki.js \
|
||||
./editions/fr-FR \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--rendertiddler $:/core/save/all fr-FR.html text/plain \
|
||||
--savetiddler $:/favicon.ico favicon.ico \
|
||||
--rendertiddler $:/core/save/all languages/fr-FR/index.html text/plain \
|
||||
--rendertiddler $:/core/save/empty languages/fr-FR/empty.html text/plain \
|
||||
|| exit 1
|
||||
|
||||
# /languages/zh-Hans/index.html Demo wiki with zh-Hans language
|
||||
# /languages/zh-Hans/empty.html Empty wiki with zh-Hans language
|
||||
node ./tiddlywiki.js \
|
||||
./editions/zh-Hans \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--rendertiddler $:/core/save/all languages/zh-Hans/index.html text/plain \
|
||||
--rendertiddler $:/core/save/empty languages/zh-Hans/empty.html text/plain \
|
||||
|| exit 1
|
||||
|
||||
# /languages/zh-Hant/index.html Demo wiki with zh-Hant language
|
||||
# /languages/zh-Hant/empty.html Empty wiki with zh-Hant language
|
||||
node ./tiddlywiki.js \
|
||||
./editions/zh-Hant \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--rendertiddler $:/core/save/all languages/zh-Hant/index.html text/plain \
|
||||
--rendertiddler $:/core/save/empty languages/zh-Hant/empty.html text/plain \
|
||||
|| exit 1
|
||||
|
||||
|
||||
228
bin/fullbld.sh
Executable file
228
bin/fullbld.sh
Executable file
@@ -0,0 +1,228 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Perform a full build for tiddlywiki.com
|
||||
|
||||
# Set up the build output directory
|
||||
|
||||
if [ -z "$TW5_BUILD_OUTPUT" ]; then
|
||||
TW5_BUILD_OUTPUT=../jermolene.github.com
|
||||
fi
|
||||
|
||||
if [ ! -d "$TW5_BUILD_OUTPUT" ]; then
|
||||
echo 'A valid TW5_BUILD_OUTPUT environment variable must be set'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Using TW5_BUILD_OUTPUT as [$TW5_BUILD_OUTPUT]"
|
||||
|
||||
# Make the CNAME file that GitHub Pages requires
|
||||
|
||||
echo "tiddlywiki.com" > $TW5_BUILD_OUTPUT/CNAME
|
||||
|
||||
# Delete any existing static content
|
||||
|
||||
mkdir -p $TW5_BUILD_OUTPUT/static
|
||||
mkdir -p $TW5_BUILD_OUTPUT/dev
|
||||
mkdir -p $TW5_BUILD_OUTPUT/dev/static
|
||||
rm $TW5_BUILD_OUTPUT/static/*
|
||||
rm $TW5_BUILD_OUTPUT/dev/static/*
|
||||
|
||||
rm $TW5_BUILD_OUTPUT/languages/de_AT/static/*
|
||||
rm $TW5_BUILD_OUTPUT/languages/de_DE/static/*
|
||||
|
||||
# Redirects
|
||||
|
||||
echo "<a href='./plugins/tiddlywiki/tw2parser/index.html'>Moved to http://tiddlywiki.com/plugins/tiddlywiki/tw2parser/index.html</a>" > $TW5_BUILD_OUTPUT/classicparserdemo.html
|
||||
echo "<a href='./plugins/tiddlywiki/codemirror/index.html'>Moved to http://tiddlywiki.com/plugins/tiddlywiki/codemirror/index.html</a>" > $TW5_BUILD_OUTPUT/codemirrordemo.html
|
||||
echo "<a href='./plugins/tiddlywiki/d3/index.html'>Moved to http://tiddlywiki.com/plugins/tiddlywiki/d3/index.html</a>" > $TW5_BUILD_OUTPUT/d3demo.html
|
||||
echo "<a href='./plugins/tiddlywiki/highlight/index.html'>Moved to http://tiddlywiki.com/plugins/tiddlywiki/highlight/index.html</a>" > $TW5_BUILD_OUTPUT/highlightdemo.html
|
||||
echo "<a href='./plugins/tiddlywiki/markdown/index.html'>Moved to http://tiddlywiki.com/plugins/tiddlywiki/markdown/index.html</a>" > $TW5_BUILD_OUTPUT/markdowndemo.html
|
||||
echo "<a href='./plugins/tiddlywiki/tahoelafs/index.html'>Moved to http://tiddlywiki.com/plugins/tiddlywiki/tahoelafs/index.html</a>" > $TW5_BUILD_OUTPUT/tahoelafs.html
|
||||
|
||||
######################################################
|
||||
#
|
||||
# Core distribution
|
||||
#
|
||||
######################################################
|
||||
|
||||
# /index.html Main site
|
||||
# /favicon.ico Favicon for main site
|
||||
# /empty.html Empty
|
||||
# /empty.hta For Internet Explorer
|
||||
# /static.html Static rendering of default tiddlers
|
||||
# /alltiddlers.html Static rendering of all tiddlers
|
||||
# /static/* Static single tiddlers
|
||||
# /static/static.css Static stylesheet
|
||||
# /static/favicon.ico Favicon for static pages
|
||||
node ./tiddlywiki.js \
|
||||
./editions/tw5.com \
|
||||
--verbose \
|
||||
--output . \
|
||||
--build readmes \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--build favicon empty static index \
|
||||
|| exit 1
|
||||
|
||||
# /dev/index.html Developer docs
|
||||
# /dev/favicon.ico Favicon for dev site
|
||||
# /dev/static.html Static rendering of default tiddlers
|
||||
# /dev/alltiddlers.html Static rendering of all tiddlers
|
||||
# /dev/static/* Static single tiddlers
|
||||
# /dev/static/static.css Static stylesheet
|
||||
node ./tiddlywiki.js \
|
||||
./editions/dev \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT/dev \
|
||||
--build index favicon static \
|
||||
|| exit 1
|
||||
|
||||
# /upgrade.html Custom edition for performing upgrades
|
||||
node ./tiddlywiki.js \
|
||||
./editions/upgrade \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--build upgrade \
|
||||
|| exit 1
|
||||
|
||||
# /encrypted.html Copy of the main file encrypted with the password "password"
|
||||
node ./tiddlywiki.js \
|
||||
./editions/tw5.com \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--build encrypted \
|
||||
|| exit 1
|
||||
|
||||
######################################################
|
||||
#
|
||||
# Plugin demos
|
||||
#
|
||||
######################################################
|
||||
|
||||
# /plugins/tiddlywiki/tahoelafs/index.html Demo wiki with Tahoe-LAFS plugin
|
||||
# /plugins/tiddlywiki/tahoelafs/empty.html Empty wiki with Tahoe-LAFS plugin
|
||||
node ./tiddlywiki.js \
|
||||
./editions/tahoelafs \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--rendertiddler $:/core/save/all plugins/tiddlywiki/tahoelafs/index.html text/plain \
|
||||
--rendertiddler $:/core/save/empty plugins/tiddlywiki/tahoelafs/empty.html text/plain \
|
||||
|| exit 1
|
||||
|
||||
# /plugins/tiddlywiki/d3/index.html Demo wiki with D3 plugin
|
||||
# /plugins/tiddlywiki/d3/empty.html Empty wiki with D3 plugin
|
||||
node ./tiddlywiki.js \
|
||||
./editions/d3demo \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--rendertiddler $:/core/save/all plugins/tiddlywiki/d3/index.html text/plain \
|
||||
--rendertiddler $:/core/save/empty plugins/tiddlywiki/d3/empty.html text/plain \
|
||||
|| exit 1
|
||||
|
||||
# /plugins/tiddlywiki/codemirror/index.html Demo wiki with codemirror plugin
|
||||
# /plugins/tiddlywiki/codemirror/empty.html Empty wiki with codemirror plugin
|
||||
node ./tiddlywiki.js \
|
||||
./editions/codemirrordemo \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--rendertiddler $:/core/save/all plugins/tiddlywiki/codemirror/index.html text/plain \
|
||||
--rendertiddler $:/core/save/empty plugins/tiddlywiki/codemirror/empty.html text/plain \
|
||||
|| exit 1
|
||||
|
||||
# /plugins/tiddlywiki/markdown/index.html Demo wiki with Markdown plugin
|
||||
# /plugins/tiddlywiki/markdown/empty.html Empty wiki with Markdown plugin
|
||||
node ./tiddlywiki.js \
|
||||
./editions/markdowndemo \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--rendertiddler $:/core/save/all plugins/tiddlywiki/markdown/index.html text/plain \
|
||||
--rendertiddler $:/core/save/empty plugins/tiddlywiki/markdown/empty.html text/plain \
|
||||
|| exit 1
|
||||
|
||||
# /plugins/tiddlywiki/tw2parser/index.html Demo wiki with tw2parser plugin
|
||||
# /plugins/tiddlywiki/tw2parser/empty.html Empty wiki with tw2parser plugin
|
||||
node ./tiddlywiki.js \
|
||||
./editions/classicparserdemo \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--rendertiddler $:/core/save/all plugins/tiddlywiki/tw2parser/index.html text/plain \
|
||||
--rendertiddler $:/core/save/empty plugins/tiddlywiki/tw2parser/empty.html text/plain \
|
||||
|| exit 1
|
||||
|
||||
# /plugins/tiddlywiki/highlight/index.html Demo wiki with highlight plugin
|
||||
# /plugins/tiddlywiki/highlight/empty.html Empty wiki with highlight plugin
|
||||
node ./tiddlywiki.js \
|
||||
./editions/highlightdemo \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--rendertiddler $:/core/save/all plugins/tiddlywiki/highlight/index.html text/plain \
|
||||
--rendertiddler $:/core/save/empty plugins/tiddlywiki/highlight/empty.html text/plain \
|
||||
|| exit 1
|
||||
|
||||
######################################################
|
||||
#
|
||||
# Language editions
|
||||
#
|
||||
######################################################
|
||||
|
||||
# /languages/de-AT/index.html Demo wiki with de-AT language
|
||||
# /languages/de-AT/empty.html Empty wiki with de-AT language
|
||||
node ./tiddlywiki.js \
|
||||
./editions/de-AT \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT/languages/de-AT \
|
||||
--build favicon empty static index \
|
||||
|| exit 1
|
||||
|
||||
# /languages/de-DE/index.html Demo wiki with de-DE language
|
||||
# /languages/de-DE/empty.html Empty wiki with de-DE language
|
||||
node ./tiddlywiki.js \
|
||||
./editions/de-DE \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT/languages/de-DE \
|
||||
--build favicon empty static index \
|
||||
|| exit 1
|
||||
|
||||
# /languages/fr-FR/index.html Demo wiki with fr-FR language
|
||||
# /languages/fr-FR/empty.html Empty wiki with fr-FR language
|
||||
node ./tiddlywiki.js \
|
||||
./editions/fr-FR \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--rendertiddler $:/core/save/all languages/fr-FR/index.html text/plain \
|
||||
--rendertiddler $:/core/save/empty languages/fr-FR/empty.html text/plain \
|
||||
|| exit 1
|
||||
|
||||
# /languages/zh-Hans/index.html Demo wiki with zh-Hans language
|
||||
# /languages/zh-Hans/empty.html Empty wiki with zh-Hans language
|
||||
node ./tiddlywiki.js \
|
||||
./editions/zh-Hans \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--rendertiddler $:/core/save/all languages/zh-Hans/index.html text/plain \
|
||||
--rendertiddler $:/core/save/empty languages/zh-Hans/empty.html text/plain \
|
||||
|| exit 1
|
||||
|
||||
# /languages/zh-Hant/index.html Demo wiki with zh-Hant language
|
||||
# /languages/zh-Hant/empty.html Empty wiki with zh-Hant language
|
||||
node ./tiddlywiki.js \
|
||||
./editions/zh-Hant \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--rendertiddler $:/core/save/all languages/zh-Hant/index.html text/plain \
|
||||
--rendertiddler $:/core/save/empty languages/zh-Hant/empty.html text/plain \
|
||||
|| exit 1
|
||||
|
||||
######################################################
|
||||
#
|
||||
# Tests
|
||||
#
|
||||
######################################################
|
||||
|
||||
# /test.html Wiki for running tests in browser
|
||||
# Also runs the serverside tests
|
||||
node ./tiddlywiki.js \
|
||||
./editions/test \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--rendertiddler $:/core/save/all test.html text/plain \
|
||||
|| exit 1
|
||||
File diff suppressed because one or more lines are too long
0
bin/serve.cmd
Executable file → Normal file
0
bin/serve.cmd
Executable file → Normal file
16
boot/boot.js
16
boot/boot.js
@@ -392,7 +392,14 @@ options: {flags: flags,deserializerType: deserializerType}
|
||||
*/
|
||||
$tw.utils.registerFileType = function(type,encoding,extension,options) {
|
||||
options = options || {};
|
||||
$tw.config.fileExtensionInfo[extension] = {type: type};
|
||||
if($tw.utils.isArray(extension)) {
|
||||
$tw.utils.each(extension,function(extension) {
|
||||
$tw.config.fileExtensionInfo[extension] = {type: type};
|
||||
});
|
||||
extension = extension[0];
|
||||
} else {
|
||||
$tw.config.fileExtensionInfo[extension] = {type: type};
|
||||
}
|
||||
$tw.config.contentTypeInfo[type] = {encoding: encoding, extension: extension, flags: options.flags || [], deserializerType: options.deserializerType || type};
|
||||
};
|
||||
|
||||
@@ -1724,19 +1731,18 @@ $tw.boot.startup = function(options) {
|
||||
$tw.utils.registerFileType("text/vnd.tiddlywiki2-recipe","utf8",".recipe");
|
||||
$tw.utils.registerFileType("text/plain","utf8",".txt");
|
||||
$tw.utils.registerFileType("text/css","utf8",".css");
|
||||
$tw.utils.registerFileType("text/html","utf8",".html");
|
||||
$tw.config.fileExtensionInfo[".htm"] = {type: "text/html"};
|
||||
$tw.config.fileExtensionInfo[".hta"] = {type: "text/html"};
|
||||
$tw.utils.registerFileType("text/html","utf8",[".html",".htm"]);
|
||||
$tw.utils.registerFileType("application/hta","utf16le",".hta",{deserializerType:"text/html"});
|
||||
$tw.utils.registerFileType("application/javascript","utf8",".js");
|
||||
$tw.utils.registerFileType("application/json","utf8",".json");
|
||||
$tw.utils.registerFileType("application/pdf","base64",".pdf",{flags:["image"]});
|
||||
$tw.utils.registerFileType("image/jpeg","base64",".jpg",{flags:["image"]});
|
||||
$tw.utils.registerFileType("image/jpeg","base64",[".jpg",".jpeg"],{flags:["image"]});
|
||||
$tw.utils.registerFileType("image/png","base64",".png",{flags:["image"]});
|
||||
$tw.utils.registerFileType("image/gif","base64",".gif",{flags:["image"]});
|
||||
$tw.utils.registerFileType("image/svg+xml","utf8",".svg",{flags:["image"]});
|
||||
$tw.utils.registerFileType("image/x-icon","base64",".ico",{flags:["image"]});
|
||||
$tw.utils.registerFileType("application/font-woff","base64",".woff");
|
||||
$tw.utils.registerFileType("text/x-markdown","utf8",[".md",".markdown"]);
|
||||
// Create the wiki store for the app
|
||||
$tw.wiki = new $tw.Wiki();
|
||||
// Install built in tiddler fields modules
|
||||
|
||||
@@ -51,6 +51,7 @@ Saving/Heading: Saving
|
||||
Saving/TiddlySpot/Advanced/Heading: Advanced Settings
|
||||
Saving/TiddlySpot/BackupDir: Backup Directory
|
||||
Saving/TiddlySpot/Backups: Backups
|
||||
Saving/TiddlySpot/Description: These settings are only used when saving to http://tiddlyspot.com or a compatible remote server
|
||||
Saving/TiddlySpot/Filename: Upload Filename
|
||||
Saving/TiddlySpot/Heading: ~TiddlySpot
|
||||
Saving/TiddlySpot/Hint: //The server URL defaults to `http://<wikiname>.tiddlyspot.com/store.cgi` and can be changed to use a custom server address//
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
title: $:/language/Help/setfield
|
||||
description: Prepares external tiddlers for use
|
||||
|
||||
//Note that this command is experimental and may change or be replaced during the TiddlyWiki version 5 beta//
|
||||
//Note that this command is experimental and may change or be replaced before being finalised//
|
||||
|
||||
Sets the specified field of a group of tiddlers to the result of wikifying a template tiddler with the `currentTiddler` variable set to the tiddler.
|
||||
|
||||
|
||||
@@ -28,7 +28,6 @@ RelativeDate/Past/Seconds: <<period>> seconds ago
|
||||
RelativeDate/Past/Years: <<period>> years ago
|
||||
SystemTiddler/Tooltip: This is a system tiddler
|
||||
TagManager/Colour/Heading: Colour
|
||||
TagManager/Count/Heading: Count
|
||||
TagManager/Icon/Heading: Icon
|
||||
TagManager/Tag/Heading: Tag
|
||||
UnsavedChangesWarning: You have unsaved changes in TiddlyWiki
|
||||
|
||||
@@ -25,7 +25,7 @@ exports.types = {inline: true};
|
||||
|
||||
var textPrimitives = {
|
||||
upperLetter: "[A-Z\u00c0-\u00d6\u00d8-\u00de\u0150\u0170]",
|
||||
lowerLetter: "[a-z0-9\u00df-\u00f6\u00f8-\u00ff\u0151\u0171]",
|
||||
lowerLetter: "[a-z\u00df-\u00f6\u00f8-\u00ff\u0151\u0171]",
|
||||
anyLetter: "[A-Za-z0-9\u00c0-\u00d6\u00d8-\u00de\u00df-\u00f6\u00f8-\u00ff\u0150\u0170\u0151\u0171]",
|
||||
blockPrefixLetters: "[A-Za-z0-9-_\u00c0-\u00d6\u00d8-\u00de\u00df-\u00f6\u00f8-\u00ff\u0150\u0170\u0151\u0171]"
|
||||
};
|
||||
|
||||
@@ -124,56 +124,60 @@ LinkWidget.prototype.handleClickEvent = function (event) {
|
||||
};
|
||||
|
||||
LinkWidget.prototype.handleDragStartEvent = function(event) {
|
||||
if(this.to) {
|
||||
// Set the dragging class on the element being dragged
|
||||
$tw.utils.addClass(event.target,"tc-tiddlylink-dragging");
|
||||
// Create the drag image elements
|
||||
this.dragImage = this.document.createElement("div");
|
||||
this.dragImage.className = "tc-tiddler-dragger";
|
||||
var inner = this.document.createElement("div");
|
||||
inner.className = "tc-tiddler-dragger-inner";
|
||||
inner.appendChild(this.document.createTextNode(this.to));
|
||||
this.dragImage.appendChild(inner);
|
||||
this.document.body.appendChild(this.dragImage);
|
||||
// Astoundingly, we need to cover the dragger up: http://www.kryogenix.org/code/browser/custom-drag-image.html
|
||||
var cover = this.document.createElement("div");
|
||||
cover.className = "tc-tiddler-dragger-cover";
|
||||
cover.style.left = (inner.offsetLeft - 16) + "px";
|
||||
cover.style.top = (inner.offsetTop - 16) + "px";
|
||||
cover.style.width = (inner.offsetWidth + 32) + "px";
|
||||
cover.style.height = (inner.offsetHeight + 32) + "px";
|
||||
this.dragImage.appendChild(cover);
|
||||
// Set the data transfer properties
|
||||
var dataTransfer = event.dataTransfer;
|
||||
// First the image
|
||||
dataTransfer.effectAllowed = "copy";
|
||||
if(dataTransfer.setDragImage) {
|
||||
dataTransfer.setDragImage(this.dragImage.firstChild,-16,-16);
|
||||
if(event.target === this.domNodes[0]) {
|
||||
if(this.to) {
|
||||
// Set the dragging class on the element being dragged
|
||||
$tw.utils.addClass(event.target,"tc-tiddlylink-dragging");
|
||||
// Create the drag image elements
|
||||
this.dragImage = this.document.createElement("div");
|
||||
this.dragImage.className = "tc-tiddler-dragger";
|
||||
var inner = this.document.createElement("div");
|
||||
inner.className = "tc-tiddler-dragger-inner";
|
||||
inner.appendChild(this.document.createTextNode(this.to));
|
||||
this.dragImage.appendChild(inner);
|
||||
this.document.body.appendChild(this.dragImage);
|
||||
// Astoundingly, we need to cover the dragger up: http://www.kryogenix.org/code/browser/custom-drag-image.html
|
||||
var cover = this.document.createElement("div");
|
||||
cover.className = "tc-tiddler-dragger-cover";
|
||||
cover.style.left = (inner.offsetLeft - 16) + "px";
|
||||
cover.style.top = (inner.offsetTop - 16) + "px";
|
||||
cover.style.width = (inner.offsetWidth + 32) + "px";
|
||||
cover.style.height = (inner.offsetHeight + 32) + "px";
|
||||
this.dragImage.appendChild(cover);
|
||||
// Set the data transfer properties
|
||||
var dataTransfer = event.dataTransfer;
|
||||
// First the image
|
||||
dataTransfer.effectAllowed = "copy";
|
||||
if(dataTransfer.setDragImage) {
|
||||
dataTransfer.setDragImage(this.dragImage.firstChild,-16,-16);
|
||||
}
|
||||
// Then the data
|
||||
dataTransfer.clearData();
|
||||
var jsonData = this.wiki.getTiddlerAsJson(this.to),
|
||||
textData = this.wiki.getTiddlerText(this.to,"");
|
||||
// IE doesn't like these content types
|
||||
if(!$tw.browser.isIE) {
|
||||
dataTransfer.setData("text/vnd.tiddler",jsonData);
|
||||
dataTransfer.setData("text/plain",textData);
|
||||
dataTransfer.setData("text/x-moz-url","data:text/vnd.tiddler," + encodeURI(jsonData));
|
||||
}
|
||||
dataTransfer.setData("URL","data:text/vnd.tiddler," + encodeURI(jsonData));
|
||||
dataTransfer.setData("Text",textData);
|
||||
event.stopPropagation();
|
||||
} else {
|
||||
event.preventDefault();
|
||||
}
|
||||
// Then the data
|
||||
dataTransfer.clearData();
|
||||
var jsonData = this.wiki.getTiddlerAsJson(this.to),
|
||||
textData = this.wiki.getTiddlerText(this.to,"");
|
||||
// IE doesn't like these content types
|
||||
if(!$tw.browser.isIE) {
|
||||
dataTransfer.setData("text/vnd.tiddler",jsonData);
|
||||
dataTransfer.setData("text/plain",textData);
|
||||
dataTransfer.setData("text/x-moz-url","data:text/vnd.tiddler," + encodeURI(jsonData));
|
||||
}
|
||||
dataTransfer.setData("URL","data:text/vnd.tiddler," + encodeURI(jsonData));
|
||||
dataTransfer.setData("Text",textData);
|
||||
event.stopPropagation();
|
||||
} else {
|
||||
event.preventDefault();
|
||||
}
|
||||
};
|
||||
|
||||
LinkWidget.prototype.handleDragEndEvent = function(event) {
|
||||
// Remove the dragging class on the element being dragged
|
||||
$tw.utils.removeClass(event.target,"tc-tiddlylink-dragging");
|
||||
// Delete the drag image element
|
||||
if(this.dragImage) {
|
||||
this.dragImage.parentNode.removeChild(this.dragImage);
|
||||
if(event.target === this.domNodes[0]) {
|
||||
// Remove the dragging class on the element being dragged
|
||||
$tw.utils.removeClass(event.target,"tc-tiddlylink-dragging");
|
||||
// Delete the drag image element
|
||||
if(this.dragImage) {
|
||||
this.dragImage.parentNode.removeChild(this.dragImage);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -79,7 +79,7 @@ RadioWidget.prototype.setValue = function() {
|
||||
var tiddler = this.wiki.getTiddler(this.radioTitle),
|
||||
addition = {};
|
||||
addition[this.radioField] = this.radioValue;
|
||||
this.wiki.addTiddler(new $tw.Tiddler(tiddler,addition));
|
||||
this.wiki.addTiddler(new $tw.Tiddler({title: this.radioTitle},tiddler,addition,this.wiki.getModificationFields()));
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -204,7 +204,7 @@ Widget.prototype.getStateQualifier = function(name) {
|
||||
}
|
||||
node = node.parentWidget;
|
||||
}
|
||||
return "{" + $tw.utils.hashString(output.join("")) + "}";
|
||||
return $tw.utils.hashString(output.join(""));
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
@@ -317,8 +317,18 @@ exports.sortTiddlers = function(titles,sortField,isDescending,isCaseSensitive,is
|
||||
var self = this;
|
||||
titles.sort(function(a,b) {
|
||||
if(sortField !== "title") {
|
||||
a = self.getTiddler(a).fields[sortField] || "";
|
||||
b = self.getTiddler(b).fields[sortField] || "";
|
||||
var tiddlerA = self.getTiddler(a),
|
||||
tiddlerB = self.getTiddler(b);
|
||||
if(tiddlerA) {
|
||||
a = tiddlerA.fields[sortField] || "";
|
||||
} else {
|
||||
a = "";
|
||||
}
|
||||
if(tiddlerB) {
|
||||
b = tiddlerB.fields[sortField] || "";
|
||||
} else {
|
||||
b = "";
|
||||
}
|
||||
}
|
||||
if(isNumeric) {
|
||||
a = Number(a);
|
||||
|
||||
@@ -15,11 +15,13 @@ http://$(userName)$.tiddlyspot.com/backup/
|
||||
\end
|
||||
! <<lingo TiddlySpot/Heading>>
|
||||
|
||||
<<lingo TiddlySpot/Description>>
|
||||
|
||||
|<<lingo TiddlySpot/UserName>> |<$edit-text tiddler="$:/UploadName" default="" tag="input"/> |
|
||||
|<<lingo TiddlySpot/Password>> |<$password name="upload"/> |
|
||||
|<<lingo TiddlySpot/Backups>> |<<backupLink>> |
|
||||
|
||||
!! <<lingo TiddlySpot/Advanced/Heading>>
|
||||
''<<lingo TiddlySpot/Advanced/Heading>>''
|
||||
|
||||
|<<lingo TiddlySpot/ServerURL>> |<$edit-text tiddler="$:/UploadURL" default="" tag="input"/> |
|
||||
|<<lingo TiddlySpot/Filename>> |<$edit-text tiddler="$:/UploadFilename" default="index.html" tag="input"/> |
|
||||
|
||||
@@ -8,7 +8,7 @@ message-$(payloadTiddler)$
|
||||
selection-$(payloadTiddler)$
|
||||
\end
|
||||
\define previewPopupState()
|
||||
!!popup-$(payloadTiddler)$
|
||||
$(currentTiddler)$!!popup-$(payloadTiddler)$
|
||||
\end
|
||||
<table>
|
||||
<tbody>
|
||||
|
||||
@@ -26,14 +26,12 @@ title: $:/TagManager
|
||||
<tbody>
|
||||
<tr>
|
||||
<th><<lingo Tag/Heading>></th>
|
||||
<th><<lingo Count/Heading>></th>
|
||||
<th><<lingo Colour/Heading>></th>
|
||||
<th><<lingo Icon/Heading>></th>
|
||||
</tr>
|
||||
<$list filter="[tags[]!is[system]sort[title]]">
|
||||
<tr>
|
||||
<td><$transclude tiddler="$:/core/ui/TagTemplate"/></td>
|
||||
<td><$count filter="[all[current]tagging[]]"/></td>
|
||||
<td><$edit-text field="color" tag="input" type="text" size="9"/> <$edit-text field="color" tag="input" type="color"/></td>
|
||||
<td><$macrocall $name="iconEditor" title={{!!title}}/></td>
|
||||
</tr>
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
title: $:/core/macros/list
|
||||
tags: $:/tags/Macro
|
||||
|
||||
\define list-unordered-links(filter)
|
||||
<ul>
|
||||
\define list-links(filter,type:"ul",subtype:"li")
|
||||
<$type$>
|
||||
<$list filter="$filter$">
|
||||
<li>
|
||||
<$subtype$>
|
||||
<$link to={{!!title}}>
|
||||
<$view field="title"/>
|
||||
</$link>
|
||||
</li>
|
||||
</$subtype$>
|
||||
</$list>
|
||||
</ul>
|
||||
</$type$>
|
||||
\end
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
title: $:/core/macros/timeline
|
||||
tags: $:/tags/Macro
|
||||
|
||||
\define timeline(limit:"100",format:"DDth MMM YYYY")
|
||||
\define timeline(limit:"100",format:"DDth MMM YYYY",subfilter:"")
|
||||
<div class="tc-timeline">
|
||||
<$list filter="[!is[system]has[modified]!sort[modified]limit[$limit$]eachday[modified]]">
|
||||
<$list filter="[!is[system]$subfilter$has[modified]!sort[modified]limit[$limit$]eachday[modified]]">
|
||||
<div class="tc-menu-list-item">
|
||||
<$view field="modified" format="date" template="$format$"/>
|
||||
<$list filter="[sameday{!!modified}!is[system]!sort[modified]]">
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 405 B |
@@ -1,2 +0,0 @@
|
||||
title: $:/favicon.ico
|
||||
type: image/x-icon
|
||||
@@ -1,11 +0,0 @@
|
||||
created: 20140908130640417
|
||||
creator: pmario
|
||||
modified: 20140908131007409
|
||||
modifier: pmario
|
||||
tags: Lexikon
|
||||
title: Tags
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Als Tags werden Markierungen bezeichnet, die verwendet werden können um einzeln Tiddler zu filtern.
|
||||
|
||||
Zum Beispiel ist dieser Tiddler mit ''Lexikon'' getaggt.
|
||||
@@ -1,24 +0,0 @@
|
||||
{
|
||||
"plugins": [
|
||||
"tiddlywiki/github-fork-ribbon",
|
||||
"tiddlywiki/browser-sniff"],
|
||||
"themes": [
|
||||
"tiddlywiki/vanilla",
|
||||
"tiddlywiki/snowwhite",
|
||||
"tiddlywiki/nighttime",
|
||||
"tiddlywiki/starlight",
|
||||
"tiddlywiki/centralised",
|
||||
"tiddlywiki/readonly"
|
||||
],
|
||||
"languages": [
|
||||
"en-GB",
|
||||
"de-AT",
|
||||
"de-DE"
|
||||
],
|
||||
"build": {
|
||||
"index": [
|
||||
"--rendertiddler","$:/core/save/all","de-at-demo.html","text/plain"],
|
||||
"favicon": [
|
||||
"--savetiddler","$:/favicon.ico","favicon.ico"]
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
@@ -7,10 +7,15 @@
|
||||
"tiddlywiki/vanilla",
|
||||
"tiddlywiki/snowwhite"
|
||||
],
|
||||
"languages": [
|
||||
"en-GB",
|
||||
"de-AT",
|
||||
"de-DE"
|
||||
],
|
||||
"includeWikis": [
|
||||
"../de-AT-DE"
|
||||
"../de-AT"
|
||||
],
|
||||
"config": {
|
||||
"default-tiddler-location": "../de-AT-DE/tiddlers"
|
||||
"default-tiddler-location": "../de-AT/tiddlers"
|
||||
}
|
||||
}
|
||||
8
editions/de-AT/tiddlers/Bilder.tid
Normal file
8
editions/de-AT/tiddlers/Bilder.tid
Normal file
@@ -0,0 +1,8 @@
|
||||
created: 20140918095343387
|
||||
creator: pmario
|
||||
modified: 20140918095343388
|
||||
modifier: pmario
|
||||
tags: InhaltsVerzeichnis
|
||||
title: Bilder
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
8
editions/de-AT/tiddlers/Einfuhrung.tid
Normal file
8
editions/de-AT/tiddlers/Einfuhrung.tid
Normal file
@@ -0,0 +1,8 @@
|
||||
created: 20140918095353295
|
||||
creator: pmario
|
||||
modified: 20140918095353295
|
||||
modifier: pmario
|
||||
tags: InhaltsVerzeichnis
|
||||
title: Einführung
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
16
editions/de-AT/tiddlers/InhaltsVerzeichnis.tid
Normal file
16
editions/de-AT/tiddlers/InhaltsVerzeichnis.tid
Normal file
@@ -0,0 +1,16 @@
|
||||
caption: {{$:/language/SideBar/Contents/Caption}}
|
||||
created: 20140918100037381
|
||||
creator: pmario
|
||||
list: Willkommen! ErsteSchritte WikiText
|
||||
list-after: $:/core/ui/SideBar/Open
|
||||
modified: 20140918100252116
|
||||
modifier: pmario
|
||||
tags: $:/tags/SideBar
|
||||
title: InhaltsVerzeichnis
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<div class="tc-table-of-contents">
|
||||
|
||||
<<toc-selective-expandable 'InhaltsVerzeichnis'>>
|
||||
|
||||
</div>
|
||||
8
editions/de-AT/tiddlers/Konzept.tid
Normal file
8
editions/de-AT/tiddlers/Konzept.tid
Normal file
@@ -0,0 +1,8 @@
|
||||
created: 20140918095538951
|
||||
creator: pmario
|
||||
modified: 20140918095538951
|
||||
modifier: pmario
|
||||
tags: InhaltsVerzeichnis
|
||||
title: Konzept
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
8
editions/de-AT/tiddlers/Lexikon.tid
Normal file
8
editions/de-AT/tiddlers/Lexikon.tid
Normal file
@@ -0,0 +1,8 @@
|
||||
created: 20140918095531114
|
||||
creator: pmario
|
||||
modified: 20140918095531114
|
||||
modifier: pmario
|
||||
tags: InhaltsVerzeichnis
|
||||
title: Lexikon
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
8
editions/de-AT/tiddlers/Referenz.tid
Normal file
8
editions/de-AT/tiddlers/Referenz.tid
Normal file
@@ -0,0 +1,8 @@
|
||||
created: 20140918095524720
|
||||
creator: pmario
|
||||
modified: 20140918095524720
|
||||
modifier: pmario
|
||||
tags: InhaltsVerzeichnis
|
||||
title: Referenz
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
8
editions/de-AT/tiddlers/TWclassic.tid
Normal file
8
editions/de-AT/tiddlers/TWclassic.tid
Normal file
@@ -0,0 +1,8 @@
|
||||
created: 20140918095509663
|
||||
creator: pmario
|
||||
modified: 20140918095509663
|
||||
modifier: pmario
|
||||
tags: InhaltsVerzeichnis
|
||||
title: TWclassic
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
8
editions/de-AT/tiddlers/Video.tid
Normal file
8
editions/de-AT/tiddlers/Video.tid
Normal file
@@ -0,0 +1,8 @@
|
||||
created: 20140918095450079
|
||||
creator: pmario
|
||||
modified: 20140918100439625
|
||||
modifier: pmario
|
||||
tags: InhaltsVerzeichnis
|
||||
title: Video
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
9
editions/de-AT/tiddlers/Widgets.tid
Normal file
9
editions/de-AT/tiddlers/Widgets.tid
Normal file
@@ -0,0 +1,9 @@
|
||||
created: 20140918095112165
|
||||
creator: pmario
|
||||
modified: 20140918095443085
|
||||
modifier: pmario
|
||||
tags: InhaltsVerzeichnis
|
||||
title: Widgets
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Es gibt momentan 30 Widgets. Siehe: http://tiddlywiki.com/#Widgets
|
||||
@@ -1,6 +1,6 @@
|
||||
created: 20140908125600000
|
||||
creator: pmario
|
||||
modified: 20140909092609228
|
||||
modified: 20140918094303293
|
||||
modifier: pmario
|
||||
tags: InhaltsVerzeichnis Intro
|
||||
title: Willkommen!
|
||||
@@ -30,7 +30,8 @@ Sie können TiddlyWiki als eine einzige Datei speichern, die sie mit dem Web-Bro
|
||||
!!! Weitere Links
|
||||
|
||||
* ''ErsteSchritte''
|
||||
* [[TiddlyWiki Syntax]]
|
||||
* [[TiddlyWiki Syntax|WikiText]]
|
||||
* [[Liste aller HowTo's]]
|
||||
* [[Was kann TiddlyWiki]]
|
||||
* [[TiddlyWiki Beispiele]]
|
||||
* [[WikiText mehr Beispiele]]
|
||||
* [[Was geschah mit dem alten TiddlyWiki?|Was geschah mit dem alten TiddlyWiki]]
|
||||
|
Before Width: | Height: | Size: 405 B After Width: | Height: | Size: 405 B |
BIN
editions/de-AT/tiddlers/bilder/Motovun Jack.jpg
Normal file
BIN
editions/de-AT/tiddlers/bilder/Motovun Jack.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
8
editions/de-AT/tiddlers/bilder/Motovun Jack.jpg.meta
Normal file
8
editions/de-AT/tiddlers/bilder/Motovun Jack.jpg.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
created: 20140913125805688
|
||||
creator: pmario
|
||||
modified: 20140913185116638
|
||||
modifier: pmario
|
||||
source: http://www.flickr.com/photos/jermy/6292279493/in/photostream
|
||||
tags: Bilder
|
||||
title: Motovun Jack.jpg
|
||||
type: image/jpeg
|
||||
8
editions/de-AT/tiddlers/howto.tid
Normal file
8
editions/de-AT/tiddlers/howto.tid
Normal file
@@ -0,0 +1,8 @@
|
||||
created: 20140918095621180
|
||||
creator: pmario
|
||||
modified: 20140918095621180
|
||||
modifier: pmario
|
||||
tags: InhaltsVerzeichnis
|
||||
title: howto
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
created: 20131119194500000
|
||||
creator: pmario
|
||||
modified: 20140910094919910
|
||||
modified: 20140913190536786
|
||||
modifier: pmario
|
||||
tags: howto
|
||||
title: Installation
|
||||
@@ -11,5 +11,5 @@ Herunterladen einer Datei Version: <<version>> von ~TiddlyWiki:
|
||||
|{{$:/editions/de-AT-DE/snippets/download-empty-button}}|Get started with an empty wiki |
|
||||
|{{$:/snippets/download-wiki-button}}|Download a full copy of this site, including all the documentation |
|
||||
|
||||
Weitere Details finden sie unter: [[TiddlyWiki mit node.js]].
|
||||
Weitere Details finden sie unter: [[TiddlyWiki mit Node.js]].
|
||||
|
||||
11
editions/de-AT/tiddlers/howto/Liste aller HowTo's.tid
Normal file
11
editions/de-AT/tiddlers/howto/Liste aller HowTo's.tid
Normal file
@@ -0,0 +1,11 @@
|
||||
created: 20140918094051245
|
||||
creator: pmario
|
||||
modified: 20140918094948642
|
||||
modifier: pmario
|
||||
tags: Referenz
|
||||
title: Liste aller HowTo's
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Hier finden sie eine Auflistung aller HowTo's
|
||||
|
||||
<<list-links "[tag[howto]]">>
|
||||
11
editions/de-AT/tiddlers/howto/Liste aller Tiddler.tid
Normal file
11
editions/de-AT/tiddlers/howto/Liste aller Tiddler.tid
Normal file
@@ -0,0 +1,11 @@
|
||||
created: 20140918094631105
|
||||
creator: pmario
|
||||
modified: 20140918100533574
|
||||
modifier: pmario
|
||||
tags: howto Referenz
|
||||
title: Liste aller Tiddler
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Eine Liste aller Tiddler:
|
||||
|
||||
<<list-links "[!is[system]sort[title]]">>
|
||||
@@ -1,6 +1,7 @@
|
||||
created: 20130825213500000
|
||||
creator: pmario
|
||||
modified: 20140909202145674
|
||||
modified: 20140918075315960
|
||||
modifier: pmario
|
||||
tags: howto
|
||||
title: Speichern auf TiddlySpot
|
||||
type: text/vnd.tiddlywiki
|
||||
@@ -10,8 +11,9 @@ TiddlySpot ist ein freier Hosting Service von Simon und Daniel Baird. Es ist bei
|
||||
~TiddlyWiki5 wird momentan noch nicht als Standard Wiki angeboten, sie können aber folgende Schritte verwenden um ~TiddlyWiki auf ~TiddlySpot zu speichern.
|
||||
|
||||
# Erstellen sie ein Wiki auf http://tiddlyspot.com/ und merken sie sich den Namen und ihr Passwort!
|
||||
# Öffnen sie http://tiddlywiki.com/empty.html in ihrem Browser. TODO deutsche version
|
||||
# Wählen sie im [[Control Panel|$:/ControlPanel]], den "Speichern" Tab und trage sie im "~TiddlySpot" Bereich, den Wiki Namen und das Passwort ein.
|
||||
# Für Österreich, öffnen sie http://tiddlywiki.com/languages/de-AT/empty.html in ihrem Browser.
|
||||
#* Für Deutschland: http://tiddlywiki.com/languages/de-DE/empty.html
|
||||
# Wählen sie im [[Control Panel|$:/ControlPanel]], den "Speichern" Tab und tragen sie im "~TiddlySpot" Bereich, den Wiki Namen und das Passwort ein.
|
||||
# Klicken sie den "Speichern" button. Nach einiger Zeit, bekommen sie rechts oben die Mitteilung "Wiki gespeichert". Das Speichern kann je nach Internetverbindung und Wiki Größe einige Sekunden dauern.
|
||||
#* //Das Erstellen eines neuen Wikis funktioniert nicht mit Firefox, da die Sicherheitseinstellungen diese Vorgehensweise nicht erlauben. Google Chrome kann verwendet werden. Ein späteres editieren von tiddlyspot.com ist auch mit Firefox möglich!//
|
||||
# Gehen sie nun zu ihrem Wiki: ~http://{wikiname}.tiddlyspot.com/
|
||||
@@ -1,6 +1,7 @@
|
||||
created: 20131129092604900
|
||||
creator: pmario
|
||||
modified: 20140909085517511
|
||||
modified: 20140918102122537
|
||||
modifier: pmario
|
||||
tags: howto
|
||||
title: Speichern mit Chrome
|
||||
type: text/vnd.tiddlywiki
|
||||
@@ -9,7 +10,7 @@ Diese Methode ist etwas umständlich, da man Einstellungen immer wieder manuell
|
||||
|
||||
# Speichern sie eine leere Datei der deutschen Version.
|
||||
#> {{$:/editions/de-AT-DE/snippets/download-empty-button}}
|
||||
#> Wenn der Button nicht funktioniert, dann klicken sie den link mit der rechten Maustaste und wählen: "Ziel Speichern unter ..." http://tiddlywiki.com/empty.html ... TODO (de-AT-DE-empty.html)
|
||||
#> Wenn der Button nicht funktioniert, dann klicken sie den link mit der rechten Maustaste und wählen: "Ziel Speichern unter ..." http://tiddlywiki.com/languages/de-AT/empty.html oder http://tiddlywiki.com/languages/de-DE/empty.html
|
||||
#> Je nach Browser folgen sie den Dialogen!
|
||||
# Suchen sie die eben geladene Datei im Datei Manager.
|
||||
#* Geben sie der Datei einen vernünftigen Namen und stellen sie sicher, dass die Endung `.html` oder `.htm` ist.
|
||||
@@ -1,6 +1,7 @@
|
||||
created: 20131211220000000
|
||||
creator: pmario
|
||||
modified: 20140909090900579
|
||||
modified: 20140918102257399
|
||||
modifier: pmario
|
||||
tags: howto
|
||||
title: Speichern mit TiddlyIE
|
||||
type: text/vnd.tiddlywiki
|
||||
@@ -10,7 +11,8 @@ type: text/vnd.tiddlywiki
|
||||
# Starten sie Internet Explorer neu. IE wird beim Start einen Dialog anzeigen, mit dem sie das AddOn freischalten können.
|
||||
#> Es ist möglich, dass sie aufgefordert werden das //Microsoft Script Runtime// zu erlauben. Tun sie das!
|
||||
# Klicken sie den folgenden Link mit der rechten Maustaste und wählen: "Ziel Speichern unter ..."
|
||||
#> http://tiddlywiki.com/empty.html ... TODO (de-AT-DE-empty.html)
|
||||
#> http://tiddlywiki.com/languages/de-AT/empty.html oder
|
||||
#> http://tiddlywiki.com/languages/de-DE/empty.html
|
||||
# Suchen sie die eben geladene Datei im Datei Manager.
|
||||
#* Geben sie der Datei einen vernünftigen Namen und stellen sie sicher, dass die Endung `.html` oder `.htm` ist.
|
||||
# Öffnen sie die Datei mit dem Internet Explorer
|
||||
@@ -1,6 +1,7 @@
|
||||
created: 20131129101027725
|
||||
creator: pmario
|
||||
modified: 20140909103924542
|
||||
modified: 20140918102218367
|
||||
modifier: pmario
|
||||
tags: howto
|
||||
title: Speichern mit iPad/iPhone
|
||||
type: text/vnd.tiddlywiki
|
||||
@@ -13,7 +14,7 @@ Verwendung von TWEdit:
|
||||
# Öffnen sie TWEdit.
|
||||
# Tippen sie den Titel in der Mitte des "Toolbars".
|
||||
#* Eine Text Box sollte sich öffnen, in der sie die URL eingeben können.
|
||||
# Verwenden sie URL `http://tiddlywiki.com/empty.html` TODO german version
|
||||
# Verwenden sie URL `http://tiddlywiki.com/languages/de-AT/empty.html` oder `http://tiddlywiki.com/languages/de-DE/empty.html`
|
||||
# Wenn die leere Version geladen wurde, dann tippen sie "save" (Das zweite "icon" oben rechts)
|
||||
#* Ein Hinweis Dialog sollte erscheinen, wo sie den lokalen Namen eingeben können.
|
||||
# Geben sie den neuen Dateinamen ein. Die Endung `.html` nicht vergessen!
|
||||
@@ -1,8 +1,8 @@
|
||||
created: 20140908135232028
|
||||
creator: pmario
|
||||
modified: 20140910063214798
|
||||
modified: 20140918100341288
|
||||
modifier: pmario
|
||||
tags: Einführung Intro
|
||||
tags: Intro InhaltsVerzeichnis
|
||||
title: ErsteSchritte
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
@@ -15,6 +15,7 @@ ErsteSchritte - $(browser-name)$
|
||||
|
||||
!!! Weitere Links:
|
||||
|
||||
* [[Liste aller HowTo's]]: Diese Liste ist vor allem dann wichtig, wenn sie über "statische" Seiten hier her kommen.
|
||||
* [[Speichern mit Verschlüsselung]]: ~TiddlyWiki kann verschlüsselt gespeichert werden. Wichtig: Vergessen sie das Passwort nicht!
|
||||
* [[Speichern auf TiddlySpot]]: TiddlySpot ist ein freier Service, mit dem sie Ihr Wiki online stellen können.
|
||||
* [[TiddlyWiki und TiddlyDesktop]]: TiddlyDesktop ist eine "echte" Applikation mit der sie mehrere Wikis verwalten und speichern können.
|
||||
@@ -1,16 +1,20 @@
|
||||
created: 20140909075632780
|
||||
creator: pmario
|
||||
modified: 20140909081515599
|
||||
modified: 20140918100607559
|
||||
modifier: pmario
|
||||
tags: howto
|
||||
title: TiddlyWiki Speichern
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
!! Ein leeres Dokument speichern
|
||||
|
||||
|{{$:/editions/de-AT-DE/snippets/download-empty-button}}|Nur TiddlyWiki und die deutschen Sprachdateien für Deutschland und Österreich werden gespeichert. Die Standardeinstellung wird auf "de-DE" für Deuschland gestellt. Die Sprache kann mit dem ''[[Control Panel|$:/ControlPanel]]: Info - Tab'' geändert werden. |
|
||||
|{{$:/editions/de-AT-DE/snippets/download-empty-button}}|Nur TiddlyWiki und die deutschen Sprachdateien für Deutschland und Österreich werden gespeichert. Die Sprache kann nachträglich mit dem ''[[Control Panel|$:/ControlPanel]]: Info - Tab'' geändert und gespeichert werden. |
|
||||
|
||||
!! Dieses Dokument speichern
|
||||
|{{$:/snippets/download-wiki-button}}|Dieses Tiddlywiki und alle enthaltenen Tiddler werden gespeichert. Die selbe Funktion kann über den {{$:/core/images/save-button}} ''speichern'' Button im rechten Menü ausgelöst werden. |
|
||||
|
||||
----
|
||||
!!! Hinweis
|
||||
Momentan sind die deutsche und österreichische Version absolut ident. Außer der Flagge natürlich ;)
|
||||
|
||||
|
||||
Weitere Informationen zum Umgang mit ~TiddlyWiki und unterschiedlichen Browsern finden sie unter: ErsteSchritte
|
||||
9
editions/de-AT/tiddlers/lexikon/CSS Klassen.tid
Normal file
9
editions/de-AT/tiddlers/lexikon/CSS Klassen.tid
Normal file
@@ -0,0 +1,9 @@
|
||||
created: 20140913100555549
|
||||
creator: pmario
|
||||
modified: 20140913100608938
|
||||
modifier: pmario
|
||||
tags: Lexikon
|
||||
title: CSS Klassen
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Siehe: http://de.wikipedia.org/wiki/Cascading_Style_Sheets
|
||||
9
editions/de-AT/tiddlers/lexikon/DataTiddlers.tid
Normal file
9
editions/de-AT/tiddlers/lexikon/DataTiddlers.tid
Normal file
@@ -0,0 +1,9 @@
|
||||
created: 20140913190813353
|
||||
creator: pmario
|
||||
modified: 20140913190821070
|
||||
modifier: pmario
|
||||
tags: Lexikon
|
||||
title: DataTiddlers
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Siehe: http://tiddlywiki.com/#DataTiddlers
|
||||
9
editions/de-AT/tiddlers/lexikon/FireFox.tid
Normal file
9
editions/de-AT/tiddlers/lexikon/FireFox.tid
Normal file
@@ -0,0 +1,9 @@
|
||||
created: 20140913185638230
|
||||
creator: pmario
|
||||
modified: 20140913185645630
|
||||
modifier: pmario
|
||||
tags: Lexikon
|
||||
title: FireFox
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Siehe: https://www.mozilla.org/de/firefox/new/?utm_source=getfirefox-com&utm_medium=referral
|
||||
11
editions/de-AT/tiddlers/lexikon/Geviertstrich.tid
Normal file
11
editions/de-AT/tiddlers/lexikon/Geviertstrich.tid
Normal file
@@ -0,0 +1,11 @@
|
||||
created: 20140913111711991
|
||||
creator: pmario
|
||||
modified: 20140913111810504
|
||||
modifier: pmario
|
||||
tags: Lexikon
|
||||
title: Geviertstrich
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<<<
|
||||
Der Geviertstrich (—) ist in der Typografie ein waagerechter Strich, der ein Geviert lang ist. Er wird verwendet als Spiegelstrich und in Tabellen sowie als Gedankenstrich in verschiedenen Sprachen wie dem Englischen und dem Spanischen. Andere waagerechte Striche sind das Minuszeichen, der Viertelgeviertstrich, der Halbgeviertstrich und der Doppelgeviertstrich.
|
||||
<<< Wikipedia: http://de.wikipedia.org/wiki/Geviertstrich
|
||||
13
editions/de-AT/tiddlers/lexikon/Halbgeviertstrich.tid
Normal file
13
editions/de-AT/tiddlers/lexikon/Halbgeviertstrich.tid
Normal file
@@ -0,0 +1,13 @@
|
||||
created: 20140913111346335
|
||||
creator: pmario
|
||||
modified: 20140913111648990
|
||||
modifier: pmario
|
||||
tags: Lexikon
|
||||
title: Halbgeviertstrich
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<<<
|
||||
>Dieser Artikel oder Absatz stellt die Situation in Deutschland, Österreich und der Schweiz dar.
|
||||
|
||||
Der Halbgeviertstrich (–) ist in der Typografie ein waagerechter Strich, der ein Halbgeviert lang ist. Er wird als Gedankenstrich, Bis-Strich und Streckenstrich sowie bei Geldbeträgen verwendet. Andere waagerechte Striche sind das Minuszeichen, der Viertelgeviertstrich, der [[Geviertstrich]] und der Doppelgeviertstrich.
|
||||
<<< Wikipedia siehe: http://de.wikipedia.org/wiki/Halbgeviertstrich
|
||||
@@ -1,6 +1,6 @@
|
||||
created: 20140908131026578
|
||||
creator: pmario
|
||||
modified: 20140908131245219
|
||||
modified: 20140918125436840
|
||||
modifier: pmario
|
||||
tags: Lexikon
|
||||
title: Hyperlinks
|
||||
@@ -9,4 +9,5 @@ type: text/vnd.tiddlywiki
|
||||
Als Hyperlinks werden Verknüpfungen bezeichnet, die zu anderen Tiddlern oder externen Seiten führen, und diese öffnen.
|
||||
|
||||
* Tiddler werden direkt in TiddlyWiki geöffnet.
|
||||
* Externe Seiten, laden je nach Browser Einstellung einen neuen Tab oder ein neue Seite im selben Tab.
|
||||
* Externe Seiten, laden je nach Browser Einstellung einen neuen Tab oder ein neue Seite im selben Tab.
|
||||
*Siehe auch: <<list-links filter:"[tag[Hyperlinks]]" type:"ol">>
|
||||
9
editions/de-AT/tiddlers/lexikon/MIME-Type.tid
Normal file
9
editions/de-AT/tiddlers/lexikon/MIME-Type.tid
Normal file
@@ -0,0 +1,9 @@
|
||||
created: 20140913180949640
|
||||
creator: pmario
|
||||
modified: 20140913181036089
|
||||
modifier: pmario
|
||||
tags: Lexikon
|
||||
title: MIME-Type
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Mit dem MIME-Type kann festgelegt werden, wie ein definierter Text verarbeitet werden kann. Siehe: http://de.wikipedia.org/wiki/Multipurpose_Internet_Mail_Extensions
|
||||
11
editions/de-AT/tiddlers/lexikon/Makro.tid
Normal file
11
editions/de-AT/tiddlers/lexikon/Makro.tid
Normal file
@@ -0,0 +1,11 @@
|
||||
created: 20140913122428303
|
||||
creator: pmario
|
||||
modified: 20140913122443990
|
||||
modifier: pmario
|
||||
tags: Lexikon
|
||||
title: Makro
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<<<
|
||||
Ein Makro ist in der Softwareentwicklung eine unter einer bestimmten Bezeichnung (Makroname) zusammengefasste Folge von Anweisungen oder Deklarationen, um diese (anstelle der Einzelanweisungen, i. d. R. an mehreren Stellen im Programm) mit nur einem einfachen Aufruf ausführen zu können
|
||||
<<< Wikipedia: http://de.wikipedia.org/wiki/Makro
|
||||
11
editions/de-AT/tiddlers/lexikon/MarkDown.tid
Normal file
11
editions/de-AT/tiddlers/lexikon/MarkDown.tid
Normal file
@@ -0,0 +1,11 @@
|
||||
created: 20140913185937849
|
||||
creator: pmario
|
||||
modified: 20140913190010709
|
||||
modifier: pmario
|
||||
tags: Lexikon
|
||||
title: MarkDown
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<<<
|
||||
Markdown ist eine vereinfachte Auszeichnungssprache, die von John Gruber und Aaron Swartz entworfen und Dezember 2004 mit Version 1.0.1 spezifiziert wurde. Ein Ziel von Markdown ist, dass schon die Ausgangsform ohne weitere Konvertierung leicht lesbar ist.
|
||||
<<<Wikipedia: http://de.wikipedia.org/wiki/Markdown
|
||||
22
editions/de-AT/tiddlers/lexikon/Tags.tid
Normal file
22
editions/de-AT/tiddlers/lexikon/Tags.tid
Normal file
@@ -0,0 +1,22 @@
|
||||
created: 20140908130640417
|
||||
creator: pmario
|
||||
modified: 20140918124555159
|
||||
modifier: pmario
|
||||
tags: Lexikon
|
||||
title: Tags
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Als Tags werden Markierungen bezeichnet, die verwendet werden können um einzelne Tiddler, später, zu filtern.
|
||||
|
||||
Zum Beispiel ist dieser Tiddler mit ''Lexikon'' "getaggt". Es gibt <$count filter="[tag[Lexikon]]"/> weitere Tiddler mit diesem Tag.
|
||||
|
||||
Eine gekürzte Liste wird hier angezeigt mit:
|
||||
|
||||
```
|
||||
<<list-links filter:"[tag[Lexikon]limit[4]]">>
|
||||
```
|
||||
|
||||
<<list-links filter:"[tag[Lexikon]limit[4]]">>
|
||||
|
||||
Eine komplette liste können sie im rechten Menü unter ''Mehr: Tags" sehen.
|
||||
|
||||
9
editions/de-AT/tiddlers/lexikon/TextReferenz.tid
Normal file
9
editions/de-AT/tiddlers/lexikon/TextReferenz.tid
Normal file
@@ -0,0 +1,9 @@
|
||||
created: 20140913190116721
|
||||
creator: pmario
|
||||
modified: 20140913190124716
|
||||
modifier: pmario
|
||||
tags: Lexikon
|
||||
title: TextReferenz
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Siehe: http://tiddlywiki.com/#TextReference
|
||||
@@ -1,7 +1,8 @@
|
||||
created: 20140908131438258
|
||||
creator: pmario
|
||||
modified: 20140908132640301
|
||||
modified: 20140913185153858
|
||||
modifier: pmario
|
||||
tags: Lexikon
|
||||
title: Tiddler
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
created: 20130825161100000
|
||||
creator: pmario
|
||||
modified: 20140909073807763
|
||||
modified: 20140918102434055
|
||||
modifier: pmario
|
||||
tags: Lexikon
|
||||
tags: Lexikon InhaltsVerzeichnis
|
||||
title: TiddlyFox
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
@@ -13,8 +13,7 @@ type: text/vnd.tiddlywiki
|
||||
* https://addons.mozilla.org/en-US/firefox/addon/tiddlyfox/
|
||||
|
||||
Siehe auch:
|
||||
TODO!! `<<tagging TiddlyFox>>`
|
||||
|
||||
<<list-links "[tag[TiddlyFox]]">>
|
||||
|
||||
<<<
|
||||
Die Entwickler Version von ~TiddlyFox finden sie auf GitHub:
|
||||
@@ -0,0 +1,9 @@
|
||||
created: 20140913190540392
|
||||
creator: pmario
|
||||
modified: 20140913190602331
|
||||
modifier: pmario
|
||||
tags: Lexikon
|
||||
title: TiddlyWiki mit node.js
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
siehe: http://tiddlywiki.com/#TiddlyWiki%20on%20Node.js
|
||||
@@ -0,0 +1,9 @@
|
||||
created: 20140913190301529
|
||||
creator: pmario
|
||||
modified: 20140913190306933
|
||||
modifier: pmario
|
||||
tags: Lexikon
|
||||
title: TiddlyWiki on node-webkit
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Siehe: http://tiddlywiki.com/#node-webkit
|
||||
11
editions/de-AT/tiddlers/lexikon/Transklusion.tid
Normal file
11
editions/de-AT/tiddlers/lexikon/Transklusion.tid
Normal file
@@ -0,0 +1,11 @@
|
||||
created: 20140913122214453
|
||||
creator: pmario
|
||||
modified: 20140913122324232
|
||||
modifier: pmario
|
||||
tags: Lexikon
|
||||
title: Transklusion
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<<<
|
||||
Eine Transklusion (engl. transclusion) ist die Fähigkeit in meist Hypertext-Systemen, andere Dokumente oder Abschnitte daraus in sich einzuschließen (auch „einzubinden“). So können Textbausteine an unterschiedlichen Stellen mehrfach genutzt werden. Wird der transkludierte Text aktualisiert, aktualisiert sich automatisch auch die Transklusion in allen Seiten, in die diese eingebunden ist.
|
||||
<<< Wikipedia: http://de.wikipedia.org/wiki/Transklusion
|
||||
11
editions/de-AT/tiddlers/lexikon/URL.tid
Normal file
11
editions/de-AT/tiddlers/lexikon/URL.tid
Normal file
@@ -0,0 +1,11 @@
|
||||
created: 20140913185511990
|
||||
creator: pmario
|
||||
modified: 20140913185535240
|
||||
modifier: pmario
|
||||
tags: Lexikon
|
||||
title: URL
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<<<
|
||||
Ein Uniform Resource Locator (Abk. URL; englisch für einheitlicher Quellenanzeiger) identifiziert und lokalisiert eine Ressource, wie z. B. eine Website über die zu verwendende Zugriffsmethode (z. B. das verwendete Netzwerkprotokoll wie HTTP oder FTP) und den Ort (engl. location) der Ressource in Computernetzwerken.
|
||||
<<<Wikipedia: http://de.wikipedia.org/wiki/Uniform_Resource_Locator
|
||||
@@ -0,0 +1,9 @@
|
||||
created: 20140913190325625
|
||||
creator: pmario
|
||||
modified: 20140913190429017
|
||||
modifier: pmario
|
||||
tags: TWclassic Lexikon
|
||||
title: Was geschah mit dem alten TiddlyWiki
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
TiddlyWiki-classic kann unter http://classic.tiddlywiki.com gefunden werden.
|
||||
13
editions/de-AT/tiddlers/referenz/Lizenzen.tid
Normal file
13
editions/de-AT/tiddlers/referenz/Lizenzen.tid
Normal file
@@ -0,0 +1,13 @@
|
||||
created: 20140918110713554
|
||||
creator: pmario
|
||||
modified: 20140918111046621
|
||||
modifier: pmario
|
||||
tags: Referenz
|
||||
title: Lizenzen
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
* ~TiddlyWiki Kern
|
||||
** https://github.com/Jermolene/TiddlyWiki5/blob/master/licenses/copyright.md
|
||||
* ~TiddlyWiki Editionen
|
||||
** https://github.com/Jermolene/TiddlyWiki5/blob/master/licenses/cla-individual.md
|
||||
** https://github.com/Jermolene/TiddlyWiki5/blob/master/licenses/cla-entity.md
|
||||
@@ -0,0 +1,33 @@
|
||||
created: 20140918103106541
|
||||
creator: pmario
|
||||
modified: 20140918105518082
|
||||
modifier: pmario
|
||||
tags: Referenz
|
||||
title: Wer pflegt diese Edition?
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
\define list-about(filter,type:"ul",subtype:"li")
|
||||
<$type$>
|
||||
<$list filter="$filter$">
|
||||
<$subtype$>
|
||||
<$link to={{!!title}}>
|
||||
<$view field="about"/>
|
||||
</$link>
|
||||
</$subtype$>
|
||||
</$list>
|
||||
</$type$>
|
||||
\end
|
||||
|
||||
!! Maintainer
|
||||
|
||||
<<list-about filter:"[tag[maintainer]has[about]]" >>
|
||||
|
||||
!! GitHub
|
||||
|
||||
siehe: https://github.com/Jermolene/TiddlyWiki5/tree/master/languages
|
||||
|
||||
!! Feedback
|
||||
|
||||
Konstruktives Feedback ist wichtig, um die Dokumentation zu verbessern! ... Kein Feedback ... keine Änderungen :)
|
||||
|
||||
Bitte unter: https://groups.google.com/forum/#!forum/tiddlywiki
|
||||
10
editions/de-AT/tiddlers/referenz/pmario.tid
Normal file
10
editions/de-AT/tiddlers/referenz/pmario.tid
Normal file
@@ -0,0 +1,10 @@
|
||||
about: Mario Pietsch
|
||||
created: 20140918103040215
|
||||
creator: pmario
|
||||
modified: 20140918110702263
|
||||
modifier: pmario
|
||||
tags: maintainer
|
||||
title: pmario
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Hallo, Ich bin {{!!about}}, Ich pflege momentan die deutsche Version von ~TiddlyWiki und würde mich über Hilfe sehr freuen. Wer helfen möchte, soll bitte [[Kontakt aufnehmen|Wer pflegt diese Edition?]]!
|
||||
3
editions/de-AT/tiddlers/system/$__StaticBanner.tid
Normal file
3
editions/de-AT/tiddlers/system/$__StaticBanner.tid
Normal file
@@ -0,0 +1,3 @@
|
||||
title: $:/StaticBanner
|
||||
|
||||
<div class="tc-static-alert"><div class="tc-static-alert-inner">Diese Seite ist Teil der "reinen" HTML Version von ~TiddlyWiki auf http://tiddlywiki.com/languages/de-AT</div></div>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user