mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Merge branch 'master' into toc-v5.3.x-rewrite
This commit is contained in:
commit
0b8d3e6d3b
7
core/language/en-GB/Snippets/FunctionDefinition.tid
Normal file
7
core/language/en-GB/Snippets/FunctionDefinition.tid
Normal file
@ -0,0 +1,7 @@
|
||||
title: $:/language/Snippets/FunctionDefinition
|
||||
tags: $:/tags/TextEditor/Snippet
|
||||
caption: Function definition
|
||||
|
||||
\function f.name(param1,param2:"default value") [<param1>!is[blank]else<param2>]
|
||||
|
||||
<<f.name>>
|
7
core/language/en-GB/Snippets/ProcedureDefinition.tid
Normal file
7
core/language/en-GB/Snippets/ProcedureDefinition.tid
Normal file
@ -0,0 +1,7 @@
|
||||
title: $:/language/Snippets/ProcedureDefinition
|
||||
tags: $:/tags/TextEditor/Snippet
|
||||
caption: Procedure definition
|
||||
|
||||
\procedure procName(param1:"default value",param2)
|
||||
Your text comes here.
|
||||
\end
|
@ -1,5 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: ICO icon
|
||||
name: image/x-icon
|
||||
group: Image
|
||||
group-sort: 1
|
@ -0,0 +1,5 @@
|
||||
title: $:/language/Docs/Types/text/vnd.tiddlywiki-multiple
|
||||
description: TiddlyWiki 5 compound tiddler
|
||||
name: text/vnd.tiddlywiki-multiple
|
||||
group: Developer
|
||||
group-sort: 2
|
@ -3,7 +3,7 @@ tags: $:/tags/EditorToolbar
|
||||
icon: $:/core/images/bold
|
||||
caption: {{$:/language/Buttons/Bold/Caption}}
|
||||
description: {{$:/language/Buttons/Bold/Hint}}
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>get[type]prefix[text/vnd.tiddlywiki]]
|
||||
shortcuts: ((bold))
|
||||
|
||||
<$action-sendmessage
|
||||
|
@ -3,7 +3,7 @@ tags: $:/tags/EditorToolbar
|
||||
icon: $:/core/images/excise
|
||||
caption: {{$:/language/Buttons/Excise/Caption}}
|
||||
description: {{$:/language/Buttons/Excise/Hint}}
|
||||
condition: [<targetTiddler>type[]] [<targetTiddler>type[text/vnd.tiddlywiki]] +[first[]]
|
||||
condition: [<targetTiddler>type[]] [<targetTiddler>get[type]prefix[text/vnd.tiddlywiki]] +[first[]]
|
||||
shortcuts: ((excise))
|
||||
dropdown: $:/core/ui/EditorToolbar/excise-dropdown
|
||||
|
||||
|
@ -3,7 +3,7 @@ tags: $:/tags/EditorToolbar
|
||||
icon: $:/core/images/heading-1
|
||||
caption: {{$:/language/Buttons/Heading1/Caption}}
|
||||
description: {{$:/language/Buttons/Heading1/Hint}}
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>get[type]prefix[text/vnd.tiddlywiki]]
|
||||
button-classes: tc-text-editor-toolbar-item-start-group
|
||||
shortcuts: ((heading-1))
|
||||
|
||||
|
@ -3,7 +3,7 @@ tags: $:/tags/EditorToolbar
|
||||
icon: $:/core/images/heading-2
|
||||
caption: {{$:/language/Buttons/Heading2/Caption}}
|
||||
description: {{$:/language/Buttons/Heading2/Hint}}
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>get[type]prefix[text/vnd.tiddlywiki]]
|
||||
shortcuts: ((heading-2))
|
||||
|
||||
<$action-sendmessage
|
||||
|
@ -3,7 +3,7 @@ tags: $:/tags/EditorToolbar
|
||||
icon: $:/core/images/heading-3
|
||||
caption: {{$:/language/Buttons/Heading3/Caption}}
|
||||
description: {{$:/language/Buttons/Heading3/Hint}}
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>get[type]prefix[text/vnd.tiddlywiki]]
|
||||
shortcuts: ((heading-3))
|
||||
|
||||
<$action-sendmessage
|
||||
|
@ -3,7 +3,7 @@ tags: $:/tags/EditorToolbar
|
||||
icon: $:/core/images/heading-4
|
||||
caption: {{$:/language/Buttons/Heading4/Caption}}
|
||||
description: {{$:/language/Buttons/Heading4/Hint}}
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>get[type]prefix[text/vnd.tiddlywiki]]
|
||||
shortcuts: ((heading-4))
|
||||
|
||||
<$action-sendmessage
|
||||
|
@ -3,7 +3,7 @@ tags: $:/tags/EditorToolbar
|
||||
icon: $:/core/images/heading-5
|
||||
caption: {{$:/language/Buttons/Heading5/Caption}}
|
||||
description: {{$:/language/Buttons/Heading5/Hint}}
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>get[type]prefix[text/vnd.tiddlywiki]]
|
||||
shortcuts: ((heading-5))
|
||||
|
||||
<$action-sendmessage
|
||||
|
@ -3,7 +3,7 @@ tags: $:/tags/EditorToolbar
|
||||
icon: $:/core/images/heading-6
|
||||
caption: {{$:/language/Buttons/Heading6/Caption}}
|
||||
description: {{$:/language/Buttons/Heading6/Hint}}
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>get[type]prefix[text/vnd.tiddlywiki]]
|
||||
shortcuts: ((heading-6))
|
||||
|
||||
<$action-sendmessage
|
||||
|
@ -3,7 +3,7 @@ tags: $:/tags/EditorToolbar
|
||||
icon: $:/core/images/italic
|
||||
caption: {{$:/language/Buttons/Italic/Caption}}
|
||||
description: {{$:/language/Buttons/Italic/Hint}}
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>get[type]prefix[text/vnd.tiddlywiki]]
|
||||
shortcuts: ((italic))
|
||||
|
||||
<$action-sendmessage
|
||||
|
@ -3,7 +3,7 @@ tags: $:/tags/EditorToolbar
|
||||
icon: $:/core/images/link
|
||||
caption: {{$:/language/Buttons/Link/Caption}}
|
||||
description: {{$:/language/Buttons/Link/Hint}}
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>get[type]prefix[text/vnd.tiddlywiki]]
|
||||
button-classes: tc-text-editor-toolbar-item-start-group
|
||||
shortcuts: ((link))
|
||||
dropdown: $:/core/ui/EditorToolbar/link-dropdown
|
||||
|
@ -1,5 +1,5 @@
|
||||
caption: {{$:/language/Buttons/Linkify/Caption}}
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>get[type]prefix[text/vnd.tiddlywiki]]
|
||||
description: {{$:/language/Buttons/Linkify/Hint}}
|
||||
icon: $:/core/images/linkify
|
||||
list-before: $:/core/ui/EditorToolbar/mono-block
|
||||
|
@ -3,7 +3,7 @@ tags: $:/tags/EditorToolbar
|
||||
icon: $:/core/images/list-bullet
|
||||
caption: {{$:/language/Buttons/ListBullet/Caption}}
|
||||
description: {{$:/language/Buttons/ListBullet/Hint}}
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>get[type]prefix[text/vnd.tiddlywiki]]
|
||||
shortcuts: ((list-bullet))
|
||||
|
||||
<$action-sendmessage
|
||||
|
@ -3,7 +3,7 @@ tags: $:/tags/EditorToolbar
|
||||
icon: $:/core/images/list-number
|
||||
caption: {{$:/language/Buttons/ListNumber/Caption}}
|
||||
description: {{$:/language/Buttons/ListNumber/Hint}}
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>get[type]prefix[text/vnd.tiddlywiki]]
|
||||
shortcuts: ((list-number))
|
||||
|
||||
<$action-sendmessage
|
||||
|
@ -3,7 +3,7 @@ tags: $:/tags/EditorToolbar
|
||||
icon: $:/core/images/mono-block
|
||||
caption: {{$:/language/Buttons/MonoBlock/Caption}}
|
||||
description: {{$:/language/Buttons/MonoBlock/Hint}}
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>get[type]prefix[text/vnd.tiddlywiki]]
|
||||
button-classes: tc-text-editor-toolbar-item-start-group
|
||||
shortcuts: ((mono-block))
|
||||
|
||||
|
@ -3,7 +3,7 @@ tags: $:/tags/EditorToolbar
|
||||
icon: $:/core/images/mono-line
|
||||
caption: {{$:/language/Buttons/MonoLine/Caption}}
|
||||
description: {{$:/language/Buttons/MonoLine/Hint}}
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>get[type]prefix[text/vnd.tiddlywiki]]
|
||||
shortcuts: ((mono-line))
|
||||
|
||||
<$action-sendmessage
|
||||
|
@ -3,7 +3,7 @@ tags: $:/tags/EditorToolbar
|
||||
icon: $:/core/images/picture
|
||||
caption: {{$:/language/Buttons/Picture/Caption}}
|
||||
description: {{$:/language/Buttons/Picture/Hint}}
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>get[type]prefix[text/vnd.tiddlywiki]]
|
||||
shortcuts: ((picture))
|
||||
dropdown: $:/core/ui/EditorToolbar/picture-dropdown
|
||||
|
||||
|
@ -3,7 +3,7 @@ tags: $:/tags/EditorToolbar
|
||||
icon: $:/core/images/quote
|
||||
caption: {{$:/language/Buttons/Quote/Caption}}
|
||||
description: {{$:/language/Buttons/Quote/Hint}}
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>get[type]prefix[text/vnd.tiddlywiki]]
|
||||
shortcuts: ((quote))
|
||||
|
||||
<$action-sendmessage
|
||||
|
@ -3,7 +3,7 @@ tags: $:/tags/EditorToolbar
|
||||
icon: $:/core/images/strikethrough
|
||||
caption: {{$:/language/Buttons/Strikethrough/Caption}}
|
||||
description: {{$:/language/Buttons/Strikethrough/Hint}}
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>get[type]prefix[text/vnd.tiddlywiki]]
|
||||
shortcuts: ((strikethrough))
|
||||
|
||||
<$action-sendmessage
|
||||
|
@ -3,7 +3,7 @@ tags: $:/tags/EditorToolbar
|
||||
icon: $:/core/images/subscript
|
||||
caption: {{$:/language/Buttons/Subscript/Caption}}
|
||||
description: {{$:/language/Buttons/Subscript/Hint}}
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>get[type]prefix[text/vnd.tiddlywiki]]
|
||||
shortcuts: ((subscript))
|
||||
|
||||
<$action-sendmessage
|
||||
|
@ -3,7 +3,7 @@ tags: $:/tags/EditorToolbar
|
||||
icon: $:/core/images/superscript
|
||||
caption: {{$:/language/Buttons/Superscript/Caption}}
|
||||
description: {{$:/language/Buttons/Superscript/Hint}}
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>get[type]prefix[text/vnd.tiddlywiki]]
|
||||
shortcuts: ((superscript))
|
||||
|
||||
<$action-sendmessage
|
||||
|
@ -1,5 +1,5 @@
|
||||
caption: {{$:/language/Buttons/Transcludify/Caption}}
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>get[type]prefix[text/vnd.tiddlywiki]]
|
||||
description: {{$:/language/Buttons/Transcludify/Hint}}
|
||||
icon: $:/core/images/transcludify
|
||||
list-before: $:/core/ui/EditorToolbar/mono-block
|
||||
|
@ -3,7 +3,7 @@ tags: $:/tags/EditorToolbar
|
||||
icon: $:/core/images/underline
|
||||
caption: {{$:/language/Buttons/Underline/Caption}}
|
||||
description: {{$:/language/Buttons/Underline/Hint}}
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
|
||||
condition: [<targetTiddler>!has[type]] [<targetTiddler>get[type]prefix[text/vnd.tiddlywiki]]
|
||||
shortcuts: ((underline))
|
||||
|
||||
<$action-sendmessage
|
||||
|
2
core/wiki/tags/TextEditorSnippet.tid
Normal file
2
core/wiki/tags/TextEditorSnippet.tid
Normal file
@ -0,0 +1,2 @@
|
||||
title: $:/tags/TextEditor/Snippet
|
||||
list: $:/language/Snippets/ProcedureDefinition $:/language/Snippets/FunctionDefinition $:/language/Snippets/ListByTag $:/language/Snippets/Table4x3 $:/language/Snippets/TableOfContents $:/language/Snippets/MacroDefinition
|
@ -1,4 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: Format de fitxer d'icona ICO
|
||||
name: image/x-icon
|
||||
group: Imatge
|
@ -1,4 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: ICO format icon file
|
||||
name: image/x-icon
|
||||
group: Image
|
@ -1,4 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: ICO ikon fil
|
||||
name: image/x-icon
|
||||
group: Billede
|
7
languages/de-DE/Snippets/FunctionDefinition.tid
Normal file
7
languages/de-DE/Snippets/FunctionDefinition.tid
Normal file
@ -0,0 +1,7 @@
|
||||
title: $:/language/Snippets/FunctionDefinition
|
||||
tags: $:/tags/TextEditor/Snippet
|
||||
caption: Function Definition
|
||||
|
||||
\function f.name(param1,param2:"default value") [<param1>!is[blank]else<param2>]
|
||||
|
||||
<<f.name>>
|
@ -3,6 +3,6 @@ tags: $:/tags/TextEditor/Snippet
|
||||
caption: Makro Definition
|
||||
|
||||
\define makroName(param1:"standard parameter", param2)
|
||||
Text des Makros. Zugriff auf den <<__param1__>>.
|
||||
Ihr Text kommt hier her. Zugriff auf <<__param1__>>.
|
||||
<<__param2__>>
|
||||
\end
|
||||
|
8
languages/de-DE/Snippets/ProcedureDefinition.tid
Normal file
8
languages/de-DE/Snippets/ProcedureDefinition.tid
Normal file
@ -0,0 +1,8 @@
|
||||
title: $:/language/Snippets/ProcedureDefinition
|
||||
tags: $:/tags/TextEditor/Snippet
|
||||
caption: Procedure Definition
|
||||
|
||||
\procedure procName(param1:"standard parameter", param2)
|
||||
Ihr Text kommt hier her. Zugriff auf <<__param1__>>.
|
||||
<<__param2__>>
|
||||
\end
|
@ -2,3 +2,4 @@ title: $:/language/Docs/Types/application/javascript
|
||||
description: JS - JavaScript Code
|
||||
name: application/javascript
|
||||
group: Entwickler
|
||||
group-sort: 2
|
||||
|
@ -2,3 +2,4 @@ title: $:/language/Docs/Types/application/json
|
||||
description: JSON - Daten
|
||||
name: application/json
|
||||
group: Entwickler
|
||||
group-sort: 2
|
||||
|
@ -2,3 +2,4 @@ title: $:/language/Docs/Types/application/x-tiddler-dictionary
|
||||
description: TiddlyWiki Datenkatalog
|
||||
name: application/x-tiddler-dictionary
|
||||
group: Entwickler
|
||||
group-sort: 2
|
||||
|
@ -1,4 +1,5 @@
|
||||
title: $:/language/Docs/Types/image/gif
|
||||
description: GIF - Bild
|
||||
name: image/gif
|
||||
group: Bilder
|
||||
group: Bilder
|
||||
group-sort: 1
|
@ -2,3 +2,4 @@ title: $:/language/Docs/Types/image/jpeg
|
||||
description: JPEG - Bild
|
||||
name: image/jpeg
|
||||
group: Bilder
|
||||
group-sort: 1
|
||||
|
@ -2,3 +2,4 @@ title: $:/language/Docs/Types/image/png
|
||||
description: PNG - Portable Netzwerkgrafik
|
||||
name: image/png
|
||||
group: Bilder
|
||||
group-sort: 1
|
||||
|
@ -2,3 +2,4 @@ title: $:/language/Docs/Types/image/svg+xml
|
||||
description: SVG - Strukturierte Vektor Graphik
|
||||
name: image/svg+xml
|
||||
group: Bilder
|
||||
group-sort: 1
|
||||
|
@ -1,4 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: ICO - Piktogramm (Icon)
|
||||
name: image/x-icon
|
||||
group: Bilder
|
@ -2,3 +2,4 @@ title: $:/language/Docs/Types/text/css
|
||||
description: CSS - Cascading Style Sheets
|
||||
name: text/css
|
||||
group: Entwickler
|
||||
group-sort: 2
|
||||
|
@ -2,3 +2,4 @@ title: $:/language/Docs/Types/text/html
|
||||
description: HTML - Auszeichnungssprache
|
||||
name: text/html
|
||||
group: Text
|
||||
group-sort: 0
|
@ -2,3 +2,4 @@ title: $:/language/Docs/Types/text/plain
|
||||
description: TXT - Unformatierter Text
|
||||
name: text/plain
|
||||
group: Text
|
||||
group-sort: 0
|
@ -1,4 +1,5 @@
|
||||
title: $:/language/Docs/Types/text/vnd.tiddlywiki
|
||||
description: TW5 - TiddlyWiki Version 5 Wikitext
|
||||
description: TW5 - TiddlyWiki Wikitext
|
||||
name: text/vnd.tiddlywiki
|
||||
group: Text
|
||||
group-sort: 0
|
5
languages/de-DE/Types/text_vnd.tiddlywiki_multiple.tid
Normal file
5
languages/de-DE/Types/text_vnd.tiddlywiki_multiple.tid
Normal file
@ -0,0 +1,5 @@
|
||||
title: $:/language/Docs/Types/text/vnd.tiddlywiki-multiple
|
||||
description: TW5 - TiddlyWiki Wikitext Verbund Tiddler
|
||||
name: text/vnd.tiddlywiki-multiple
|
||||
group: Entwickler
|
||||
group-sort: 2
|
@ -1,4 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: Αρχείο Εικονιδίου μορφής ICO
|
||||
name: image/x-icon
|
||||
group: Εικόνας
|
@ -1,5 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: Archivo de icono en formato .ICO
|
||||
name: image/x-icon
|
||||
group: Imagen
|
||||
group-sort: 1
|
@ -1,5 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: icône au format ICO
|
||||
name: image/x-icon
|
||||
group: Image
|
||||
group-sort: 1
|
@ -1,4 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: ICO format קובץ סמליל
|
||||
name: image/x-icon
|
||||
group: תמונה
|
@ -1,5 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: ICO के प्रारूप आइकन फ़ाइल
|
||||
name: image/x-icon
|
||||
group:
|
||||
छवि
|
@ -1,4 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: File de formato de icones ICO
|
||||
name: image/x-icon
|
||||
group: Imagine
|
@ -1,5 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: File icona ICO
|
||||
name: image/x-icon
|
||||
group: Immagine
|
||||
group-sort: 1
|
@ -1,4 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: アイコンファイル(ICO 形式)
|
||||
name: image/x-icon
|
||||
group: Image
|
@ -1,4 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: ICO 형식 아이콘 파일
|
||||
name: image/x-icon
|
||||
group: 그림
|
@ -1,4 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: ICO икона
|
||||
name: image/x-icon
|
||||
group: Фотографија
|
@ -1,4 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: ICO pictogram (icon)
|
||||
name: image/x-icon
|
||||
group: Afbeelding
|
@ -1,4 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: ICO ਫਾਰਮੈਟ ਆਈਕਾਨ ਫਾਇਲ
|
||||
name: image/x-icon
|
||||
group: ਚਿੱਤਰ
|
@ -1,5 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: Ikona w formacie ICO
|
||||
name: image/x-icon
|
||||
group: Image
|
||||
group-sort: 1
|
@ -1,4 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: Ícone em formato de arquivo ICO
|
||||
name: image/x-icon
|
||||
group: Imagem
|
@ -1,4 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: Ícone em formato de ficheiro ICO
|
||||
name: image/x-icon
|
||||
group: Imagem
|
@ -1,4 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: ICO значок
|
||||
name: image/x-icon
|
||||
group: Изображение
|
@ -1,4 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: ICO formát pre súbor ikony
|
||||
name: image/x-icon
|
||||
group: Obrázok
|
@ -1,4 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: Datoteka s ikono oblike ICO
|
||||
name: image/x-icon
|
||||
group: Slika
|
@ -1,4 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: ICO ikonfil
|
||||
name: image/x-icon
|
||||
group: Bild
|
@ -80,6 +80,7 @@ NewMarkdown/Caption: 添加 Markdown 条目
|
||||
NewMarkdown/Hint: 创建一个新的 Markdown 条目
|
||||
NewTiddler/Caption: 添加条目
|
||||
NewTiddler/Hint: 创建一个新的条目
|
||||
OpenControlPanel/Hint: 开启控制台
|
||||
OpenWindow/Caption: 开启于新窗口
|
||||
OpenWindow/Hint: 在新窗口中开启条目
|
||||
Palette/Caption: 调色板
|
||||
|
7
languages/zh-Hans/Snippets/FunctionDefinition.tid
Normal file
7
languages/zh-Hans/Snippets/FunctionDefinition.tid
Normal file
@ -0,0 +1,7 @@
|
||||
title: $:/language/Snippets/FunctionDefinition
|
||||
tags: $:/tags/TextEditor/Snippet
|
||||
caption: 函数定义
|
||||
|
||||
\function f.name(param1,param2:"默认值") [<param1>!is[blank]else<param2>]
|
||||
|
||||
<<f.name>>
|
7
languages/zh-Hans/Snippets/ProcedureDefinition.tid
Normal file
7
languages/zh-Hans/Snippets/ProcedureDefinition.tid
Normal file
@ -0,0 +1,7 @@
|
||||
title: $:/language/Snippets/ProcedureDefinition
|
||||
tags: $:/tags/TextEditor/Snippet
|
||||
caption: 程序定义
|
||||
|
||||
\procedure procName(param1:"预设值",param2)
|
||||
这里就是您的文字了。
|
||||
\end
|
@ -1,4 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: ICO 图标
|
||||
name: image/x-icon
|
||||
group: 图像
|
@ -80,6 +80,7 @@ NewMarkdown/Caption: 新增 Markdown 條目
|
||||
NewMarkdown/Hint: 建立一個新的 Markdown 條目
|
||||
NewTiddler/Caption: 新增條目
|
||||
NewTiddler/Hint: 建立一個新的條目
|
||||
OpenControlPanel/Hint: 開啟控制台
|
||||
OpenWindow/Caption: 開啟於新視窗
|
||||
OpenWindow/Hint: 在新視窗中開啟條目
|
||||
Palette/Caption: 調色盤
|
||||
|
7
languages/zh-Hant/Snippets/FunctionDefinition.tid
Normal file
7
languages/zh-Hant/Snippets/FunctionDefinition.tid
Normal file
@ -0,0 +1,7 @@
|
||||
title: $:/language/Snippets/FunctionDefinition
|
||||
tags: $:/tags/TextEditor/Snippet
|
||||
caption: 函數定義
|
||||
|
||||
\function f.name(param1,param2:"預設值") [<param1>!is[blank]else<param2>]
|
||||
|
||||
<<f.name>>
|
7
languages/zh-Hant/Snippets/ProcedureDefinition.tid
Normal file
7
languages/zh-Hant/Snippets/ProcedureDefinition.tid
Normal file
@ -0,0 +1,7 @@
|
||||
title: $:/language/Snippets/ProcedureDefinition
|
||||
tags: $:/tags/TextEditor/Snippet
|
||||
caption: 程序定義
|
||||
|
||||
\procedure procName(param1:"預設值",param2)
|
||||
這裡就是您的文字了。
|
||||
\end
|
@ -1,4 +0,0 @@
|
||||
title: $:/language/Docs/Types/image/x-icon
|
||||
description: ICO 圖示
|
||||
name: image/x-icon
|
||||
group: 圖片
|
@ -0,0 +1,4 @@
|
||||
title: $:/language/Docs/Types/text/x-tiddlywiki
|
||||
description: TiddlyWiki Classic
|
||||
name: text/x-tiddlywiki
|
||||
group: Texto
|
8
languages/sv-SE/Types/text_x-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/sv-SE/types/text_x-tiddlywiki.tid
Executable file → Normal file
8
languages/sv-SE/Types/text_x-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/sv-SE/types/text_x-tiddlywiki.tid
Executable file → Normal file
@ -1,4 +1,4 @@
|
||||
title: $:/language/Docs/Types/text/x-tiddlywiki
|
||||
description: TiddlyWiki klassisk
|
||||
name: text/x-tiddlywiki
|
||||
group: Text
|
||||
title: $:/language/Docs/Types/text/x-tiddlywiki
|
||||
description: TiddlyWiki klassisk
|
||||
name: text/x-tiddlywiki
|
||||
group: Text
|
Loading…
Reference in New Issue
Block a user