mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 17:10:29 +00:00
Merge remote-tracking branch 'refs/remotes/Jermolene/master' into each-list
This commit is contained in:
commit
b152a0a894
5
bin/clean.sh
Executable file
5
bin/clean.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Remove any output files
|
||||
|
||||
find . -regex "^./editions/[a-z\.-]*/output/.*" -delete
|
@ -126,8 +126,8 @@ Display an error and exit
|
||||
*/
|
||||
$tw.utils.error = function(err) {
|
||||
// Prepare the error message
|
||||
var errHeading = "Internal JavaScript Error",
|
||||
promptMsg = "Well, this is embarrassing. It is recommended that you restart TiddlyWiki by refreshing your browser";
|
||||
var errHeading = ( $tw.language == undefined ? "Internal JavaScript Error" : $tw.language.getString("InternalJavaScriptError/Title") ),
|
||||
promptMsg = ( $tw.language == undefined ? "Well, this is embarrassing. It is recommended that you restart TiddlyWiki by refreshing your browser" : $tw.language.getString("InternalJavaScriptError/Hint") );
|
||||
// Log the error to the console
|
||||
console.error($tw.node ? "\x1b[1;31m" + err + "\x1b[0m" : err);
|
||||
if($tw.browser && !$tw.node) {
|
||||
|
8
core/images/spiral.tid
Normal file
8
core/images/spiral.tid
Normal file
@ -0,0 +1,8 @@
|
||||
title: $:/core/images/spiral
|
||||
tags: $:/tags/Image
|
||||
|
||||
<svg class="tc-image-spiral tc-image-button" width="22pt" height="22pt" viewBox="0 0 128 128">
|
||||
<g fill-rule="nonzero">
|
||||
<path d="M64.534 68.348c3.39 0 6.097-2.62 6.476-5.968l-4.755-.538 4.75.583c.377-3.07-1.194-6.054-3.89-7.78-2.757-1.773-6.34-2.01-9.566-.7-3.46 1.403-6.14 4.392-7.35 8.148l-.01.026c-1.3 4.08-.72 8.64 1.58 12.52 2.5 4.2 6.77 7.2 11.76 8.27 5.37 1.15 11.11-.05 15.83-3.31 5.04-3.51 8.46-9.02 9.45-15.3 1.05-6.7-.72-13.63-4.92-19.19l.02.02c-4.42-5.93-11.2-9.82-18.78-10.78-7.96-1.01-16.13 1.31-22.59 6.43-6.81 5.39-11.18 13.41-12.11 22.26-.98 9.27 1.87 18.65 7.93 26.02 6.32 7.69 15.6 12.56 25.74 13.48 10.54.96 21.15-2.42 29.45-9.4l.01-.01c8.58-7.25 13.94-17.78 14.86-29.21.94-11.84-2.96-23.69-10.86-32.9-8.19-9.5-19.95-15.36-32.69-16.27-13.16-.94-26.24 3.49-36.34 12.34l.01-.01c-10.41 9.08-16.78 22.1-17.68 36.15-.93 14.44 4.03 28.77 13.79 39.78 10.03 11.32 24.28 18.2 39.6 19.09 15.73.92 31.31-4.56 43.24-15.234 12.23-10.954 19.61-26.44 20.5-43.074.14-2.64-1.89-4.89-4.52-5.03-2.64-.14-4.89 1.88-5.03 4.52-.75 14.1-7 27.2-17.33 36.45-10.03 8.98-23.11 13.58-36.3 12.81-12.79-.75-24.67-6.48-33-15.89-8.07-9.11-12.17-20.94-11.41-32.827.74-11.52 5.942-22.15 14.43-29.54l.01-.01c8.18-7.17 18.74-10.75 29.35-9.998 10.21.726 19.6 5.41 26.11 12.96 6.24 7.273 9.32 16.61 8.573 25.894-.718 8.9-4.88 17.064-11.504 22.66l.01-.007c-6.36 5.342-14.44 7.92-22.425 7.19-7.604-.68-14.52-4.314-19.21-10.027-4.44-5.4-6.517-12.23-5.806-18.94.67-6.3 3.76-11.977 8.54-15.766 4.46-3.54 10.05-5.128 15.44-4.44 5.03.63 9.46 3.18 12.32 7.01l.02.024c2.65 3.5 3.75 7.814 3.1 11.92-.59 3.71-2.58 6.925-5.45 8.924-2.56 1.767-5.61 2.403-8.38 1.81-2.42-.516-4.42-1.92-5.53-3.79-.93-1.56-1.15-3.3-.69-4.75l-4.56-1.446L59.325 65c.36-1.12 1.068-1.905 1.84-2.22.25-.103.48-.14.668-.13.06.006.11.015.14.025.01 0 .01 0-.01-.01-.02-.015-.054-.045-.094-.088-.06-.064-.12-.145-.17-.244-.15-.29-.23-.678-.18-1.11l-.005.04c.15-1.332 1.38-2.523 3.035-2.523-2.65 0-4.79 2.144-4.79 4.787s2.14 4.785 4.78 4.785z"></path>
|
||||
</g>
|
||||
</svg>
|
@ -32,6 +32,8 @@ ExportTiddlers/Caption: export tiddlers
|
||||
ExportTiddlers/Hint: Export tiddlers
|
||||
Fold/Caption: fold tiddler
|
||||
Fold/Hint: Fold the body of this tiddler
|
||||
Fold/FoldBar/Caption: fold-bar
|
||||
Fold/FoldBar/Hint: Optional bars to fold and unfold tiddlers
|
||||
Unfold/Caption: unfold tiddler
|
||||
Unfold/Hint: Unfold the body of this tiddler
|
||||
FoldOthers/Caption: fold other tiddlers
|
||||
|
@ -52,11 +52,14 @@ Plugins/Disabled/Status: (disabled)
|
||||
Plugins/Empty/Hint: None
|
||||
Plugins/Enable/Caption: enable
|
||||
Plugins/Enable/Hint: Enable this plugin when reloading page
|
||||
Plugins/Install: install
|
||||
Plugins/Installed/Hint: Currently installed plugins:
|
||||
Plugins/Languages/Caption: Languages
|
||||
Plugins/Languages/Hint: Language pack plugins
|
||||
Plugins/OpenPluginLibrary: open plugin library
|
||||
Plugins/Plugins/Caption: Plugins
|
||||
Plugins/Plugins/Hint: Plugins
|
||||
Plugins/Reinstall: reinstall
|
||||
Plugins/Themes/Caption: Themes
|
||||
Plugins/Themes/Hint: Theme plugins
|
||||
Saving/Caption: Saving
|
||||
@ -90,6 +93,9 @@ Settings/NavigationHistory/Caption: Navigation History
|
||||
Settings/NavigationHistory/Hint: Update browser history when navigating to a tiddler:
|
||||
Settings/NavigationHistory/No/Description: Do not update history
|
||||
Settings/NavigationHistory/Yes/Description: Update history
|
||||
Settings/PerformanceInstrumentation/Caption: Performance Instrumentation
|
||||
Settings/PerformanceInstrumentation/Hint: Displays performance statistics in the browser developer console. Requires reload to take effect
|
||||
Settings/PerformanceInstrumentation/Description: Enable performance instrumentation
|
||||
Settings/ToolbarButtonStyle/Caption: Toolbar Button Style
|
||||
Settings/ToolbarButtonStyle/Hint: Choose the style for toolbar buttons:
|
||||
Settings/ToolbarButtonStyle/Styles/Borderless: Borderless
|
||||
@ -127,4 +133,3 @@ Toolbars/PageControls/Hint: Choose which buttons are displayed on the main page
|
||||
Toolbars/ViewToolbar/Caption: View Toolbar
|
||||
Toolbars/ViewToolbar/Hint: Choose which buttons are displayed for tiddlers in view mode
|
||||
Tools/Download/Full/Caption: Download full wiki
|
||||
|
||||
|
@ -13,8 +13,8 @@ Fields/Add/Prompt: Add a new field:
|
||||
Fields/Add/Value/Placeholder: field value
|
||||
Fields/Add/Dropdown/System: System fields
|
||||
Fields/Add/Dropdown/User: User fields
|
||||
Shadow/Warning: This is a shadow tiddler. Any changes will override the default version
|
||||
Shadow/OverriddenWarning: This is a modified shadow tiddler. You can revert to the default version by deleting this tiddler
|
||||
Shadow/Warning: This is a shadow tiddler. Any changes you make will override the default version from the plugin <<pluginLink>>
|
||||
Shadow/OverriddenWarning: This is a modified shadow tiddler. You can revert to the default version in the plugin <<pluginLink>> by deleting this tiddler
|
||||
Tags/Add/Button: add
|
||||
Tags/Add/Placeholder: tag name
|
||||
Tags/Dropdown/Caption: tag list
|
||||
|
@ -14,5 +14,4 @@ The parameters are:
|
||||
* ''filter'' - filter identifying the tiddlers to be affected
|
||||
* ''fieldname'' - the field to modify (defaults to "text")
|
||||
* ''templatetitle'' - the tiddler to wikify into the specified field. If blank or missing then the specified field is deleted
|
||||
* ''type'' - the text type to render (defaults to "text/plain"; "text/html" can be used to include HTML tags)
|
||||
|
||||
* ''rendertype'' - the text type to render (defaults to "text/plain"; "text/html" can be used to include HTML tags)
|
||||
|
@ -1,5 +1,6 @@
|
||||
title: $:/language/Import/
|
||||
|
||||
Imported: The following tiddlers were imported:
|
||||
Listing/Cancel/Caption: Cancel
|
||||
Listing/Hint: These tiddlers are ready to import:
|
||||
Listing/Import/Caption: Import
|
||||
@ -7,7 +8,7 @@ Listing/Select/Caption: Select
|
||||
Listing/Status/Caption: Status
|
||||
Listing/Title/Caption: Title
|
||||
Upgrader/Plugins/Suppressed/Incompatible: Blocked incompatible or obsolete plugin
|
||||
Upgrader/Plugins/Suppressed/Version: Blocked plugin (due to incoming <<incoming>> being older than existing <<existing>>)
|
||||
Upgrader/Plugins/Suppressed/Version: Blocked plugin (due to incoming <<incoming>> being older than existing <<existing>>)
|
||||
Upgrader/Plugins/Upgraded: Upgraded plugin from <<incoming>> to <<upgraded>>
|
||||
Upgrader/State/Suppressed: Blocked temporary state tiddler
|
||||
Upgrader/System/Suppressed: Blocked system tiddler
|
||||
|
@ -19,10 +19,13 @@ Encryption/Password: Password
|
||||
Encryption/RepeatPassword: Repeat password
|
||||
Encryption/PasswordNoMatch: Passwords do not match
|
||||
Encryption/SetPassword: Set password
|
||||
InternalJavaScriptError/Title: Internal JavaScript Error
|
||||
InternalJavaScriptError/Hint: Well, this is embarrassing. It is recommended that you restart TiddlyWiki by refreshing your browser
|
||||
InvalidFieldName: Illegal characters in field name "<$text text=<<fieldName>>/>". Fields can only contain lowercase letters, digits and the characters underscore (`_`), hyphen (`-`) and period (`.`)
|
||||
LazyLoadingWarning: <p>Loading external text from ''<$text text={{!!_canonical_uri}}/>''</p><p>If this message doesn't disappear you may be using a browser that doesn't support external text in this configuration. See http://tiddlywiki.com/#ExternalText</p>
|
||||
MissingTiddler/Hint: Missing tiddler "<$text text=<<currentTiddler>>/>" - click {{$:/core/images/edit-button}} to create
|
||||
OfficialPluginLibrary: Official ~TiddlyWiki Plugin Library
|
||||
OfficialPluginLibrary/Hint: The official ~TiddlyWiki plugin library at tiddlywiki.com. Plugins, themes and language packs are maintained by the core team.
|
||||
PluginReloadWarning: Please save {{$:/core/ui/Buttons/save-wiki}} and reload {{$:/core/ui/Buttons/refresh}} to allow changes to plugins to take effect
|
||||
RecentChanges/DateFormat: DDth MMM YYYY
|
||||
SystemTiddler/Tooltip: This is a system tiddler
|
||||
|
@ -5,6 +5,9 @@ Filter/Caption: Filter
|
||||
Filter/Hint: Search via a [[filter expression|http://tiddlywiki.com/static/Filters.html]]
|
||||
Filter/Matches: //<small><<resultCount>> matches</small>//
|
||||
Matches: //<small><<resultCount>> matches</small>//
|
||||
Matches/All: All matches:
|
||||
Matches/Title: Title matches:
|
||||
Search: Search
|
||||
Shadows/Caption: Shadows
|
||||
Shadows/Hint: Search for shadow tiddlers
|
||||
Shadows/Matches: //<small><<resultCount>> matches</small>//
|
||||
|
@ -12,7 +12,7 @@ Serve tiddlers over http
|
||||
/*global $tw: false */
|
||||
"use strict";
|
||||
|
||||
if(!$tw.browser) {
|
||||
if($tw.node) {
|
||||
var util = require("util"),
|
||||
fs = require("fs"),
|
||||
url = require("url"),
|
||||
|
@ -18,7 +18,7 @@ exports.after = ["load-modules"];
|
||||
exports.synchronous = true;
|
||||
|
||||
// Set to `true` to enable performance instrumentation
|
||||
var PERFORMANCE_INSTRUMENTATION = false;
|
||||
var PERFORMANCE_INSTRUMENTATION_CONFIG_TITLE = "$:/config/Performance/Instrumentation";
|
||||
|
||||
var widget = require("$:/core/modules/widgets/widget.js");
|
||||
|
||||
@ -29,7 +29,7 @@ exports.startup = function() {
|
||||
}
|
||||
$tw.version = $tw.utils.extractVersionInfo();
|
||||
// Set up the performance framework
|
||||
$tw.perf = new $tw.Performance(PERFORMANCE_INSTRUMENTATION);
|
||||
$tw.perf = new $tw.Performance($tw.wiki.getTiddlerText(PERFORMANCE_INSTRUMENTATION_CONFIG_TITLE,"no") === "yes");
|
||||
// Kick off the language manager and switcher
|
||||
$tw.language = new $tw.Language();
|
||||
$tw.languageSwitcher = new $tw.PluginSwitcher({
|
||||
|
@ -28,9 +28,9 @@ Performance.prototype.report = function(name,fn) {
|
||||
self.measures = {};
|
||||
var startTime = $tw.utils.timer(),
|
||||
result = fn.apply(this,arguments);
|
||||
self.logger.log(name + ": " + $tw.utils.timer(startTime) + "ms");
|
||||
self.logger.log(name + ": " + $tw.utils.timer(startTime).toFixed(2) + "ms");
|
||||
for(var m in self.measures) {
|
||||
self.logger.log("+" + m + ": " + self.measures[m] + "ms");
|
||||
self.logger.log("+" + m + ": " + self.measures[m].toFixed(2) + "ms");
|
||||
}
|
||||
return result;
|
||||
};
|
||||
|
@ -185,6 +185,8 @@ EditTextWidget.prototype.refresh = function(changedTiddlers) {
|
||||
this.updateEditor(this.getEditInfo().value);
|
||||
return true;
|
||||
}
|
||||
// Fix the height anyway in case there has been a reflow
|
||||
this.fixHeight();
|
||||
return false;
|
||||
};
|
||||
|
||||
|
@ -556,7 +556,7 @@ NavigatorWidget.prototype.handlePerformImportEvent = function(event) {
|
||||
importData = this.wiki.getTiddlerDataCached(event.param,{tiddlers: {}}),
|
||||
importReport = [];
|
||||
// Add the tiddlers to the store
|
||||
importReport.push("The following tiddlers were imported:\n");
|
||||
importReport.push($tw.language.getString("Import/Imported") + "\n");
|
||||
$tw.utils.each(importData.tiddlers,function(tiddlerFields) {
|
||||
var title = tiddlerFields.title;
|
||||
if(title && importTiddler && importTiddler.fields["selection-" + title] !== "unchecked") {
|
||||
|
@ -43,6 +43,15 @@ SetWidget.prototype.execute = function() {
|
||||
this.setValue = this.getAttribute("value");
|
||||
this.setEmptyValue = this.getAttribute("emptyValue");
|
||||
// Set context variable
|
||||
this.setVariable(this.setName,this.getValue(),this.parseTreeNode.params);
|
||||
// Construct the child widgets
|
||||
this.makeChildWidgets();
|
||||
};
|
||||
|
||||
/*
|
||||
Get the value to be assigned
|
||||
*/
|
||||
SetWidget.prototype.getValue = function() {
|
||||
var value = this.setValue;
|
||||
if(this.setFilter) {
|
||||
var results = this.wiki.filterTiddlers(this.setFilter,this);
|
||||
@ -53,9 +62,7 @@ SetWidget.prototype.execute = function() {
|
||||
value = this.setEmptyValue;
|
||||
}
|
||||
}
|
||||
this.setVariable(this.setName,value,this.parseTreeNode.params);
|
||||
// Construct the child widgets
|
||||
this.makeChildWidgets();
|
||||
return value;
|
||||
};
|
||||
|
||||
/*
|
||||
@ -63,7 +70,8 @@ Selectively refreshes the widget if needed. Returns true if the widget or any of
|
||||
*/
|
||||
SetWidget.prototype.refresh = function(changedTiddlers) {
|
||||
var changedAttributes = this.computeAttributes();
|
||||
if(changedAttributes.name || changedAttributes.filter || changedAttributes.value || changedAttributes.emptyValue) {
|
||||
if(changedAttributes.name || changedAttributes.filter || changedAttributes.value || changedAttributes.emptyValue ||
|
||||
(this.setFilter && this.getValue() != this.variables[this.setName].value)) {
|
||||
this.refreshSelf();
|
||||
return true;
|
||||
} else {
|
||||
|
6
core/templates/save-lazy-all.tid
Normal file
6
core/templates/save-lazy-all.tid
Normal file
@ -0,0 +1,6 @@
|
||||
title: $:/core/save/lazy-all
|
||||
|
||||
\define saveTiddlerFilter()
|
||||
[is[system]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]]
|
||||
\end
|
||||
{{$:/core/templates/tiddlywiki5.html}}
|
@ -6,8 +6,8 @@ subtitle: {{$:/core/images/download-button}} {{$:/language/ControlPanel/Plugins/
|
||||
\define install-plugin-button()
|
||||
<$button>
|
||||
<$action-sendmessage $message="tm-load-plugin-from-library" url={{!!url}} title={{$(assetInfo)$!!original-title}}/>
|
||||
<$list filter="[<assetInfo>get[original-title]get[version]]" variable="installedVersion" emptyMessage="""install""">
|
||||
reinstall
|
||||
<$list filter="[<assetInfo>get[original-title]get[version]]" variable="installedVersion" emptyMessage="""{{$:/language/ControlPanel/Plugins/Install}}""">
|
||||
{{$:/language/ControlPanel/Plugins/Reinstall}}
|
||||
</$list>
|
||||
</$button>
|
||||
\end
|
||||
@ -65,12 +65,12 @@ This plugin is already installed at version <$text text=<<installedVersion>>/>
|
||||
\define load-plugin-library-button()
|
||||
<$button class="tc-btn-big-green">
|
||||
<$action-sendmessage $message="tm-load-plugin-library" url={{!!url}} infoTitlePrefix="$:/temp/RemoteAssetInfo/"/>
|
||||
{{$:/core/images/chevron-right}} open plugin library
|
||||
{{$:/core/images/chevron-right}} {{$:/language/ControlPanel/Plugins/OpenPluginLibrary}}
|
||||
</$button>
|
||||
\end
|
||||
|
||||
\define display-server-assets(type)
|
||||
Search: <$edit-text tiddler="""$:/temp/RemoteAssetSearch/$(currentTiddler)$""" default="" type="search" tag="input"/>
|
||||
{{$:/language/Search/Search}}: <$edit-text tiddler="""$:/temp/RemoteAssetSearch/$(currentTiddler)$""" default="" type="search" tag="input"/>
|
||||
<$reveal state="""$:/temp/RemoteAssetSearch/$(currentTiddler)$""" type="nomatch" text="">
|
||||
<$button class="tc-btn-invisible">
|
||||
<$action-setfield $tiddler="""$:/temp/RemoteAssetSearch/$(currentTiddler)$""" $field="text" $value=""/>
|
||||
|
@ -0,0 +1,8 @@
|
||||
title: $:/core/ui/ControlPanel/Settings/PerformanceInstrumentation
|
||||
tags: $:/tags/ControlPanel/Settings
|
||||
caption: {{$:/language/ControlPanel/Settings/PerformanceInstrumentation/Caption}}
|
||||
|
||||
\define lingo-base() $:/language/ControlPanel/Settings/PerformanceInstrumentation/
|
||||
<<lingo Hint>>
|
||||
|
||||
<$checkbox tiddler="$:/config/Performance/Instrumentation" field="text" checked="yes" unchecked="no" default="no"> <$link to="$:/config/Performance/Instrumentation"><<lingo Description>></$link> </$checkbox>
|
@ -3,11 +3,11 @@ tags: $:/tags/SearchResults
|
||||
caption: {{$:/language/Search/DefaultResults/Caption}}
|
||||
|
||||
\define searchResultList()
|
||||
//<small>Title matches:</small>//
|
||||
//<small>{{$:/language/Search/Matches/Title}}</small>//
|
||||
|
||||
<$list filter="[!is[system]search:title{$(searchTiddler)$}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/>
|
||||
|
||||
//<small>All matches:</small>//
|
||||
//<small>{{$:/language/Search/Matches/All}}</small>//
|
||||
|
||||
<$list filter="[!is[system]search{$(searchTiddler)$}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/>
|
||||
|
||||
|
@ -2,18 +2,37 @@ title: $:/core/ui/EditTemplate/shadow
|
||||
tags: $:/tags/EditTemplate
|
||||
|
||||
\define lingo-base() $:/language/EditTemplate/Shadow/
|
||||
\define pluginLinkBody()
|
||||
<$link to="""$(pluginTitle)$""">
|
||||
<$text text="""$(pluginTitle)$"""/>
|
||||
</$link>
|
||||
\end
|
||||
<$list filter="[all[current]get[draft.of]is[shadow]!is[tiddler]]">
|
||||
|
||||
<$list filter="[all[current]shadowsource[]]" variable="pluginTitle">
|
||||
|
||||
<$set name="pluginLink" value=<<pluginLinkBody>>>
|
||||
<div class="tc-message-box">
|
||||
|
||||
<<lingo Warning>>
|
||||
|
||||
</div>
|
||||
</$set>
|
||||
</$list>
|
||||
|
||||
</$list>
|
||||
|
||||
<$list filter="[all[current]get[draft.of]is[shadow]is[tiddler]]">
|
||||
|
||||
<$list filter="[all[current]shadowsource[]]" variable="pluginTitle">
|
||||
|
||||
<$set name="pluginLink" value=<<pluginLinkBody>>>
|
||||
<div class="tc-message-box">
|
||||
|
||||
<<lingo OverriddenWarning>>
|
||||
|
||||
</div>
|
||||
</$list>
|
||||
|
||||
</$list>
|
||||
</$list>
|
||||
|
@ -1,6 +1,6 @@
|
||||
title: $:/core/ui/Buttons/fold-bar
|
||||
tags: $:/tags/ViewToolbar
|
||||
caption: fold-bar
|
||||
description: Optional bars to fold and unfold tiddlers
|
||||
caption: {{$:/language/Buttons/Fold/FoldBar/Caption}}
|
||||
description: {{$:/language/Buttons/Fold/FoldBar/Hint}}
|
||||
|
||||
<!-- This dummy toolbar button is here to allow visibility of the fold-bar to be controlled as if it were a toolbar button -->
|
@ -3,4 +3,4 @@ tags: $:/tags/PluginLibrary
|
||||
url: http://tiddlywiki.com/library/v5.1.9/index.html
|
||||
caption: {{$:/language/OfficialPluginLibrary}}
|
||||
|
||||
The official ~TiddlyWiki plugin library at tiddlywiki.com. Plugins, themes and language packs are maintained by the core team.
|
||||
{{$:/language/OfficialPluginLibrary/Hint}}
|
||||
|
2
core/wiki/config/PerformanceInstrumentation.tid
Normal file
2
core/wiki/config/PerformanceInstrumentation.tid
Normal file
@ -0,0 +1,2 @@
|
||||
title: $:/config/Performance/Instrumentation
|
||||
text: no
|
@ -1,3 +1,3 @@
|
||||
title: $:/config/SaverFilter
|
||||
|
||||
[all[]] -[[$:/HistoryList]] -[[$:/StoryList]] -[[$:/Import]] -[[$:/isEncrypted]] -[[$:/UploadName]] -[prefix[$:/state]] -[prefix[$:/temp]]
|
||||
[all[]] -[[$:/HistoryList]] -[[$:/StoryList]] -[[$:/Import]] -[[$:/isEncrypted]] -[[$:/UploadName]] -[prefix[$:/state/]] -[prefix[$:/temp/]]
|
@ -1,3 +1,3 @@
|
||||
title: $:/config/SyncFilter
|
||||
|
||||
[is[tiddler]] -[[$:/HistoryList]] -[[$:/Import]] -[[$:/isEncrypted]] -[prefix[$:/status]] -[prefix[$:/state]] -[prefix[$:/temp]]
|
||||
[is[tiddler]] -[[$:/HistoryList]] -[[$:/Import]] -[[$:/isEncrypted]] -[prefix[$:/status/]] -[prefix[$:/state/]] -[prefix[$:/temp/]]
|
@ -12,7 +12,7 @@ The parse-tree consists of nested nodes like
|
||||
```js
|
||||
{type: "element", tag: <string>, attributes: {}, children: []} - an HTML element
|
||||
{type: "text", text: <string>} - a text node
|
||||
{type: "entity", value: <string>} - an HTML entity like © for a copyright symbol
|
||||
{type: "entity", entity: <string>} - an HTML entity like © for a copyright symbol
|
||||
{type: "raw", html: <string>} - raw HTML
|
||||
```
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
"tiddlywiki/starlight",
|
||||
"tiddlywiki/seamless",
|
||||
"tiddlywiki/centralised",
|
||||
"tiddlywiki/tight",
|
||||
"tiddlywiki/readonly"
|
||||
],
|
||||
"languages": [
|
||||
|
@ -45,6 +45,7 @@
|
||||
],
|
||||
"themes": [
|
||||
"tiddlywiki/centralised",
|
||||
"tiddlywiki/tight",
|
||||
"tiddlywiki/readonly",
|
||||
"tiddlywiki/seamless",
|
||||
"tiddlywiki/snowwhite",
|
||||
|
@ -13,6 +13,7 @@
|
||||
"tiddlywiki/starlight",
|
||||
"tiddlywiki/seamless",
|
||||
"tiddlywiki/centralised",
|
||||
"tiddlywiki/tight",
|
||||
"tiddlywiki/readonly"
|
||||
],
|
||||
"languages": [
|
||||
|
@ -1,6 +1,6 @@
|
||||
caption: 5.1.10
|
||||
created: 20150801123725652
|
||||
modified: 20150801123725652
|
||||
created: 20151105122712982
|
||||
modified: 20151105122712982
|
||||
tags: ReleaseNotes
|
||||
title: Release 5.1.10
|
||||
type: text/vnd.tiddlywiki
|
||||
@ -20,6 +20,8 @@ This release includes several low-level performance optimisations that should im
|
||||
* [[Caching data tiddlers|https://github.com/Jermolene/TiddlyWiki5/commit/32f6d7f1b01474b82debcbdd5d76c49c59303265]]
|
||||
* [[Removed expensive visual effects|https://github.com/Jermolene/TiddlyWiki5/commit/4f5cf4597abb08af787b62c2e2ee1b8c667dad1e]]
|
||||
|
||||
There is a new setting in the control panel to enable performance instrumentation, making it much easier to measure and improve performance issues.
|
||||
|
||||
!! Résumé Builder Edition
|
||||
|
||||
The new [[Résumé Builder Edition]] by @inmysocks is a custom edition to guide you through the process of using TiddlyWiki to create a good looking résumé (or curriculum vitæ).
|
||||
@ -44,13 +46,25 @@ Limited support for tiddlers stored in external `.tid` files:
|
||||
|
||||
See [[Alice in Wonderland]] for an example. Try opening it without a network connection.
|
||||
|
||||
!! New "Tight" Theme
|
||||
|
||||
A new theme called "Tight" uses reduced padding, margins and font-sizes to pack as much text as possible:
|
||||
|
||||
<$button>
|
||||
<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/tight"/>
|
||||
Try it out
|
||||
</$button> <$button>
|
||||
<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/snowwhite"/>
|
||||
Revert
|
||||
</$button>
|
||||
|
||||
! Other Improvements
|
||||
|
||||
!! Translation Improvements
|
||||
|
||||
* Added Swedish translation by @Superdos
|
||||
* Added Korean (Korean Republic) translation by @araname
|
||||
* Improved Danish and Dutch translations
|
||||
* Improved Chinese, Danish, Dutch and Russian translations
|
||||
|
||||
!! Usability Improvements
|
||||
|
||||
@ -78,6 +92,9 @@ See [[Alice in Wonderland]] for an example. Try opening it without a network con
|
||||
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/fd997c45814e6bb5b576137bf62bad5575b0a28c]] the ActionSetFieldWidget to enable it to be used to delete a field or indexed property
|
||||
* [[Made|https://github.com/Jermolene/TiddlyWiki5/commit/746aab2cf6bbe3c1905efd5caf80e40e23b914b0]] the tw5.com documentation available as a plugin and an <a href="editions/tw5.com-docs/index.html" target="_blank">edition</a>, simplifying some scenarios for re-using it
|
||||
* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/0035a0046315ee0203b1adfb75efdbb0e854a7f6]] rendering of "More" sidebar tab gradients in the "Snow White" theme
|
||||
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/33563d01baed4b4092fc834eb6a1df55e1671418]] option in [[control panel|$:/ControlPanel]] to enable the display of detailed performance instrumentation in the browser developer console
|
||||
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/bc0cbf907063ccd484da7d56c8e42cf5e90489b8]] a LazyLoading template for all non-system tiddlers
|
||||
* [[Improved|https://github.com/Jermolene/TiddlyWiki5/issues/1984]] handling of TiddlerLinks in Markdown tiddlers
|
||||
|
||||
!! Bug Fixes
|
||||
|
||||
@ -85,6 +102,10 @@ See [[Alice in Wonderland]] for an example. Try opening it without a network con
|
||||
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/3fbf29093b32c00941b0c03951250de7c0cc8d6f]] problem with invisible icons in $:/AdvancedSearch
|
||||
* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/862e358b57fde74595420e7948bf44fdadf690dc]] check for required plugins in ServerCommand
|
||||
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/709126dd643207adab725569c214f8617c28fbeb]] problem with queueing change events for deleting non-existent tiddlers
|
||||
* [[Ensure|https://github.com/Jermolene/TiddlyWiki5/commit/85553609b10ccc813662c867d4043e5df78efcec]] EditTextWidget fixes height even if refresh isn't required
|
||||
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/8a763e9d838fcb571d12c4175952cd4e15e95e00]] the gradient on the sidebar tabs divider
|
||||
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/6add992bf2e9cedd077c74c3471758bbe9d6e1b2]] problem with tiddler titles such as `$:/templates/something` being erroneously classed as `$:/temp` tiddlers, and so excluded from syncing
|
||||
* [[Switched|https://github.com/Jermolene/TiddlyWiki5/commit/acbf87657b6c88719148266100b91a61e29a0546]] to absolute date format in tiddler subtitles
|
||||
|
||||
!! Node.js Improvements
|
||||
|
||||
@ -95,15 +116,22 @@ See [[Alice in Wonderland]] for an example. Try opening it without a network con
|
||||
|
||||
[[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki:
|
||||
|
||||
* [[@afeldspar|https://github.com/afeldspar]]
|
||||
* [[@araname|https://github.com/araname]]
|
||||
* [[@BramChen|https://github.com/BramChen]]
|
||||
* [[@danielo515|https://github.com/danielo515]]
|
||||
* [[@erwanm|https://github.com/erwanm]]
|
||||
* [[@Evolena|https://github.com/Evolena]]
|
||||
* [[@hegart-dmishiv|https://github.com/hegart-dmishiv]]
|
||||
* [[@idoine|https://github.com/idoine]]
|
||||
* [[@inmysocks|https://github.com/inmysocks]]
|
||||
* [[@kixam|https://github.com/kixam]]
|
||||
* [[@Marxsal|https://github.com/Marxsal]]
|
||||
* [[@matabele|https://github.com/matabele]]
|
||||
* [[@nameanyone|https://github.com/nameanyone]]
|
||||
* [[@pmario|https://github.com/pmario]]
|
||||
* [[@senevoldsen90|https://github.com/senevoldsen90]]
|
||||
* [[@Spangenhelm|https://github.com/Spangenhelm]]
|
||||
* [[@SuperDOS|https://github.com/SuperDOS]]
|
||||
* [[@tgrosinger|https://github.com/tgrosinger]]
|
||||
* [[@tobibeer|https://github.com/tobibeer]]
|
||||
|
@ -15,6 +15,7 @@
|
||||
"tiddlywiki/nighttime",
|
||||
"tiddlywiki/starlight",
|
||||
"tiddlywiki/seamless",
|
||||
"tiddlywiki/tight",
|
||||
"tiddlywiki/centralised",
|
||||
"tiddlywiki/readonly"
|
||||
],
|
||||
|
@ -104,6 +104,13 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor i
|
||||
Dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||
</p>
|
||||
|
||||
<dl>
|
||||
<dt>Term being defined</dt>
|
||||
<dd>Definition of that term</dd>
|
||||
<dt>Another term</dt>
|
||||
<dd>Another definition</dd>
|
||||
</dl>
|
||||
|
||||
<h3>Story</h3>
|
||||
|
||||
<ul class="intro">
|
||||
|
@ -1,5 +1,5 @@
|
||||
created: 20130825160500000
|
||||
modified: 20150310172330006
|
||||
modified: 20151010131218969
|
||||
tags: Community
|
||||
title: HelpingTiddlyWiki
|
||||
type: text/vnd.tiddlywiki
|
||||
@ -10,7 +10,9 @@ If you find TiddlyWiki useful, there are lots of ways you can help assure its fu
|
||||
|
||||
OpenSource projects like ~TiddlyWiki thrive on the feedback and engagement of users. ~TiddlyWiki becomes more useful to everyone as more and more people use it. So, if you find ~TiddlyWiki useful, spread the word. The best possible way to assure its future is for it to become a hundred times more popular than before.
|
||||
|
||||
* [img[https://img.shields.io/twitter/url/http/tiddlywiki.com.svg?style=social]]
|
||||
* Tweet about ~TiddlyWiki: [[I love TiddlyWiki because...|https://twitter.com/intent/tweet?text=I+love+TiddlyWiki+because...&source=tiddlywiki5]]
|
||||
* [img[https://img.shields.io/github/stars/jermolene/tiddlywiki5.svg?style=social&label=Star]]
|
||||
* [[Star the TiddlyWiki5 GitHub Repository|https://github.com/Jermolene/TiddlyWiki5]]
|
||||
* [[Display the TiddlyWiki Poster|http://tiddlywiki.com/poster]]
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
created: 20150913184230499
|
||||
modified: 20150913184230499
|
||||
tags: Resources
|
||||
title: TWCommunitySearch
|
||||
type: text/vnd.tiddlywiki
|
||||
url: http://erwanm.github.io/tw-community-search
|
||||
|
||||
The [[CommunitySearch wiki|http://erwanm.github.io/tw-community-search]] aggregates many public wikis from the community. It is updated automatically every day. At the time of writing, more than 5000 tiddlers are indexed, thus giving access to the largest known collection of TW content.
|
||||
|
||||
It lets you search for some specific content among a preselected list of wikis. The indexed content is mostly focused on TW usage, so you would typically use this search system to find information about a particular aspect of TiddlyWiki. Say for example that you want to learn how to make a table of content, type "table of content" in the [[CommunitySearch box|http://erwanm.github.io/tw-community-search/#CommunitySearch]] (also accessible in the default tiddler [[GettingStarted|http://erwanm.github.io/tw-community-search/#GettingStarted]]). The search results are links to various wikis, and point directly to the specific tiddlers containing your request.
|
||||
|
||||
|
||||
The ~CommunitySearch wiki also lets you:
|
||||
|
||||
* Browse the [[list of wikis|http://erwanm.github.io/tw-community-search/#CommunityWikis]]
|
||||
* Browse the [[list of author|http://erwanm.github.io/tw-community-search/#CommunityAuthors]]
|
||||
* Browse the [[list of plugins|http://erwanm.github.io/tw-community-search/#CommunityPlugins]]
|
||||
* Access content by [[tag|http://erwanm.github.io/tw-community-search/#CommunityTags]] (see also [[BookmarkingTags|http://erwanm.github.io/tw-community-search/#BookmarkingTags]])
|
||||
* Follow the [[latest news|http://erwanm.github.io/tw-community-search/#CommunityNews]] from the community (and [[publish your own news|http://erwanm.github.io/tw-community-search/#PublishingInCommunityNews]] if you are a wiki author)
|
||||
|
||||
|
||||
|
@ -0,0 +1,12 @@
|
||||
created: 20151015072304780
|
||||
modified: 20151015073121685
|
||||
tags: Resources
|
||||
title: datepicker plugin based on Pikaday, by kixam
|
||||
type: text/vnd.tiddlywiki
|
||||
url: http://kixam.github.io/TW5-datePicker/
|
||||
|
||||
An interactive date picker plugin based on [[Pikaday|https://github.com/dbushell/Pikaday]]. A demo can be found here: {{!!url}}.
|
||||
|
||||
<<<
|
||||
datepicker is a TiddlyWiki plugin that allows you to use a widget much like EditTextWidget to pick a date (not a time). It shows a nice interactive mini-calendar when clicked, allows you to set a date format for display, and is compatible with core date fields such as `modified` and `created`.
|
||||
<<<
|
@ -6,4 +6,4 @@ type: text/vnd.tiddlywiki
|
||||
|
||||
A //module// in TiddlyWiki5 is a tiddler containing executable JavaScript, of the type `application/javascript` and with the field `module-type` set to the ModuleType of the module.
|
||||
|
||||
See the ''Internals'' tab of the [[control panel|$:/ControlPanel]] for lists of the currently loaded modules.
|
||||
See [[ControlPanel|$:/ControlPanel]] > ''Info'' > ''Advanced'' > ''Loaded Modules'' for a list of currently loaded modules.
|
||||
|
@ -1,5 +1,5 @@
|
||||
created: 20140206214608586
|
||||
modified: 20140912141710950
|
||||
modified: 20151105122712982
|
||||
tags: Features
|
||||
title: LazyLoading
|
||||
type: text/vnd.tiddlywiki
|
||||
@ -8,19 +8,27 @@ Ordinarily with TiddlyWiki, the full content of all tiddlers is embedded into th
|
||||
|
||||
Lazy loading can be used in two configurations:
|
||||
|
||||
* When running [[TiddlyWiki on Node.js]], image tiddlers can be subject to lazy loading
|
||||
* When running [[TiddlyWiki on Node.js]], just image tiddlers or all non-system tiddlers can be subject to lazy loading
|
||||
* When running [[TiddlyWiki in the Sky for TiddlyWeb]], all tiddlers are subject to lazy loading
|
||||
|
||||
See the LazyLoadingMechanism for details of how lazy loading is implemented.
|
||||
|
||||
! Lazy loading under Node.js
|
||||
|
||||
To run TiddlyWiki with lazy loading for images, use this alternative ServerCommand to start the server:
|
||||
To start TiddlyWiki with lazy loading for image tiddlers use this command:
|
||||
|
||||
|
||||
```
|
||||
tiddlywiki --server 8080 $:/core/save/lazy-images
|
||||
```
|
||||
|
||||
To apply lazy loading to all non-system tiddlers use this command:
|
||||
|
||||
|
||||
```
|
||||
tiddlywiki --server 8080 $:/core/save/lazy-all
|
||||
```
|
||||
|
||||
! Lazy loading under TiddlyWeb
|
||||
|
||||
With the current configuration, lazy loading is enabled by default.
|
||||
|
@ -11,7 +11,7 @@ type: text/vnd.tiddlywiki
|
||||
|
|
||||
'"' [:{/'anything but "'/}] '"'
|
||||
|
|
||||
"'" [:{/"anything but '"/}] '"'
|
||||
"'" [:{/"anything but '"/}] "'"
|
||||
)
|
||||
"""/>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
created: 20140904121000000
|
||||
modified: 20150414072046785
|
||||
modified: 20151023165341339
|
||||
tags: HelloThere
|
||||
title: Discover TiddlyWiki
|
||||
type: text/vnd.tiddlywiki
|
||||
@ -13,7 +13,7 @@ You've never seen //anything// like ~TiddlyWiki. ~TiddlyWiki is:
|
||||
|
||||
! ~TiddlyWiki is a Tool
|
||||
|
||||
''~TiddlyWiki is first and foremost a tool:'' it is a free downloadable tool for capturing and organising content from the web, from your documents or from your brain. Its a tool for note-taking, bookmarking, pinning, writing, managing to-do lists and projects, collaborating, blogging, and publishing.
|
||||
''~TiddlyWiki is first and foremost a tool:'' it is a free downloadable tool for capturing and organising content from the web, from your documents or from your brain. It is a tool for note-taking, bookmarking, pinning, writing, managing to-do lists and projects, collaborating, blogging, and publishing.
|
||||
|
||||
In ~TiddlyWiki you create or paste content into notes called tiddlers, then connect your tiddlers with hyperlinks and tags. You can then quickly retrieve your notes through features such as tag pills, sidebar tabs, and ~TiddlyWiki's lightning fast search window. You can even dynamically include one tiddler's content inside another - similar to using building blocks - to create articles, lists, presentations and more.
|
||||
|
||||
|
30
editions/tw5.com/tiddlers/howtos/How to export tiddlers.tid
Normal file
30
editions/tw5.com/tiddlers/howtos/How to export tiddlers.tid
Normal file
@ -0,0 +1,30 @@
|
||||
created: 20151006145934884
|
||||
modified: 20151006155211988
|
||||
tags: Learning
|
||||
title: How to export tiddlers
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
!!! Selecting All tiddlers for export
|
||||
|
||||
To export ''all'' tiddlers click on the "Tools" tab of the Sidebar. Find and click the ``export all`` ({{$:/core/ui/Buttons/export-tiddler}}) button. A pop-up menu will offer you the chance to export tiddlers in multiple formats.
|
||||
|
||||
!!! Exporting a tiddler
|
||||
|
||||
If you want to export a particular tiddler, first navigate to that tiddler. Then click on the More Actions icon ({{$:/core/ui/Buttons/more-tiddler-actions}}) that appears above the tiddler. From the list that appears select ``export tiddler``. A pop-up menu will offer you the chance to export the tiddler in multiple formats.
|
||||
|
||||
!!! Exporting tiddlers matching a criteria (filter)
|
||||
|
||||
To export a selection of tiddlers, click the little magnifying glass next to the search area on the sidebar. This will open the [[Advanced Search|$:/AdvancedSearch]] tiddler. Click on the ``Filter`` tab of the Advanced Search tiddler. Only the [[Filter|Filters]] tab will allow you to export a selection of tiddlers. [[Filters]] follow a particular syntax. Click on this [[Filters|Filters]] link to learn about how to make filters.
|
||||
|
||||
Once you have written a filter, a list of tiddlers matching the filter will appear. Now you can click on the export icon ({{$:/core/ui/Buttons/export-tiddler}}) to the right of the filter input field. A pop-up menu will offer you the chance to export tiddlers in multiple formats.
|
||||
|
||||
!!! Export formats
|
||||
|
||||
Currently, the export formats available are:
|
||||
|
||||
* CSV file format
|
||||
* JSON file format
|
||||
* Static HTML file
|
||||
* ".tid" file format
|
||||
|
||||
The ``".tid"`` format is unique from the other formats in that only one tiddler will be exported, even if you are attempting to export all tiddlers or a selection of tiddlers.
|
@ -0,0 +1,26 @@
|
||||
caption: 0.0.5
|
||||
created: 20151026171331736
|
||||
modified: 20151026171331736
|
||||
tags: TiddlyDesktopReleaseNotes
|
||||
title: TiddlyDesktop Release 0.0.5
|
||||
type: text/vnd.tiddlywiki
|
||||
released: 20151026
|
||||
|
||||
<a href="https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.5" class="tc-btn-big-green" target="_blank">
|
||||
{{$:/core/images/github}} Download from ~GitHub
|
||||
</a>
|
||||
|
||||
[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyDesktop/compare/v0.0.4...v0.0.5]]
|
||||
|
||||
This is an important bug fix release.
|
||||
|
||||
Please report any problems or suggestions via GitHub issues, or post to the TiddlyWiki discussion group:
|
||||
|
||||
http://groups.google.com/group/TiddlyWiki
|
||||
|
||||
* Upgraded to the latest stable v12.0.3 of nw.js, fixing a number of bugs in the process, including one that prevented v0.0.4 from being used successfully under Windows
|
||||
** Bugs fixed: <a href="https://github.com/Jermolene/TiddlyDesktop/issues/66">#66</a>, <a href="https://github.com/Jermolene/TiddlyDesktop/issues/65">#65</a>, <a href="https://github.com/Jermolene/TiddlyDesktop/issues/61">#61</a>, <a href="https://github.com/Jermolene/TiddlyDesktop/issues/57">#57</a>, <a href="https://github.com/Jermolene/TiddlyDesktop/issues/53">#53</a>, <a href="https://github.com/Jermolene/TiddlyDesktop/issues/52">#52</a>
|
||||
* Added a warning about disrupting the backstage wiki
|
||||
* Switched to using "Settings" instead of "Control Panel", to reduce confusion with TiddlyWiki's control panel
|
||||
* Updated app icon
|
||||
* Cleaned up TiddlyWiki build products, fixing <a href="https://github.com/Jermolene/TiddlyDesktop/issues/67">#67</a>
|
@ -0,0 +1,24 @@
|
||||
caption: 0.0.6
|
||||
created: 20151029171331736
|
||||
modified: 20151029171331736
|
||||
tags: TiddlyDesktopReleaseNotes
|
||||
title: TiddlyDesktop Release 0.0.6
|
||||
type: text/vnd.tiddlywiki
|
||||
released: 20151029
|
||||
|
||||
<a href="https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.6" class="tc-btn-big-green" target="_blank">
|
||||
{{$:/core/images/github}} Download from ~GitHub
|
||||
</a>
|
||||
|
||||
[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyDesktop/compare/v0.0.5...v0.0.6]]
|
||||
|
||||
A minor bug fix release.
|
||||
|
||||
Please report any problems or suggestions via GitHub issues, or post to the TiddlyWiki discussion group:
|
||||
|
||||
http://groups.google.com/group/TiddlyWiki
|
||||
|
||||
* Added ability to drag and drop TiddlyWiki files into the wiki list window from Windows Explorer/Mac Finder
|
||||
* Fixed bug triggered by moving TiddlyDesktop executable after first running it
|
||||
* Added custom user agent string identifying TiddlyDesktop
|
||||
** eg ``Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36 TiddlyDesktop/0.0.6``
|
@ -37,4 +37,14 @@ The content of the `<$button>` widget is displayed within the button.
|
||||
|tag |An optional html tag to use instead of the default "button" |
|
||||
|default |Default value if `set` tiddler is missing for testing against `setTo` to determine `selectedClass` |
|
||||
|
||||
''Note:'' In almost all other cases where a TextReference is used as a widget attribute, it will be placed between curly brackets, to [[transclude|Transclusion in WikiText]] the value currently stored there. However, when we use a TextReference as the value of a button widget's `set` attribute, we are referencing //the storage location itself//, rather than the value stored there, so we do ''not'' use curly brackets there. //Example:// we could code a button widget that sets the `caption` field of TiddlerA to be the same as that of TiddlerB as:
|
||||
|
||||
```
|
||||
<$button set="TiddlerA!!caption" setTo={{TiddlerB!!caption}} >
|
||||
|
||||
Press me!
|
||||
|
||||
</$button>
|
||||
```
|
||||
|
||||
''Tip:'' Set ''class'' to `tc-btn-invisible tc-tiddlylink` to have a button look like an internal link.
|
@ -1,7 +1,7 @@
|
||||
created: 20150706160301163
|
||||
modified: 20150706172915783
|
||||
tags: [[Widget Examples]] FieldManglerWidget
|
||||
title: FieldMangler Widget Example
|
||||
title: FieldMangler Widget (Examples)
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<$macrocall $name=".example" n="1"
|
||||
|
@ -13,6 +13,7 @@
|
||||
"tiddlywiki/starlight",
|
||||
"tiddlywiki/seamless",
|
||||
"tiddlywiki/centralised",
|
||||
"tiddlywiki/tight",
|
||||
"tiddlywiki/readonly"
|
||||
],
|
||||
"languages": [
|
||||
|
@ -14,5 +14,4 @@ Els paràmetres són:
|
||||
* ''filtre'' - filtre que identifica els tiddlers afectats
|
||||
* ''nomdelcamp'' - el camp a modificar (per omisió "text")
|
||||
* ''plantilladeltítol'' - el tiddler a wikificar del camp indicat. Si està en blanc o no hi és llavors el camp indicar es suprimirà
|
||||
* ''tipus'' - el tipus de text que cal generar (per omisió "text/plain"; es possible utilitzar "text/html" per incloure etiquetes HTML)
|
||||
|
||||
* ''rendertipus'' - el tipus de text que cal generar (per omisió "text/plain"; es possible utilitzar "text/html" per incloure etiquetes HTML)
|
||||
|
@ -14,5 +14,4 @@ Parametrene er:
|
||||
* ''filter'' - filter der identificerer de tiddlere der påvirkes
|
||||
* ''fieldname'' - feltet der ændres (standard til "text")
|
||||
* ''templatetitle'' - tiddleren der wikificeres til det angivne felt. Hvis tom eller manglende slettes det specificerede felt
|
||||
* ''type'' - text type til renderingr (standard til "text/plain"; "text/html" kan bruges for at inkludere HTML tags)
|
||||
|
||||
* ''rendertype'' - text type til renderingr (standard til "text/plain"; "text/html" kan bruges for at inkludere HTML tags)
|
||||
|
@ -30,12 +30,22 @@ ExportTiddler/Caption: Exportieren
|
||||
ExportTiddler/Hint: Diesen Tiddler Exportieren
|
||||
ExportTiddlers/Caption: Mehrere Exportieren
|
||||
ExportTiddlers/Hint: Mehrere Tiddler Exportieren
|
||||
Fold/Caption: Ausblenden Textbereich
|
||||
Fold/Hint: Der Tiddler Textbereich wird ausgeblendet
|
||||
Unfold/Caption: Einblenden Textbereich
|
||||
Unfold/Hint: Der Tiddler Textbereich wird eingeblendet
|
||||
FoldOthers/Caption: Ausblenden Andere Textbereiche
|
||||
FoldOthers/Hint: Die Textbereiche aller anderen Tiddler wird ausgeblendet
|
||||
FoldAll/Caption: Ausblenden Aller Textbereiche
|
||||
FoldAll/Hint: Ausblenden der Textbereiche aller Tiddler
|
||||
UnfoldAll/Caption: Einblenden Aller Textbereiche
|
||||
UnfoldAll/Hint: Einblenden der Textbereiche aller Tiddler
|
||||
FullScreen/Caption: Vollbild
|
||||
FullScreen/Hint: Aktivieren oder deaktivieren des Vollbild-Modus
|
||||
Help/Caption: Hilfe
|
||||
Help/Hint: Hilfe anzeigen
|
||||
Import/Caption: Import
|
||||
Import/Hint: Importiere Dateien
|
||||
Import/Hint: Importiere unterschiedliche Dateitypen. zB: Text, Bilder, TiddlyWiki oder JSON
|
||||
Info/Caption: Info
|
||||
Info/Hint: Informationen zu diesem Tiddler anzeigen
|
||||
Home/Caption: Home
|
||||
|
@ -38,6 +38,11 @@ Palette/Editor/Reset/Caption: Palette zurücksetzen
|
||||
Palette/HideEditor/Caption: Editor ausblenden
|
||||
Palette/Prompt: Ausgewählte Farbpalette:
|
||||
Palette/ShowEditor/Caption: Editor zeigen
|
||||
Parsing/Caption: Parser
|
||||
Parsing/Hint: Hier können Sie die globalen Parser Einstellungen ändern. ACHTUNG: Manche Einstellungen können dazu führen, dass ~TiddlyWiki nicht mehr richtig funktioniert. Sollte das der Fall sein, dann können Sie die Änderungen im [["safe mode"|http://tiddlywiki.com/#SafeMode]] rückgängig machen.
|
||||
Parsing/Block/Caption: Block Regeln
|
||||
Parsing/Inline/Caption: Inline Regeln
|
||||
Parsing/Pragma/Caption: Pragma Regeln
|
||||
Plugins/Add/Hint: Suche und installiere neue Plugins
|
||||
Plugins/Add/Caption: Suche
|
||||
Plugins/Caption: Plugins
|
||||
@ -47,11 +52,14 @@ Plugins/Disabled/Status: (deaktiviert)
|
||||
Plugins/Empty/Hint: keine
|
||||
Plugins/Enable/Caption: aktivieren
|
||||
Plugins/Enable/Hint: Aktivieren Sie dieses Plugin beim nächsten Laden der Seite.
|
||||
Plugins/Install: installieren
|
||||
Plugins/Installed/Hint: Momentan installierte Plugins
|
||||
Plugins/Languages/Caption: Sprachen
|
||||
Plugins/Languages/Hint: Spracherweiterungen
|
||||
Plugins/OpenPluginLibrary: Öffne das Plugin Verzeichnis
|
||||
Plugins/Plugins/Caption: Plugins
|
||||
Plugins/Plugins/Hint: Erweiterungen
|
||||
Plugins/Reinstall: erneut installieren
|
||||
Plugins/Themes/Caption: Themes
|
||||
Plugins/Themes/Hint: Theme Erweiterungen
|
||||
Saving/Caption: Speichern
|
||||
@ -71,6 +79,9 @@ Settings/AutoSave/Caption: Automatisch speichern
|
||||
Settings/AutoSave/Disabled/Description: Änderungen NICHT automatisch speichern
|
||||
Settings/AutoSave/Enabled/Description: Änderungen automatisch speichern
|
||||
Settings/AutoSave/Hint: Änderungen des Wikis automatisch speichern
|
||||
Settings/CamelCase/Caption: Camel Case Wiki Links
|
||||
Settings/CamelCase/Hint: Hier können Sie die automatische Umwandlung von "~CamelCase Links" einstellen. ''Wichtig:'' Die Seite muss neu geladen werden, damit die Einstellungen wirksam werden.
|
||||
Settings/CamelCase/Description: Automatische ~CamelCase Umwandlung aktivieren
|
||||
Settings/Caption: Einstellungen
|
||||
Settings/Hint: Diese erweiterten Einstellungen ermöglichen Ihnen, das Verhalten von TiddlyWiki zu ändern.
|
||||
Settings/NavigationAddressBar/Caption: Navigation Adresszeile
|
||||
@ -82,6 +93,14 @@ Settings/NavigationHistory/Caption: Browser Chronik
|
||||
Settings/NavigationHistory/Hint: Die Browser Chronik ändern, wenn ein Tiddler angezeigt wird:
|
||||
Settings/NavigationHistory/No/Description: Browser Chronik nicht ändern.
|
||||
Settings/NavigationHistory/Yes/Description: Browser Chronik ändern.
|
||||
Settings/PerformanceInstrumentation/Caption: Performance Messung
|
||||
Settings/PerformanceInstrumentation/Hint: Anzeige der Performance Statistik in der Browser Entwickler Konsole. ''Wichtig:'' Seite neu laden um die Einstellung zu aktivieren!
|
||||
Settings/PerformanceInstrumentation/Description: Aktiviere Performance Messung
|
||||
Settings/ToolbarButtonStyle/Caption: Toolbar Button Stil
|
||||
Settings/ToolbarButtonStyle/Hint: Wählen Sie einen Stil:
|
||||
Settings/ToolbarButtonStyle/Styles/Borderless: Ohne Rand
|
||||
Settings/ToolbarButtonStyle/Styles/Boxed: Box
|
||||
Settings/ToolbarButtonStyle/Styles/Rounded: Abgerundet
|
||||
Settings/ToolbarButtons/Caption: Toolbar Buttons
|
||||
Settings/ToolbarButtons/Hint: Standard Toolbar Button Erscheinungsbild:
|
||||
Settings/ToolbarButtons/Icons/Description: Icon anzeigen
|
||||
|
@ -11,6 +11,8 @@ Fields/Add/Button: ok
|
||||
Fields/Add/Name/Placeholder: Feld Name
|
||||
Fields/Add/Prompt: Feld einfügen:
|
||||
Fields/Add/Value/Placeholder: Feld Text / Wert
|
||||
Fields/Add/Dropdown/System: System Felder
|
||||
Fields/Add/Dropdown/User: Anwender Felder
|
||||
Shadow/Warning: Dies ist ein Schatten-Tiddler. Jede Änderung überschreibt die Standardversion.
|
||||
Shadow/OverriddenWarning: Dies ist ein veränderter Tiddler. Um zur Standardversion zurückzukehren, löschen Sie diesen Tiddler.
|
||||
Tags/Add/Button: ok
|
||||
|
@ -7,3 +7,4 @@ Setzen eines Passwortes für Verschlüsselungsoperationen
|
||||
--password <password>
|
||||
```
|
||||
|
||||
Hinweis: Diese Option kann nicht verwendet werden, um ein "Server Passwort" festzulegen! Informationen zum Server Passwort siehe "--server" Kommando.
|
||||
|
@ -1,10 +1,12 @@
|
||||
title: $:/language/Help/rendertiddler
|
||||
description: Ausgabe eines individuellen Tiddlers, in einem spezifizierten Format.
|
||||
|
||||
Ausgabe eines individuellen Tiddlers, in einem spezifizierten Format (standard: `text/html`) und Dateinamen:
|
||||
Ausgabe eines individuellen Tiddlers, in einem spezifizierten Format (standard: `text/html`) und Dateinamen.
|
||||
|
||||
Optional kann ein Template tiddler angegeben werden. Die "currentTiddler" Variable wird auf den Tiddler gesetzt, der zu rendern ist.
|
||||
|
||||
```
|
||||
--rendertiddler <title> <filename> [<type>]
|
||||
--rendertiddler <title> <filename> [<type>] [<template>]
|
||||
```
|
||||
|
||||
Standardmäßig ist das `output` Verzeichnis ein Unterverzeichnis im `edition` Verzeichnis. Der `--output` Befehl kann verwendet werden, um ein anderes Verzeichnis auszuwählen.
|
||||
|
@ -4,9 +4,11 @@ description: Speichert eine Gruppe von Tiddler in ein Verzeichnis
|
||||
Speichert eine Gruppe von Tiddler im Text- oder Binärformat in ein angegebenes Verzeichnis.
|
||||
|
||||
```
|
||||
--savetiddlers <filter> <pathname>
|
||||
--savetiddlers <filter> <pathname> ["noclean"]
|
||||
```
|
||||
|
||||
Standardmäßig ist das `output` Verzeichnis ein Unterverzeichnis im `edition` Verzeichnis. Der `--output` Befehl kann verwendet werden, um ein anderes Verzeichnis auszuwählen.
|
||||
|
||||
Wichtig: Alle Dateien im Ausgabeverzeichnis werden automatisch gelöscht, wenn dieser Befehl verwendet wird. Um dies zu verhindern kann der ''noclean'' Parameter verwendet werden.
|
||||
|
||||
Nicht vorhandene Verzeichnisse im Pfadnamen werden automatisch erstellt.
|
||||
|
@ -14,4 +14,4 @@ The parameters are:
|
||||
* ''filter'' - Filter, der die zu modifizierenden Tiddler auswählt.
|
||||
* ''fieldname'' - Das zu verändernde Feld (Standardwert: "text").
|
||||
* ''templatetitle'' - Der zu wikifizierende Vorlagen Tiddler, dessen Ergebnis in das Feld geschrieben wird. Wenn Leer, dann wird das Feld gelöscht.
|
||||
* ''type'' - Der Text Typ für den "rendering" Vorgang (Standardwert: "text/plain"; "text/html" kann verwendet werden, um "HTML tags" zu erzeugen).
|
||||
* ''rendertype'' - Der Text Typ für den "rendering" Vorgang (Standardwert: "text/plain"; "text/html" kann verwendet werden, um "HTML tags" zu erzeugen).
|
||||
|
@ -1,5 +1,6 @@
|
||||
title: $:/language/Import/
|
||||
|
||||
Imported: Folgende Tiddler wurden importiert:
|
||||
Listing/Cancel/Caption: Abbrechen
|
||||
Listing/Hint: Diese Tiddler können importiert werden:
|
||||
Listing/Import/Caption: Importieren
|
||||
|
@ -1,5 +1,6 @@
|
||||
title: $:/language/
|
||||
|
||||
AboveStory/ClassicPlugin/Warning: Es scheint, Sie möchten ein Plugin verwenden, dass für [[TiddlyWiki Classic|http://tiddlywiki.com/#TiddlyWikiClassic]] entwickelt wurde. Diese Plugins können jedoch mit TiddlyWiki Version 5 nicht verwendet werden. ~TiddlyWiki Classic plugin erkannt:
|
||||
BinaryWarning/Prompt: Dieser Tiddler enthält binäre Daten.
|
||||
ClassicWarning/Hint: Dieser Tiddler wurde im TiddlyWiki Classic Format erstellt. Dieses Format ist nur teilweise kompatibel mit TiddlyWiki Version 5. Mehr Info finden Sie unter: http://tiddlywiki.com/static/Upgrading.html
|
||||
ClassicWarning/Upgrade/Caption: upgrade
|
||||
@ -18,14 +19,20 @@ Encryption/Password: Passwort
|
||||
Encryption/RepeatPassword: Passwort wiederholen
|
||||
Encryption/PasswordNoMatch: Passwörter stimmen nicht überein
|
||||
Encryption/SetPassword: Passwort setzen
|
||||
InternalJavaScriptError/Title: Interner JavaScript Fehler
|
||||
InternalJavaScriptError/Hint: Es tut uns leid, aber bitte starten Sie Ihr TiddlyWiki neu, indem sie die Seite im Browser neu laden.
|
||||
InvalidFieldName: Das Feld: "<$text text=<<fieldName>>/>" enthält illegale Zeichen. Felder müssen klein geschrieben werden. Erlaubte Sonderzeichen sind: Zahlen, Unterstrich (`_`), Minus (`-`) und Punkt (`.`).
|
||||
LazyLoadingWarning: <p>Lade externe Datei von ''<$text text={{!!_canonical_uri}}/>''</p><p>Wenn diese Meldung nicht automatisch gelöscht wird, dann verwenden Sie wahrscheinlich einen Browser der diese Funktion nicht unterstützt. Siehe http://tiddlywiki.com/#ExternalText</p>
|
||||
MissingTiddler/Hint: Fehlender Tiddler "<$text text=<<currentTiddler>>/>" - klicken Sie {{$:/core/images/edit-button}} um ihn zu erzeugen.
|
||||
OfficialPluginLibrary: Offizielles ~TiddlyWiki Plugin Verzeichnis
|
||||
OfficialPluginLibrary/Hint: Offizielles ~TiddlyWiki Plugin Verzeichnis auf tiddlywiki.com. Plugin, Themes und Sprach Dateien werden vom "core team" gewartet.
|
||||
PluginReloadWarning: Das Wiki muss gespeichert {{$:/core/ui/Buttons/save-wiki}} und neu gladen {{$:/core/ui/Buttons/refresh}} werden, damit die Plugins ausgeführt werden.
|
||||
RecentChanges/DateFormat: YYYY MMM DD
|
||||
SystemTiddler/Tooltip: Das ist ein System-Tiddler
|
||||
TagManager/Colour/Heading: Farbe
|
||||
TagManager/Count/Heading: Anzahl
|
||||
TagManager/Icon/Heading: Symbol
|
||||
TagManager/Info/Heading: Info
|
||||
TagManager/Tag/Heading: Tag
|
||||
Tiddler/DateFormat: DDth MMM YYYY um hh:mm
|
||||
UnsavedChangesWarning: TiddlyWiki wurde geändert, aber noch nicht gespeichert!
|
||||
|
@ -5,6 +5,9 @@ Filter/Caption: Filter
|
||||
Filter/Hint: Suche mit [["filter expression"|http://tiddlywiki.com/static/Filters.html]].
|
||||
Filter/Matches: //<small><<resultCount>> Treffer</small>//
|
||||
Matches: //<small><<resultCount>> Treffer</small>//
|
||||
Matches/All: Alle Treffer:
|
||||
Matches/Title: Titel Treffer:
|
||||
Search: Suchen
|
||||
Shadows/Caption: Schatten
|
||||
Shadows/Hint: Suche in Schatten-Tiddlern.
|
||||
Shadows/Matches: //<small><<resultCount>> Treffer</small>//
|
||||
|
@ -14,5 +14,4 @@ Los parámetros son:
|
||||
* ''filter'' - filtro que identifica los tiddlers que se verán afectados
|
||||
* ''fieldname'' - el campo que será modificado (por defecto, "text")
|
||||
* ''templatetitle'' - el tiddler a ''wikify'' en el campo especificado. Si se deja en blanco o está ausente, el campo especificado es borrado.
|
||||
* ''type'' - el tipo de texto a generar (por defecto, "text/plain"; se puede usar también "text/html" para incluir etiquetas HTML)
|
||||
|
||||
* ''rendertype'' - el tipo de texto a generar (por defecto, "text/plain"; se puede usar también "text/html" para incluir etiquetas HTML)
|
||||
|
@ -14,5 +14,4 @@ Les paramètres sont les suivants :
|
||||
* ''filtre'' - filtre identifiant les tiddlers cibles
|
||||
* ''nom-du-champ'' - le champ à modifier ("text" par défaut)
|
||||
* ''titre-du-template'' - le tiddler à wikifier dans le champ spécifié. Si manquant ou blanc, le champ spécifié est supprimé
|
||||
* ''type'' - le type de texte à utiliser pour le rendu ("text/plain" par défaut ; "text/html" peut être utilisé pour inclure des éléments HTML)
|
||||
|
||||
* ''type-de-rendu'' - le type de texte à utiliser pour le rendu ("text/plain" par défaut ; "text/html" peut être utilisé pour inclure des éléments HTML)
|
||||
|
@ -14,5 +14,4 @@ Le parametros es:
|
||||
* ''filter'' - filtro que identifica le notas a esser toccate
|
||||
* ''fieldname'' - le quadro a modificar (le standard es "text")
|
||||
* ''templatetitle'' - le nota a wikificar a in le quadro specificate. Si vacue o mancante, alora le quadro specificate es delite
|
||||
* ''type'' - le typo de texto a tractar (le standard es "text/plain"; "text/html" pote esser usate pro includer etiquettas HTML)
|
||||
|
||||
* ''rendertype'' - le typo de texto a tractar (le standard es "text/plain"; "text/html" pote esser usate pro includer etiquettas HTML)
|
||||
|
@ -1,68 +1,78 @@
|
||||
title: $:/language/Buttons/
|
||||
|
||||
AdvancedSearch/Caption: ricerca avanzata
|
||||
AdvancedSearch/Caption: Ricerca avanzata
|
||||
AdvancedSearch/Hint: Ricerca avanzata
|
||||
Cancel/Caption: annulla
|
||||
Cancel/Hint: Annulla i cambiamenti a questo tiddler
|
||||
Clone/Caption: clona
|
||||
Clone/Hint: clona questo tiddler
|
||||
Close/Caption: chiudi
|
||||
Close/Hint: Chiudi questo tiddler
|
||||
CloseAll/Caption: chiudi tutti
|
||||
CloseAll/Hint: Chiudi tutti i tiddler
|
||||
CloseOthers/Caption: chiudi altri
|
||||
CloseOthers/Hint: Chiudi gli altri tiddler
|
||||
ControlPanel/Caption: pannello di controllo
|
||||
Cancel/Caption: Annulla
|
||||
Cancel/Hint: Annulla i cambiamenti a questo frammento
|
||||
Clone/Caption: Clona
|
||||
Clone/Hint: Clona questo frammento
|
||||
Close/Caption: Chiudi
|
||||
Close/Hint: Chiudi questo frammento
|
||||
CloseAll/Caption: Chiudi tutti
|
||||
CloseAll/Hint: Chiudi tutti i frammenti
|
||||
CloseOthers/Caption: Chiudi altri
|
||||
CloseOthers/Hint: Chiudi gli altri frammenti
|
||||
ControlPanel/Caption: Pannello di controllo
|
||||
ControlPanel/Hint: Apri il pannello di controllo
|
||||
Delete/Caption: elimina
|
||||
Delete/Hint: Elimina questo tiddler
|
||||
Edit/Caption: modifica
|
||||
Edit/Hint: Modifica questo tiddler
|
||||
Encryption/Caption: cifratura
|
||||
Encryption/ClearPassword/Caption: rimuovi password
|
||||
Delete/Caption: Elimina
|
||||
Delete/Hint: Elimina questo frammento
|
||||
Edit/Caption: Modifica
|
||||
Edit/Hint: Modifica questo frammento
|
||||
Encryption/Caption: Cifratura
|
||||
Encryption/ClearPassword/Caption: Rimuovi password
|
||||
Encryption/ClearPassword/Hint: Rimuovi la password e salva questo wiki senza cifrarlo
|
||||
Encryption/Hint: Imposta o rimuovi la password per salvare questo wiki
|
||||
Encryption/SetPassword/Caption: imposta password
|
||||
Encryption/SetPassword/Caption: Imposta password
|
||||
Encryption/SetPassword/Hint: Imposta una password per salvare questo wiki con cifratura
|
||||
ExportPage/Caption: esporta tutti
|
||||
ExportPage/Hint: Esporta tutti i tiddler
|
||||
ExportTiddler/Caption: esporta tiddler
|
||||
ExportTiddler/Hint: Esporta tiddler
|
||||
ExportTiddlers/Caption: esporta tiddler
|
||||
ExportTiddlers/Hint: Esporta tiddler
|
||||
FullScreen/Caption: schermo intero
|
||||
ExportPage/Caption: Esporta tutti
|
||||
ExportPage/Hint: Esporta tutti i frammenti
|
||||
ExportTiddler/Caption: Esporta frammento
|
||||
ExportTiddler/Hint: Esporta questo frammento
|
||||
ExportTiddlers/Caption: Esporta i frammenti
|
||||
ExportTiddlers/Hint: Esporta i frammenti
|
||||
FullScreen/Caption: Schermo intero
|
||||
FullScreen/Hint: Entra o esci dalla modalità a schermo intero
|
||||
Help/Caption: aiuto
|
||||
Help/Hint: Mostra il pannello dell'aiuto
|
||||
HideSideBar/Caption: nascondi barra laterale
|
||||
Help/Caption: Aiuto
|
||||
Help/Hint: Mostra il pannello di aiuto
|
||||
HideSideBar/Caption: Nascondi la barra laterale
|
||||
HideSideBar/Hint: Nascondi la barra laterale
|
||||
Home/Hint: Apri i tiddler predefiniti
|
||||
Import/Caption: importa
|
||||
Import/Hint: Importa dei file
|
||||
Info/Hint: Mostra informazioni su questo tiddler
|
||||
Language/Caption: lingua
|
||||
Home/Caption: Home
|
||||
Home/Hint: Apri i frammenti predefiniti
|
||||
Import/Caption: Importa
|
||||
Import/Hint: Importa file
|
||||
Info/Caption: Info
|
||||
Info/Hint: Mostra informazioni su questo frammento
|
||||
Language/Caption: Lingua
|
||||
Language/Hint: Scegli la lingua dell'interfaccia
|
||||
More/Caption: altro
|
||||
More/Caption: Altro
|
||||
More/Hint: Altre azioni
|
||||
NewHere/Caption: nuovo da qui
|
||||
NewHere/Hint: Crea un nuovo tiddler taggato con questo
|
||||
NewJournal/Caption: diario
|
||||
NewJournal/Hint: Crea un nuovo tiddler diario
|
||||
NewJournalHere/Caption: diario da qui
|
||||
NewJournalHere/Hint: Crea un nuovo tiddler diario taggato con questo
|
||||
NewTiddler/Caption: nuovo tiddler
|
||||
NewTiddler/Hint: Crea un nuovo tiddler
|
||||
Permalink/Hint: Link diretto a questo tiddler
|
||||
Permaview/Hint: Link diretto a tutti i tiddler in questa storia
|
||||
Refresh/Caption: ricarica
|
||||
NewHere/Caption: Nuovo qui
|
||||
NewHere/Hint: Crea un nuovo frammento etichettato con questo
|
||||
NewJournal/Caption: Diario
|
||||
NewJournal/Hint: Crea un nuovo frammento diario
|
||||
NewJournalHere/Caption: Nuovo diario qui
|
||||
NewJournalHere/Hint: Crea un nuovo frammento diario etichettato con questo
|
||||
NewTiddler/Caption: Nuovo frammento
|
||||
NewTiddler/Hint: Crea un nuovo frammento
|
||||
OpenWindow/Caption: Apri in una nuova finestra
|
||||
OpenWindow/Hint: Apri il frammento in una nuova finestra
|
||||
Palette/Caption: Tavolozza
|
||||
Palette/Hint: Scegli la tavolozza dei colori
|
||||
Permalink/Caption: Permalink
|
||||
Permalink/Hint: Link diretto a questo frammento
|
||||
Permaview/Caption: Permaview
|
||||
Permaview/Hint: Link diretto a tutti i frammenti in questa storia
|
||||
Refresh/Caption: Ricarica
|
||||
Refresh/Hint: Ricarica completamente il wiki
|
||||
Save/Hint: Conferma i cambiamenti a questo tiddler
|
||||
SaveWiki/Caption: salva modifiche
|
||||
Save/Caption: ok
|
||||
Save/Hint: Conferma i cambiamenti a questo frammento
|
||||
SaveWiki/Caption: Salva le modifiche
|
||||
SaveWiki/Hint: Salva le modifiche
|
||||
ShowSideBar/Caption: mostra barra laterale
|
||||
ShowSideBar/Caption: Mostra barra laterale
|
||||
ShowSideBar/Hint: Mostra barra laterale
|
||||
StoryView/Caption: Storyview
|
||||
StoryView/Hint: Scegli la visualizzazione "storia"
|
||||
TagManager/Caption: gestore dei tag
|
||||
TagManager/Hint: Apri il gestore dei tag
|
||||
Theme/Caption: tema
|
||||
TagManager/Caption: Gestore delle etichette
|
||||
TagManager/Hint: Apri il gestore delle etichette
|
||||
Theme/Caption: Tema
|
||||
Theme/Hint: Scegli il tema grafico
|
||||
|
@ -3,13 +3,15 @@ title: $:/language/ControlPanel/
|
||||
Advanced/Caption: Avanzate
|
||||
Advanced/Hint: Informazioni interne di questo ~TiddlyWiki
|
||||
Appearance/Caption: Aspetto
|
||||
Appearance/Hint: Personalizza l'aspetto di TiddlyWiki
|
||||
Appearance/Hint: Personalizza l'aspetto del tuo ~TiddlyWiki
|
||||
Basics/AnimDuration/Prompt: Durata animazione:
|
||||
Basics/Caption: Impostazioni base
|
||||
Basics/DefaultTiddlers/BottomHint: Utilizza [[le doppie parentesi quadre]] per titoli di frammenti con spazi bianchi. In alternativa scegli di visualizzare i frammenti secondo la <$button set="$:/DefaultTiddlers" setTo="[list[$:/StoryList]]">cronologia</$button>
|
||||
Basics/DefaultTiddlers/BottomHint: Utilizza [[le doppie parentesi quadre]] per titoli di frammenti con spazi. In alternativa scegli di visualizzare i frammenti secondo la <$button set="$:/DefaultTiddlers" setTo="[list[$:/StoryList]]">cronologia</$button>
|
||||
Basics/DefaultTiddlers/Prompt: Frammenti di default:
|
||||
Basics/DefaultTiddlers/TopHint: Scegli quali frammenti vuoi visualizzare all'avvio:
|
||||
Basics/Language/Prompt: Ciao! Scegli la lingua:
|
||||
Basics/NewJournal/Tags/Prompt: Etichette per i nuovi frammenti diario
|
||||
Basics/NewJournal/Title/Prompt: Titolo dei nuovi frammenti diario
|
||||
Basics/OverriddenShadowTiddlers/Prompt: Numero di frammenti nascosti annullati:
|
||||
Basics/ShadowTiddlers/Prompt: Numero di frammenti nascosti:
|
||||
Basics/Subtitle/Prompt: Sottotitolo:
|
||||
@ -19,8 +21,12 @@ Basics/Tiddlers/Prompt: Numero di frammenti:
|
||||
Basics/Title/Prompt: Il titolo di questo ~TiddlyWiki:
|
||||
Basics/Username/Prompt: Digita il nome con cui firmare le modifiche:
|
||||
Basics/Version/Prompt: Versione di ~TiddlyWiki:
|
||||
EditorTypes/Caption: Editor Types
|
||||
EditorTypes/Caption: Tipi di editor
|
||||
EditorTypes/Editor/Caption: Editor
|
||||
EditorTypes/Hint: Questi frammenti definiscono quale editor utilizzare per modificare tipi specifici di frammenti.
|
||||
EditorTypes/Type/Caption: Tipo
|
||||
Info/Caption: Info
|
||||
Info/Hint: Informazioni su questo ~TiddlyWiki
|
||||
LoadedModules/Caption: Moduli caricati
|
||||
LoadedModules/Hint: Elenco dei moduli attualmente caricati e loro collegamento ai frammenti sorgente. I moduli in corsivo mancano di un frammento sorgente perché in generale installati durante il processo di avvio.
|
||||
Palette/Caption: Tavolozza
|
||||
@ -35,17 +41,19 @@ Palette/ShowEditor/Caption: Mostra editor
|
||||
Plugins/Add/Caption: Aggiungi altri plugin
|
||||
Plugins/Add/Hint: Installa plugin dalla libreria ufficiale
|
||||
Plugins/Caption: Plugin
|
||||
Plugins/Disable/Caption: disabilita
|
||||
Plugins/Disable/Caption: Disabilita
|
||||
Plugins/Disable/Hint: Disabilita questo plugin al ricaricamento della pagina
|
||||
Plugins/Disabled/Status: (disabilitato)
|
||||
Plugins/Empty/Hint: Nessuno
|
||||
Plugins/Enable/Caption: abilita
|
||||
Plugins/Enable/Caption: Abilita
|
||||
Plugins/Enable/Hint: Abilita questo plugin al ricaricamento della pagina
|
||||
Plugins/Installed/Hint: Plugin attualmente installati:
|
||||
Plugins/Language/Prompt: Lingue:
|
||||
Plugins/Languages/Caption: Lingue
|
||||
Plugins/Languages/Hint: Plugin per lingue aggiuntive
|
||||
Plugins/Plugin/Prompt: Plugins
|
||||
Plugins/Plugins/Caption: Plugins
|
||||
Plugins/Plugins/Hint: Plugins
|
||||
Plugins/Theme/Prompt: Temi
|
||||
Plugins/Themes/Caption: Temi
|
||||
Plugins/Themes/Hint: Plugin dei temi
|
||||
@ -54,7 +62,7 @@ Saving/Heading: Salvataggio
|
||||
Saving/TiddlySpot/Advanced/Heading: Impostazioni avanzate
|
||||
Saving/TiddlySpot/BackupDir: Directory di backup
|
||||
Saving/TiddlySpot/Backups: Backups
|
||||
Saving/TiddlySpot/Description: Queste impostazioni sono usate solo per il salvataggio su http://tiddlyspot.com o un server remoto compatibile
|
||||
Saving/TiddlySpot/Description: Queste impostazioni sono usate solo per il salvataggio su http://tiddlyspot.com o su un server remoto compatibile
|
||||
Saving/TiddlySpot/Filename: Nome del file di upload
|
||||
Saving/TiddlySpot/Heading: ~TiddlySpot
|
||||
Saving/TiddlySpot/Hint: //L'indirizzo del server di default è `http://<wikiname>.tiddlyspot.com/store.cgi` e può essere modificato per utilizzare un indirizzo server personalizzato//
|
||||
@ -68,22 +76,38 @@ Settings/AutoSave/Enabled/Description: Salva le modifiche in automatico
|
||||
Settings/AutoSave/Hint: Salva automaticamente le modifiche durante il lavoro
|
||||
Settings/Caption: Impostazioni
|
||||
Settings/DefaultSidebarTab/Caption: Tab predefinito della barra laterale
|
||||
Settings/DefaultSidebarTab/Hint: Specifica quale tab della barra laterale è mostrato di default
|
||||
Settings/Hint: Queste impostazioni ti permettono di personalizzare il funzionamento di TiddlyWiki.
|
||||
Settings/DefaultSidebarTab/Hint: Specifica quale tab della barra laterale è mostrato di default
|
||||
Settings/Hint: Queste impostazioni ti permettono di personalizzare il comportamento di TiddlyWiki.
|
||||
Settings/LinkToBehaviour/Caption: Comportamento apertura framnmenti
|
||||
Settings/LinkToBehaviour/InsideRiver/Hint: Navigazione dall' //interno// della cronologia
|
||||
Settings/LinkToBehaviour/OpenAbove: Apri sopra il frammento corrente
|
||||
Settings/LinkToBehaviour/OpenAtBottom: Apri in basso alla cronologia
|
||||
Settings/LinkToBehaviour/OpenAtTop: Apri in alto alla cronologia
|
||||
Settings/LinkToBehaviour/OpenBelow: Apri sotto il frammento corrente
|
||||
Settings/LinkToBehaviour/OutsideRiver/Hint: Navigazione dall' //esterno// della cronologia
|
||||
Settings/NavigationAddressBar/Caption: Barra degli indirizzi
|
||||
Settings/NavigationAddressBar/Hint: Comportamento della barra degli indirizzi del browser quando si visita un tiddler
|
||||
Settings/NavigationAddressBar/Hint: Comportamento della barra degli indirizzi del browser quando si visita un frammento:
|
||||
Settings/NavigationAddressBar/No/Description: Non aggiornare la barra degli indirizzi
|
||||
Settings/NavigationAddressBar/Permalink/Description: Includi il tiddler di destinazione
|
||||
Settings/NavigationAddressBar/Permaview/Description: Includi il tiddler di destinazione e la sequenza della storia corrente
|
||||
Settings/NavigationHistory/Caption: Cronologia di Navigazione
|
||||
Settings/NavigationHistory/Hint: Aggiornamento della cronologia quando si visita un tiddler
|
||||
Settings/NavigationAddressBar/Permalink/Description: Includi il frammento di destinazione
|
||||
Settings/NavigationAddressBar/Permaview/Description: Includi il frammento di destinazione e la sequenza della cronologia corrente
|
||||
Settings/NavigationHistory/Caption: Cronologia di navigazione
|
||||
Settings/NavigationHistory/Hint: Aggiornamento della cronologia quando si visita un frammento
|
||||
Settings/NavigationHistory/No/Description: Non aggiornare la cronologia
|
||||
Settings/NavigationHistory/Yes/Description: Aggiorna la cronologia
|
||||
Settings/ToolbarButtons/Caption: Bottoni della Barra Strumenti
|
||||
Settings/ToolbarButtons/Hint: Aspetto predefinito dei bottoni della barra strumenti:
|
||||
Settings/TitleLinks/Caption: Titolo frammento
|
||||
Settings/TitleLinks/Hint: Mostra opzionalmente titoli frammenti come collegamenti
|
||||
Settings/TitleLinks/No/Description: Non mostrare titoli frammenti come collegamenti
|
||||
Settings/TitleLinks/Yes/Description: Mostra titoli frammenti come collegamenti
|
||||
Settings/ToolbarButtons/Caption: Pulsanti della barra strumenti
|
||||
Settings/ToolbarButtons/Hint: Aspetto predefinito dei pulsanti della barra strumenti:
|
||||
Settings/ToolbarButtons/Icons/Description: Mostra icona
|
||||
Settings/ToolbarButtons/Text/Description: Mostra testo
|
||||
StoryView/Caption: Vista
|
||||
Settings/ToolbarButtonStyle/Caption: Stile pulsanti della barra strumenti
|
||||
Settings/ToolbarButtonStyle/Hint: Scegli lo stile dei pulsanti della barra strumenti
|
||||
Settings/ToolbarButtonStyle/Styles/Borderless: Senza bordi
|
||||
Settings/ToolbarButtonStyle/Styles/Boxed: Incorniciati
|
||||
Settings/ToolbarButtonStyle/Styles/Rounded: Arrotondati
|
||||
StoryView/Caption: Vista cronologia
|
||||
StoryView/Prompt: Vista corrente:
|
||||
Theme/Caption: Tema
|
||||
Theme/Prompt: Tema corrente:
|
||||
@ -91,6 +115,10 @@ TiddlerFields/Caption: Campi frammenti
|
||||
TiddlerFields/Hint: Questa è la serie completa dei TiddlerFields utilizzati in questo wiki (sono inclusi i frammenti di sistema ed esclusi i frammenti nascosti).
|
||||
Toolbars/Caption: Barre strumenti
|
||||
Toolbars/EditToolbar/Caption: Barra strumenti di modifica
|
||||
Toolbars/EditToolbar/Hint: Scegli quali bottoni mostrare in modalità modifica tiddler
|
||||
Toolbars/Hint: Scegli quali bottoni mostrare nella barra strumenti
|
||||
Toolbars/EditToolbar/Hint: Scegli quali pulsanti mostrare nella modalità modifica frammenti
|
||||
Toolbars/Hint: Scegli quali pulsanti mostrare nella barra strumenti
|
||||
Toolbars/PageControls/Caption: Barra strumenti di pagina
|
||||
Toolbars/PageControls/Hint: Scegli quali pulsanti mostrare nella barra strumenti della pagina principale
|
||||
Toolbars/ViewToolbar/Caption: Barra strumenti visualizzazione
|
||||
Toolbars/ViewToolbar/Hint: Scegli quali pulsanti mostrare per i frammenti in modo visualizzazione
|
||||
Tools/Download/Full/Caption: Scarica l'intero wiki
|
||||
|
@ -1,5 +1,8 @@
|
||||
title: $:/core/it-IT/readme
|
||||
title: $:/core/readme
|
||||
|
||||
<!-- Replace with translation of the readme for the core plugin -->
|
||||
Questo plugin contiene componenti del nucleo di TiddlyWiki tra cui:
|
||||
|
||||
{{$:/core/readme}}
|
||||
* Moduli codice JavaScript
|
||||
* Icone
|
||||
* Modelli necessari per creare l'interfaccia utente di TiddlyWiki
|
||||
* Traduzione Inglese (en-GB) per le stringhe di testo utilizzate dal nucleo
|
||||
|
@ -65,6 +65,12 @@ Date/Short/Month/6: Giu
|
||||
Date/Short/Month/7: Lug
|
||||
Date/Short/Month/8: Ago
|
||||
Date/Short/Month/9: Set
|
||||
Date/Period/am: am
|
||||
Date/Period/pm: pm
|
||||
Date/Short/Month/11: Nov
|
||||
Date/Short/Month/2: Feb
|
||||
Date/Short/Month/3: Mar
|
||||
Date/Short/Month/4: Apr
|
||||
RelativeDate/Future/Days: tra <<period>> giorni
|
||||
RelativeDate/Future/Hours: tra <<period>> ore
|
||||
RelativeDate/Future/Minutes: tra <<period>> minuti
|
||||
|
@ -14,6 +14,7 @@ storyview: Vista cronologia per personalizzare l'animazione ed il comportamento
|
||||
tiddlerdeserializer: Converte i diversi tipi di contenuto in frammenti.
|
||||
tiddlerfield: Definisce il comportamento di un singolo campo di un frammento.
|
||||
tiddlermethod: Aggiunge metodi al prototipo `$tw.Tiddler`.
|
||||
upgrader: Applica il processo di aggiornamento ai frammenti durante un aggiornamento/importazione.
|
||||
utils: Aggiunge metodi a `$tw.utils`.
|
||||
utils-node: Aggiunge metodi specifici Node.js a `$tw.utils`.
|
||||
widget: Widgets che incapsulano e aggiornano il contenuto DOM.
|
||||
|
@ -1,2 +1,47 @@
|
||||
title: $:/language/Docs/PaletteColours/
|
||||
|
||||
alert-background: Sfondo allarme
|
||||
alert-border: Bordo allarme
|
||||
alert-highlight: Evidenziazione allarme
|
||||
alert-muted-foreground: Primo piano allarme disattivato
|
||||
background: Sfondo generale
|
||||
button-background: Default sfondo pulsante
|
||||
button-border: Default bordo pulsante
|
||||
button-foreground: Default primo piano pulsante
|
||||
code-background: Sfondo codice
|
||||
code-border: Bordo codice
|
||||
code-foreground: Codice in primo piano
|
||||
dirty-indicator: Indicatore modifiche non salvate
|
||||
download-background: Sfondo pulsante download
|
||||
download-foreground: Primo piano pulsante download
|
||||
external-link-background: Sfondo link esterno
|
||||
external-link-background-visited: Sfondo link esterno visitato
|
||||
external-link-foreground: Primo piano link esterno
|
||||
external-link-foreground-visited: Primo piano link esterno visitato
|
||||
foreground: Primo piano generale
|
||||
message-background: Sfondo casella messaggio
|
||||
message-border: Bordo casella messaggio
|
||||
message-foreground: Primo piano casella messaggio
|
||||
notification-background: Sfondo notifica
|
||||
notification-border: Bordo notifica
|
||||
page-background: Sfondo pagina
|
||||
pre-background: Sfondo codice preformattato
|
||||
pre-border: Bordo codice preformattato
|
||||
sidebar-button-foreground: Sfondo pulsante sidebar
|
||||
sidebar-foreground: Sfondo sidebar
|
||||
site-title-foreground: Sfondo titolo sito
|
||||
static-alert-foreground: Primo piano alert statico
|
||||
tab-background: Sfondo tab
|
||||
tab-background-selected: Sfondo tab per tab selezionati
|
||||
tab-border: Bordo tab
|
||||
tab-border-selected: Bordo tab per tab selezionati
|
||||
table-border: Bordo tabella
|
||||
table-footer-background: Sfondo footer tabella
|
||||
table-header-background: Sfondo testata tabella
|
||||
tag-background: Sfondo etichetta
|
||||
tiddler-background: Sfondo frammento
|
||||
tiddler-border: Bordo frammento
|
||||
tiddler-editor-background: Sfondo editor frammenti
|
||||
tiddler-editor-border: Bordo editor frammenti
|
||||
tiddler-info-background: Sfondo pannello informazioni frammenti
|
||||
tiddler-info-border: Bordo pannello informazioni frammenti
|
||||
|
@ -1,16 +1,27 @@
|
||||
title: $:/language/EditTemplate/
|
||||
|
||||
Body/External/Hint: Questo è un frammento esterno memorizzato al di fuori del file principale TiddlyWiki. Puoi editare le etichette ed i campi ma non puoi editare il contenuto
|
||||
Body/Hint: Utilizza il formato wiki per definire la formattazione, aggiungere immagini e caratteristiche dinamiche
|
||||
Body/Placeholder: Digita il testo di questo frammento
|
||||
Body/Preview/Button/Hide: Nascondi preview
|
||||
Body/Preview/Button/Show: Mostra preview
|
||||
Field/Remove/Caption: Rimuovi campo
|
||||
Field/Remove/Hint: Rimuovi campo
|
||||
Fields/Add/Button: Aggiungi
|
||||
Fields/Add/Dropdown/System: Campi di sistema
|
||||
Fields/Add/Dropdown/User: Campi utente
|
||||
Fields/Add/Name/Placeholder: Nome campo
|
||||
Fields/Add/Prompt: Aggiungi un nuovo campo:
|
||||
Fields/Add/Value/Placeholder: Valore campo
|
||||
Shadow/OverriddenWarning: Questo è un frammento nascosto modificato. Puoi ritornare alla versione di default cancellando questo frammento
|
||||
Shadow/Warning: Questo è un frammento nascosto. Qualsiasi modifica ricoprirà la versione di default
|
||||
Tags/Add/Button: Aggiungi
|
||||
Tags/Add/Placeholder: Nome categoria
|
||||
Tags/Dropdown/Caption: lista dei tag
|
||||
Tags/Dropdown/Hint: Mostra la lista dei tag
|
||||
Tags/Add/Placeholder: Nome etichetta
|
||||
Tags/Dropdown/Caption: Lista delle etichette
|
||||
Tags/Dropdown/Hint: Mostra la lista delle etichette
|
||||
Type/Delete/Caption: Cancella il tipo di contenuto
|
||||
Type/Delete/Hint: Cancella il tipo di contenuto
|
||||
Type/Dropdown/Caption: Elenca il tipo di contenuto
|
||||
Type/Dropdown/Hint: Mostra la lista del tipo di contenuto
|
||||
Type/Placeholder: Tipo contenuto
|
||||
Type/Prompt: Tipo:
|
||||
|
@ -1,12 +1,13 @@
|
||||
title: $:/language/Docs/Fields/
|
||||
|
||||
_canonical_uri: L'URI completo di un frammento immagine esterno
|
||||
bag: Il nome del contenitore da cui proviene un frammento
|
||||
caption: Il testo che è visualizzato in un tab o in un pulsante
|
||||
color: Il codice CSS del colore associato ad un frammento
|
||||
component: Il nome del componente responsabile per un [[frammento di allarme|AlertMechanism]]
|
||||
component: Il nome del componente responsabile per un [[alerttiddler|AlertMechanism]]
|
||||
created: La data in cui il frammento è stato creato
|
||||
creator: Il nome della persona che ha creato il frammento
|
||||
current-tiddler: Utilizzato per memorizzare nella cache il frammento top nella [[lista cronologia|HistoryMechanism]]
|
||||
current-tiddler: Utilizzato per memorizzare nella cache il frammento top nella [[history list|HistoryMechanism]]
|
||||
dependents: Per un plugin, elenca i plugin dipendenti
|
||||
description: Il testo descrittivo per un plugin o per una modalità a dialogo
|
||||
draft.of: Per i frammenti bozza, contiene il titolo del frammento di cui questo è una bozza
|
||||
@ -16,8 +17,8 @@ hack-to-give-us-something-to-compare-against: Un campo di memoria temporanea uti
|
||||
icon: Il titolo del frammento che contiene l'icona associata con il frammento
|
||||
library: Se impostato su "yes" indica che il frammento deve essere salvato come una libreria ~JavaScript
|
||||
list: Una lista ordinata di titoli di frammenti associati con un frammento
|
||||
list-after: If set, the title of the tiddler after which this tiddler should be added to the ordered list of tiddler titles
|
||||
list-before: If set, the title of a tiddler before which this tiddler should be added to the ordered list of tiddler titles, or at the start of the list if this field is present but empty
|
||||
list-after: Se impostato, il titolo del frammento dopo il quale questo frammento deve essere aggiunto all'elenco ordinato dei titoli dei frammenti
|
||||
list-before: Se impostato, il titolo del frammento prima del quale questo frammento deve essere aggiunto all'elenco ordinato dei titoli dei frammenti, o all'inizio della lista se questo campo è presente ma vuoto
|
||||
modified: La data e l'ora in cui un frammento è stato modificato l'ultima volta
|
||||
modifier: Il titolo del frammento associato con la persona che ha modificato un frammento l'ultima volta
|
||||
name: Il nome leggibile associato con un frammento plugin
|
||||
|
@ -1,12 +1,14 @@
|
||||
title: $:/language/Filters/
|
||||
|
||||
AllTags: Tutte le categorie eccetto quelle di sistema
|
||||
AllTags: Tutte le etichette eccetto quelle di sistema
|
||||
AllTiddlers: Tutti i frammenti eccetto quelli di sistema
|
||||
Drafts: Frammenti bozza
|
||||
Missing: Frammenti mancanti
|
||||
Orphans: Frammenti orfani
|
||||
OverriddenShadowTiddlers: Frammenti nascosti annullati
|
||||
RecentSystemTiddlers: I frammenti modificati di recente, inclusi i frammenti di sistema
|
||||
RecentTiddlers: I frammenti modificati di recente
|
||||
ShadowTiddlers: Frammenti nascosti
|
||||
SystemTags: Categorie di sistema
|
||||
SystemTags: Etichette di sistema
|
||||
SystemTiddlers: Frammenti di sistema
|
||||
TypedTiddlers: Frammenti di tipo non wiki-text
|
||||
|
@ -1,13 +1,11 @@
|
||||
title: GettingStarted
|
||||
|
||||
Benvenuti in TiddlyWiki, un programma non lineare per scrivere web.
|
||||
Benvenuto in TiddlyWiki e nella TiddlyWiki community
|
||||
|
||||
Per iniziare, verifica prima di tutto di riuscire a salvare correttamente le modifiche al tuo wiki - leggi http://tiddlywiki.com/ per le istruzioni dettagliate.
|
||||
Prima di iniziare a memorizzare informazioni importanti in TiddlyWiki assicurati di riuscire a salvare in modo affidabile le modifiche. Leggi http://tiddlywiki.com/#GettingStarted per i dettagli.
|
||||
|
||||
Successivamente puoi:
|
||||
!! Imposta questo TiddlyWiki
|
||||
|
||||
* Creare nuovi frammenti utilizzando il pulsante '+' presente nella sidebar
|
||||
* Aprire il pannello di controllo utilizzando il pulsante 'ingranaggio' presente nella sidebar per personalizzare il tuo wiki
|
||||
** Bloccare la comparsa di questo messaggio modificando i frammenti di default elencati nel tab Impostazioni base
|
||||
* Salvare le modifiche utilizzando il pulsante 'download' presente nella sidebar
|
||||
* Conoscere meglio la sintassi del WikiText
|
||||
[list[$:/StoryList]]
|
||||
|
||||
Apri il pannello di controllo per altre opzioni.
|
8
languages/it-IT/Help/clearpassword.tid
Normal file
8
languages/it-IT/Help/clearpassword.tid
Normal file
@ -0,0 +1,8 @@
|
||||
title: $:/language/Help/clearpassword
|
||||
description: Cancella la password per le successive operazioni di cifratura
|
||||
|
||||
Cancella la password per le successive operazioni di cifratura
|
||||
|
||||
```
|
||||
--clearpassword
|
||||
```
|
8
languages/it-IT/Help/editions.tid
Normal file
8
languages/it-IT/Help/editions.tid
Normal file
@ -0,0 +1,8 @@
|
||||
title: $:/language/Help/editions
|
||||
description: Elenca le edizioni disponibili di TiddlyWiki
|
||||
|
||||
Elenca i nomi e le descrizioni delle edizioni disponibili. Puoi creare un nuovo wiki di una specifica edizione con il comando `--init`.
|
||||
|
||||
```
|
||||
--editions
|
||||
```
|
@ -1,7 +1,7 @@
|
||||
title: $:/language/Help/help
|
||||
description: Display help for TiddlyWiki commands
|
||||
description: Visualizza l'aiuto per i comandi TiddlyWiki
|
||||
|
||||
Visualizza il testo di help per un comando:
|
||||
Visualizza il testo di aiuto per un comando:
|
||||
|
||||
```
|
||||
--help [<command>]
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: $:/language/Help/init
|
||||
description: Initialise a new wiki folder
|
||||
description: Inizializza un nuovo wiki folder
|
||||
|
||||
Inizializza un [[WikiFolder|WikiFolders]] vuoto con una copia della specifica edizione.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: $:/language/Help/load
|
||||
description: Load tiddlers from a file
|
||||
description: Carica frammenti da un file
|
||||
|
||||
Carica frammenti da file 2.x.x TiddlyWiki (`.html`), `.tiddler`, `.tid`, `.json` o altri file
|
||||
|
||||
|
@ -1,9 +1,4 @@
|
||||
title: $:/language/Help/password
|
||||
description: Set a password for subsequent crypto operations
|
||||
|
||||
Definisci una password per le successive operazioni di crittografia
|
||||
|
||||
```
|
||||
--password <password>
|
||||
```
|
||||
description: Definisci una password per le successive operazioni di crittografia
|
||||
|
||||
Definisci una password per le successive operazioni di crittografia ```--password <password>```
|
@ -1,5 +1,5 @@
|
||||
title: $:/language/Help/rendertiddler
|
||||
description: Render an individual tiddler as a specified ContentType
|
||||
description: Presenta un frammento singolo secondo uno specifico ContentType
|
||||
|
||||
Presenta un frammento singolo secondo uno specifico ContentType, il default è `text/html` e lo salva con il nome file specificato:
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: $:/language/Help/savetiddler
|
||||
description: Saves a raw tiddler to a file
|
||||
description: Salva un frammento nel formato puro testo o binario in un file
|
||||
|
||||
Salva un singolo frammento nel formato puro testo o binario con il nome file specificato.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: $:/language/Help/server
|
||||
description: Provides an HTTP server interface to TiddlyWiki
|
||||
description: Fornisce un'interfaccia server HTTP a TiddlyWiki
|
||||
|
||||
Il server incluso in TiddlyWiki5 è molto semplice. Sebbene compatibile con TiddlyWeb, il server non supporta molte delle funzionalità necessarie per un utilizzo affidabile su internet.
|
||||
|
||||
|
@ -1,8 +1,4 @@
|
||||
title: $:/language/Help/verbose
|
||||
description: Triggers verbose output mode
|
||||
description: Attiva l'output esteso per il debug
|
||||
|
||||
Attiva l'output esteso utile per il debug
|
||||
|
||||
```
|
||||
--verbose
|
||||
```
|
||||
Attiva l'output esteso per il debug
|
@ -1,8 +1,4 @@
|
||||
title: $:/language/Help/version
|
||||
description: Displays the version number of TiddlyWiki
|
||||
description: Visualizza la versione di TiddlyWiki
|
||||
|
||||
Visualizza la versione di TiddlyWiki.
|
||||
|
||||
```
|
||||
--version
|
||||
```
|
||||
|
@ -1,2 +1,14 @@
|
||||
title: $:/language/Import/
|
||||
|
||||
Listing/Cancel/Caption: Cancella
|
||||
Listing/Hint: Questi frammenti sono pronti per essere importati:
|
||||
Listing/Import/Caption: Importa
|
||||
Listing/Select/Caption: Seleziona
|
||||
Listing/Status/Caption: Stato
|
||||
Listing/Title/Caption: Titolo
|
||||
Upgrader/Plugins/Suppressed/Incompatible: Plugin bloccato incompatibile o obsoleto
|
||||
Upgrader/Plugins/Suppressed/Version: Plugin bloccato (a causa di un in arrivo <<incoming>> più vecchio di un esistente <<existing>>)
|
||||
Upgrader/Plugins/Upgraded: Plugin aggiornato da <<incoming>> a <<upgraded>>
|
||||
Upgrader/State/Suppressed: Frammento in stato temporaneo bloccato
|
||||
Upgrader/System/Suppressed: Frammento di sistema bloccato
|
||||
Upgrader/ThemeTweaks/Created: Tema migrato da <$text text=<<from>>/>
|
||||
|
@ -1,8 +1,36 @@
|
||||
title: $:/language/
|
||||
|
||||
BinaryWarning/Prompt: Questo frammento contiene dati binari
|
||||
ClassicWarning/Hint: Questo frammento è scritto nel formato testo wiki di TiddlyWiki Classic e non è pienamente compatibile con TiddlyWiki versione 5. Vedi http://tiddlywiki.com/static/Upgrading.html per maggiori dettagli a riguardo
|
||||
ClassicWarning/Upgrade/Caption: Aggiorna
|
||||
CloseAll/Button: Chiudi tutto
|
||||
ConfirmCancelTiddler: Vuoi annullare le modifiche al frammento "<$text text=<<title>>/>"?
|
||||
ConfirmDeleteTiddler: Vuoi cancellare il frammento "<$text text=<<title>>/>"?
|
||||
ConfirmEditShadowTiddler: Stai per editare un frammento nascosto. Ogni modifica dei default di sistema renderà i futuri aggiornamenti non semplici. Sei sicuro di voler editare "<$text text=<<title>>/>"?
|
||||
ConfirmOverwriteTiddler: Vuoi sovrascrivere il frammento "<$text text=<<title>>/>"?
|
||||
DefaultNewTiddlerTitle: Nuovo frammento
|
||||
DropMessage: Rilascia qui (o usa il tasto 'Escape' per cancellare)
|
||||
Encryption/Cancel: Cancella
|
||||
Encryption/ConfirmClearPassword: Vuoi cancellare la password? Questa operazione rimuoverà la crittografia applicata quando salverai questo wiki
|
||||
Encryption/Password: Password
|
||||
Encryption/PasswordNoMatch: Le password non corrispondono
|
||||
Encryption/PromptSetPassword: Imposta una nuova pasword per questo ~TiddlyWiki
|
||||
Encryption/RepeatPassword: Ripeti password
|
||||
Encryption/SetPassword: Imposta password
|
||||
Encryption/Username: NomeUtente
|
||||
Exporters/CsvFile: file CSV
|
||||
Exporters/JsonFile: file JSON
|
||||
Exporters/StaticRiver: HTML statico
|
||||
Exporters/TidFile: ".tid" file
|
||||
InvalidFieldName: Caratteri non consentiti nel campo nome "<$text text=<<fieldName>>/>". I campi nome possono solo contenere lettere minuscole, numeri ed i caratteri sottolineato (`_`), meno (`-`) e punto (`.`)
|
||||
MissingTiddler/Hint: Frammento mancante "<$text text=<<currentTiddler>>/>" - clicca {{$:/core/images/edit-button}} per crearlo
|
||||
RecentChanges/DateFormat: DDth MMM YYYY
|
||||
OfficialPluginLibrary: Libreria ufficiale plugin ~TiddlyWiki
|
||||
PluginReloadWarning: Salva {{$:/core/ui/Buttons/save-wiki}} e ricarica {{$:/core/ui/Buttons/refresh}} per consentire alle modifiche ai plugin di avere effetto
|
||||
RecentChanges/DateFormat: GG MM AAAA
|
||||
SystemTiddler/Tooltip: Questo è un frammento di sistema
|
||||
TagManager/Colour/Heading: Colore
|
||||
TagManager/Count/Heading: Conteggio
|
||||
TagManager/Icon/Heading: Icona
|
||||
TagManager/Info/Heading: Info
|
||||
TagManager/Tag/Heading: Etichetta
|
||||
UnsavedChangesWarning: Ci sono modifiche non salvate in ~TiddlyWiki
|
||||
|
@ -10,4 +10,4 @@ Per salvare le modifiche al tuo wiki, clicca con il tasto destro del mouse sul l
|
||||
|
||||
//Puoi velocizzare l'operazione cliccando il link con il tasto control (Windows) o il tasto options/alt (Mac OS X). Non ti verrà chiesto il nome della cartella e del file, ma il tuo browser non è in grado di assegnare un nome riconoscibile -- potrebbe essere necessario rinominare il file per aggiungere l'estensione `.html` prima di poter fare qualcosa di utile.//
|
||||
|
||||
Sugli smartphone che non consentono di scaricare file, puoi memorizzare nei bookmark il link, successivamente sincronizzare i bookmark con un desktop computer su cui poi salvare il file normalmente.
|
||||
Sugli smartphone che non consentono di scaricare file, puoi memorizzare nei bookmark il link, successivamente sincronizzare i bookmark con un computer desktop su cui poi salvare il file normalmente.
|
||||
|
@ -1,2 +1,4 @@
|
||||
title: $:/config/NewJournal/
|
||||
|
||||
Tags: Diario
|
||||
Title: DD MM YYYY
|
||||
|
@ -1,10 +1,17 @@
|
||||
title: $:/language/Search/
|
||||
|
||||
Advanced/Matches: //<small><<resultCount>> Corrispondenze</small>//
|
||||
Advanced/Matches: //<small><<resultCount>> corrispondenze</small>//
|
||||
DefaultResults/Caption: Lista
|
||||
Filter/Caption: Filtro
|
||||
Filter/Hint: Cerca attraverso un [[filtro|http://tiddlywiki.com/static/Filters.html]]
|
||||
Matches: //<small><<resultCount>> Corrispondenze</small>//
|
||||
Filter/Matches: //<small><<resultCount>> corrispondenze</small>//
|
||||
Matches: //<small><<resultCount>> corrispondenze</small>//
|
||||
Shadows/Caption: Nascosti
|
||||
Shadows/Hint: Cerca frammenti nascosti
|
||||
Shadows/Matches: //<small><<resultCount>> corrispondenze</small>//
|
||||
Standard/Caption: Standard
|
||||
Standard/Hint: Cerca frammenti standard
|
||||
Standard/Matches: //<small><<resultCount>> corrispondenze</small>//
|
||||
System/Caption: Sistema
|
||||
System/Hint: Cerca frammenti di sistema
|
||||
System/Matches: //<small><<resultCount>> corrispondenze</small>//
|
||||
|
@ -10,7 +10,7 @@ Orphans/Caption: Orfani
|
||||
Recent/Caption: Recenti
|
||||
Shadows/Caption: Nascosti
|
||||
System/Caption: Sistema
|
||||
Tags/Caption: Categorie
|
||||
Tags/Caption: Etichette
|
||||
Tags/Untagged/Caption: Non categorizzati
|
||||
Tools/Caption: Strumenti
|
||||
Types/Caption: Tipi
|
||||
|
@ -1,3 +1,3 @@
|
||||
title: $:/SiteSubtitle
|
||||
|
||||
Un programma personale per scrivere web in modo non lineare
|
||||
Un programma personale per scrivere in modo non lineare
|
@ -2,11 +2,11 @@ title: $:/language/TiddlerInfo/
|
||||
|
||||
Advanced/Caption: Avanzate
|
||||
Advanced/PluginInfo/Empty/Hint: Nessuno
|
||||
Advanced/PluginInfo/Heading: Dettagli del plugin
|
||||
Advanced/PluginInfo/Heading: Dettagli plugin
|
||||
Advanced/PluginInfo/Hint: Questo plugin contiene i seguenti frammenti nascosti:
|
||||
Advanced/ShadowInfo/Heading: Stato nascosto
|
||||
Advanced/ShadowInfo/NotShadow/Hint: Il frammento <$link to=<<infoTiddler>>><$text text=<<infoTiddler>>/></$link> non è un frammento nascosto
|
||||
Advanced/ShadowInfo/OverriddenShadow/Hint: È annullato da un frammento ordinario
|
||||
Advanced/ShadowInfo/OverriddenShadow/Hint: È sovrascritto da un frammento ordinario
|
||||
Advanced/ShadowInfo/Shadow/Hint: Il frammento <$link to=<<infoTiddler>>><$text text=<<infoTiddler>>/></$link> è un frammento nascosto
|
||||
Advanced/ShadowInfo/Shadow/Source: È definito nel plugin <$link to=<<pluginTiddler>>><$text text=<<pluginTiddler>>/></$link>
|
||||
Fields/Caption: Campi
|
||||
@ -16,6 +16,6 @@ Listed/Caption: Elencato
|
||||
Listed/Empty: Questo frammento non è elencato da nessun altro
|
||||
References/Caption: Riferimenti
|
||||
References/Empty: Nessun frammento è collegato a questo
|
||||
Tagging/Caption: Categorizza
|
||||
Tagging/Empty: Non ci sono frammenti categorizzati con questo
|
||||
Tagging/Caption: Etichetta
|
||||
Tagging/Empty: Non ci sono frammenti categorizzati con questa etichetta
|
||||
Tools/Caption: Strumenti
|
||||
|
4
languages/it-IT/Types/application%2Fjavascript.tid
Normal file
4
languages/it-IT/Types/application%2Fjavascript.tid
Normal file
@ -0,0 +1,4 @@
|
||||
title: $:/language/Docs/Types/application/javascript
|
||||
description: Codice JavaScript
|
||||
name: application/javascript
|
||||
group: Sviluppatore
|
@ -1,3 +1,4 @@
|
||||
title: $:/language/Docs/Types/application/json
|
||||
description: JSON data
|
||||
description: Dati JSON
|
||||
name: application/json
|
||||
group: Sviluppatore
|
@ -1,3 +1,4 @@
|
||||
title: $:/language/Docs/Types/application/x-tiddler-dictionary
|
||||
description: Data dictionary
|
||||
description: Dizionario dati
|
||||
name: application/x-tiddler-dictionary
|
||||
group: Sviluppatore
|
@ -1,3 +1,4 @@
|
||||
title: $:/language/Docs/Types/image/gif
|
||||
description: GIF image
|
||||
description: Immagine GIF
|
||||
name: image/gif
|
||||
group: Immagine
|
@ -1,3 +1,4 @@
|
||||
title: $:/language/Docs/Types/image/jpeg
|
||||
description: JPEG image
|
||||
description: Immagine JPEG
|
||||
name: image/jpeg
|
||||
group: Immagine
|
@ -1,3 +1,4 @@
|
||||
title: $:/language/Docs/Types/image/png
|
||||
description: PNG image
|
||||
description: Immagine PNG
|
||||
name: image/png
|
||||
group: Immagine
|
4
languages/it-IT/Types/image%2Fsvg%2Bxml.tid
Normal file
4
languages/it-IT/Types/image%2Fsvg%2Bxml.tid
Normal file
@ -0,0 +1,4 @@
|
||||
title: $:/language/Docs/Types/image/svg+xml
|
||||
description: Immagine SVG (Structured Vector Graphics)
|
||||
name: image/svg+xml
|
||||
group: Immagine
|
@ -1,3 +1,4 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: ICO format icon file
|
||||
description: File icona formato ICO
|
||||
name: image/x-icon
|
||||
group: Immagine
|
@ -1,3 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/svg+xml
|
||||
description: Structured Vector Graphics image
|
||||
name: image/svg+xml
|
@ -1,3 +1,4 @@
|
||||
title: $:/language/Docs/Types/text/css
|
||||
description: Static stylesheet
|
||||
description: Stylesheet statico
|
||||
name: text/css
|
||||
group: Sviluppatore
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user