| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,31 +1,6 @@ | ||
| title: $:/core/templates/alltiddlers.template.html | ||
| type: text/vnd.tiddlywiki-html | ||
|
|
||
| <!-- This template is provided for backwards compatibility with older versions of TiddlyWiki --> | ||
|
|
||
| {{$:/core/templates/exporters/StaticRiver}} |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| title: $:/core/templates/exporters/CsvFile | ||
| tags: $:/tags/Exporter | ||
| description: {{$:/language/Exporters/CsvFile}} | ||
| extension: .csv | ||
|
|
||
| \define renderContent() | ||
| <$text text=<<csvtiddlers filter:"""$(exportFilter)$""" format:"quoted-comma-sep">>/> | ||
| \end | ||
| <<renderContent>> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| title: $:/core/templates/exporters/JsonFile | ||
| tags: $:/tags/Exporter | ||
| description: {{$:/language/Exporters/JsonFile}} | ||
| extension: .json | ||
|
|
||
| \define renderContent() | ||
| <$text text=<<jsontiddlers filter:"""$(exportFilter)$""">>/> | ||
| \end | ||
| <<renderContent>> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| title: $:/core/templates/exporters/StaticRiver | ||
| tags: $:/tags/Exporter | ||
| description: {{$:/language/Exporters/StaticRiver}} | ||
| extension: .html | ||
|
|
||
| \define tv-wikilink-template() #$uri_encoded$ | ||
| \define tv-config-toolbar-icons() no | ||
| \define tv-config-toolbar-text() no | ||
| \define tv-config-toolbar-class() tc-btn-invisible | ||
| \rules only filteredtranscludeinline transcludeinline | ||
| <!doctype html> | ||
| <html> | ||
| <head> | ||
| <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> | ||
| <meta name="generator" content="TiddlyWiki" /> | ||
| <meta name="tiddlywiki-version" content="{{$:/core/templates/version}}" /> | ||
| <meta name="format-detection" content="telephone=no"> | ||
| <link id="faviconLink" rel="shortcut icon" href="favicon.ico"> | ||
| <title>{{$:/core/wiki/title}}</title> | ||
| <div id="styleArea"> | ||
| {{$:/boot/boot.css||$:/core/templates/css-tiddler}} | ||
| </div> | ||
| <style type="text/css"> | ||
| {{$:/core/ui/PageStylesheet||$:/core/templates/wikified-tiddler}} | ||
| </style> | ||
| </head> | ||
| <body class="tc-body"> | ||
| {{$:/StaticBanner||$:/core/templates/html-tiddler}} | ||
| <section class="tc-story-river"> | ||
| {{$:/core/templates/exporters/StaticRiver/Content||$:/core/templates/html-tiddler}} | ||
| </section> | ||
| </body> | ||
| </html> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| title: $:/core/templates/exporters/StaticRiver/Content | ||
|
|
||
| \define renderContent() | ||
| {{{ $(exportFilter)$ ||$:/core/templates/static-tiddler}}} | ||
| \end | ||
| <$importvariables filter="[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]"> | ||
| <<renderContent>> | ||
| </$importvariables> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| title: $:/core/templates/exporters/TidFile | ||
| tags: $:/tags/Exporter | ||
| description: {{$:/language/Exporters/TidFile}} | ||
| extension: .tid | ||
|
|
||
| \define renderContent() | ||
| {{{ $(exportFilter)$ +[limit[1]] ||$:/core/templates/tid-tiddler}}} | ||
| \end | ||
| <$importvariables filter="[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]"><<renderContent>></$importvariables> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| title: $:/core/ui/DefaultSearchResultList | ||
| tags: $:/tags/SearchResults | ||
| caption: {{$:/language/Search/DefaultResults/Caption}} | ||
|
|
||
| \define searchResultList() | ||
| <$set name="resultCount" value="""<$count filter="[!is[system]search{$(searchTiddler)$}]"/>"""> | ||
|
|
||
| {{$:/language/Search/Matches}} | ||
|
|
||
| </$set> | ||
|
|
||
| //<small>Title matches:</small>// | ||
|
|
||
| <$list filter="[!is[system]search:title{$(searchTiddler)$}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/> | ||
|
|
||
| //<small>All matches:</small>// | ||
|
|
||
| <$list filter="[!is[system]search{$(searchTiddler)$}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/> | ||
| \end | ||
| <<searchResultList>> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| title: $:/core/ui/EditTemplate/title | ||
| tags: $:/tags/EditTemplate | ||
|
|
||
| <$edit-text field="draft.title" class="tc-titlebar tc-edit-texteditor" focus="true"/> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| title: $:/core/Filters/RecentSystemTiddlers | ||
| tags: $:/tags/Filter | ||
| filter: [has[modified]!sort[modified]limit[50]] | ||
| description: {{$:/language/Filters/RecentSystemTiddlers}} | ||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| title: $:/core/Filters/RecentTiddlers | ||
| tags: $:/tags/Filter | ||
| filter: [!is[system]has[modified]!sort[modified]limit[50]] | ||
| description: {{$:/language/Filters/RecentTiddlers}} | ||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| title: $:/core/ui/PageTemplate/pagecontrols | ||
|
|
||
| \define config-title() | ||
| $:/config/PageControlButtons/Visibility/$(listItem)$ | ||
| \end | ||
| <div class="tc-page-controls"> | ||
| <$list filter="[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]" variable="listItem"> | ||
| <$reveal type="nomatch" state=<<config-title>> text="hide"> | ||
| <$transclude tiddler=<<listItem>> mode="inline"/> | ||
| </$reveal> | ||
| </$list> | ||
| </div> | ||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| title: $:/core/ui/Buttons/export-page | ||
| tags: $:/tags/PageControls | ||
| caption: {{$:/core/images/export-button}} {{$:/language/Buttons/ExportPage/Caption}} | ||
| description: {{$:/language/Buttons/ExportPage/Hint}} | ||
|
|
||
| <$macrocall $name="exportButton" exportFilter="[!is[system]sort[title]]" lingoBase="$:/language/Buttons/ExportPage/"/> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,4 +13,4 @@ description: {{$:/language/Buttons/Import/Hint}} | |
| </$list> | ||
| </$button> | ||
| <$browse/> | ||
| </div> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,5 +42,4 @@ $:/config/PageControlButtons/Visibility/$(listItem)$ | |
|
|
||
| </div> | ||
|
|
||
| </$reveal> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| title: $:/core/ui/SearchResults | ||
|
|
||
| <div class="tc-search-results"> | ||
|
|
||
| <$list filter="[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]butfirst[]limit[1]]" emptyMessage=""" | ||
| <$list filter="[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]"> | ||
| <$transclude mode="block"/> | ||
| </$list> | ||
| """> | ||
| <$macrocall $name="tabs" tabsList="[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]" default={{$:/config/SearchResults/Default}}/> | ||
| </$list> | ||
|
|
||
| </div> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| title: $:/core/ui/Buttons/export-tiddler | ||
| tags: $:/tags/ViewToolbar | ||
| caption: {{$:/core/images/export-button}} {{$:/language/Buttons/ExportTiddler/Caption}} | ||
| description: {{$:/language/Buttons/ExportTiddler/Hint}} | ||
|
|
||
| \define makeExportFilter() | ||
| [[$(currentTiddler)$]] | ||
| \end | ||
| <$macrocall $name="exportButton" exportFilter=<<makeExportFilter>> lingoBase="$:/language/Buttons/ExportTiddler/" baseFilename=<<currentTiddler>>/> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,5 +26,4 @@ $:/config/ViewToolbarButtons/Visibility/$(listItem)$ | |
| </$set> | ||
| </$set> | ||
| </div> | ||
| </$reveal> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| title: $:/config/SearchResults/Default | ||
|
|
||
| $:/core/ui/DefaultSearchResultList |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| title: $:/config/TiddlerInfo/Default | ||
|
|
||
| $:/core/ui/TiddlerInfo/Fields |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| title: $:/core/macros/export | ||
| tags: $:/tags/Macro | ||
|
|
||
| \define exportButtonFilename(baseFilename) | ||
| $baseFilename$$(extension)$ | ||
| \end | ||
|
|
||
| \define exportButton(exportFilter:"[!is[system]sort[title]]",lingoBase,baseFilename:"tiddlers") | ||
| <span class="tc-popup-keep"> | ||
| <$button popup=<<qualify "$:/state/popup/export">> tooltip={{$lingoBase$Hint}} aria-label={{$lingoBase$Caption}} class=<<tv-config-toolbar-class>> selectedClass="tc-selected"> | ||
| <$list filter="[<tv-config-toolbar-icons>prefix[yes]]"> | ||
| {{$:/core/images/export-button}} | ||
| </$list> | ||
| <$list filter="[<tv-config-toolbar-text>prefix[yes]]"> | ||
| <span class="tc-btn-text"><$text text={{$lingoBase$Caption}}/></span> | ||
| </$list> | ||
| </$button> | ||
| </span> | ||
| <$reveal state=<<qualify "$:/state/popup/export">> type="popup" position="below" animate="yes"> | ||
| <div class="tc-drop-down"> | ||
| <$list filter="[all[shadows+tiddlers]tag[$:/tags/Exporter]]"> | ||
| <$set name="extension" value={{!!extension}}> | ||
| <$button class="tc-btn-invisible"> | ||
| <$action-sendmessage $message="tm-download-file" $param=<<currentTiddler>> exportFilter="""$exportFilter$""" filename=<<exportButtonFilename """$baseFilename$""">>/> | ||
| <$action-deletetiddler $tiddler=<<qualify "$:/state/popup/export">>/> | ||
| <$transclude field="description"/> | ||
| </$button> | ||
| </$set> | ||
| </$list> | ||
| </div> | ||
| </$reveal> | ||
| \end |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| title: $:/tags/PageControls | ||
| list: [[$:/core/ui/Buttons/home]] [[$:/core/ui/Buttons/close-all]] [[$:/core/ui/Buttons/permaview]] [[$:/core/ui/Buttons/new-tiddler]] [[$:/core/ui/Buttons/new-journal]] [[$:/core/ui/Buttons/import]] [[$:/core/ui/Buttons/export-page]] [[$:/core/ui/Buttons/control-panel]] [[$:/core/ui/Buttons/advanced-search]] [[$:/core/ui/Buttons/tag-manager]] [[$:/core/ui/Buttons/language]] [[$:/core/ui/Buttons/theme]] [[$:/core/ui/Buttons/storyview]] [[$:/core/ui/Buttons/encryption]] [[$:/core/ui/Buttons/full-screen]] [[$:/core/ui/Buttons/save-wiki]] [[$:/core/ui/Buttons/refresh]] [[$:/core/ui/Buttons/more-page-actions]] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| title: $:/tags/ViewToolbar | ||
| list: [[$:/core/ui/Buttons/more-tiddler-actions]] [[$:/core/ui/Buttons/info]] [[$:/core/ui/Buttons/new-here]] [[$:/core/ui/Buttons/new-journal-here]] [[$:/core/ui/Buttons/clone]] [[$:/core/ui/Buttons/export-tiddler]] [[$:/core/ui/Buttons/edit]] [[$:/core/ui/Buttons/permalink]] [[$:/core/ui/Buttons/permaview]] [[$:/core/ui/Buttons/close-others]] [[$:/core/ui/Buttons/close]] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| { | ||
| "description": "Demo of the CodeMirror plugin", | ||
| "plugins": [ | ||
| "tiddlywiki/codemirror" | ||
| ], | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| { | ||
| "description": "Demo of the D3 plugin", | ||
| "plugins": [ | ||
| "tiddlywiki/d3" | ||
| ], | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| title: $:/core/templates/static.content | ||
| type: text/vnd.tiddlywiki | ||
| hack-to-give-us-something-to-compare-against: yes | ||
|
|
||
| \define tv-wikilink-template() http://tiddlywiki.com/static/$uri_doubleencoded$.html | ||
|
|
||
| <!-- For Google, and people without JavaScript--> | ||
| <$reveal state="!!hack-to-give-us-something-to-compare-against" type="nomatch" text=<<savingEmpty>>> | ||
|
|
||
| Es scheint, dass bei diesem Browser JavaScript deaktiviert wurde. Sie können die statische HTML Version verwenden: | ||
|
|
||
| !! Deutsch - Deutschland | ||
|
|
||
| * http://tiddlywiki.com/languages/de-DE/static.html - Einzelne Tiddler als individuelle Seiten. | ||
| * [ext[http://tiddlywiki.com/languages/de-DE/alltiddlers.html#Willkommen!]] - Eine Datei mit allen Tiddlern. | ||
|
|
||
| !! Deutsch - Österreich | ||
|
|
||
| * http://tiddlywiki.com/languages/de-AT/static.html - Einzelne Tiddler als individuelle Seiten. | ||
| * [ext[http://tiddlywiki.com/languages/de-AT/alltiddlers.html#Willkommen!]] - Eine Datei mit allen Tiddlern. | ||
|
|
||
| !! Englische Version | ||
|
|
||
| * http://tiddlywiki.com/static.html - Einzelne Tiddler als individuelle Seiten. | ||
| * http://tiddlywiki.com/alltiddlers.html#HelloThere - single file containing all tiddlers | ||
|
|
||
| </$reveal> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| created: 20141122200310516 | ||
| modified: 20141122200310516 | ||
| title: HookMechanism | ||
| type: text/vnd.tiddlywiki | ||
|
|
||
| The hook mechanism provides a way for plugins to intercept and modify default functionality. Hooks are added as follows: | ||
|
|
||
| ``$tw.hooks.addHook(name,handler);`` | ||
|
|
||
| Multiple handlers can be assigned to the same name using repeated calls. When a hook is invoked by name all registered functions will be called sequentially in their order of addition. | ||
|
|
||
| Though not essential care should be taken to ensure that hooks are added before they are invoked. For example: [[Hook: tc-opening-default-tiddlers-list]] should ideally be added before the story startup module is invoked otherwise any hook specified additions to the default tiddlers will not be seen on the initial loading of the page, though will be visible if the user clicks the home button. | ||
|
|
||
| !! Example | ||
|
|
||
| A working example of a hook that adds "test" to the default tiddlers. | ||
|
|
||
| ```javascript | ||
| $tw.hooks.addHook("th-opening-default-tiddlers-list",function(list) { | ||
| list.push("test"); | ||
| return list; | ||
| }); | ||
| ``` | ||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| title: ImportLogging | ||
| created: 20141114100055595 | ||
| modified: 20141114100055595 | ||
|
|
||
| Browsers still have significant variations in their handling of drag and drop and clipboard operations. | ||
|
|
||
| You can switch on special logging to help debug issues: | ||
|
|
||
| # Open your browser JavaScript console | ||
| # Type: | ||
| #> ``$tw.log.IMPORT = true`` | ||
| # Drag or paste a file to import it | ||
| # Look for debug information in the console. For example: | ||
| #> ``Importing file 'my-image.png', type: 'image/png', isBinary: true`` |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| created: 20141122200310516 | ||
| modified: 20141122200310516 | ||
| title: Hook: tc-opening-default-tiddlers-list | ||
| type: text/vnd.tiddlywiki | ||
|
|
||
| This hook allows plugins to add to or remove from the list of tiddlers that are opened when the wiki is first loaded or the home button is clicked. | ||
|
|
||
| The function takes a list of tiddlers as its only argument and returns a modified list of tiddler titles to display. | ||
|
|
||
| Note that this hook is invoked with the tiddler titles that are generated from the filter in [[$:/DefaultTiddlers]]. Any added entries must be tiddler titles, not filter expressions. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| { | ||
| "description": "Empty edition", | ||
| "plugins": [ | ||
| ], | ||
| "themes": [ | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| created: 20140910212049455 | ||
| title: $:/config/Navigation/UpdateAddressBar | ||
| type: text/vnd.tiddlywiki | ||
| note: <!-- TODO: Remove before end of beta --> | ||
|
|
||
| permaview |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| created: 20140912140419093 | ||
| modified: 20140912140418015 | ||
| title: $:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/more-page-actions | ||
| type: text/vnd.tiddlywiki | ||
| note: <!-- TODO: Remove before end of beta --> | ||
|
|
||
| show |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| title: $:/GoogleAnalyticsAccount | ||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| title: $:/GoogleAnalyticsDomain | ||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| title: $:/favicon.ico | ||
| type: image/x-icon |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| { | ||
| "description": "Configuration en mode serveur de l'édition fr-FR", | ||
| "plugins": [ | ||
| "tiddlywiki/tiddlyweb", | ||
| "tiddlywiki/filesystem", | ||
| "tiddlywiki/codemirror", | ||
| "tiddlywiki/highlight" | ||
| ], | ||
| "themes": [ | ||
| "tiddlywiki/vanilla" | ||
| ], | ||
| "includeWikis": [ | ||
| "../fr-FR" | ||
| ], | ||
| "config": { | ||
| "retain-original-tiddler-path": true, | ||
| "default-tiddler-location": "../fr-FR/tiddlers" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| created: 20141115220312678 | ||
| modified: 20141115220543951 | ||
| title: $:/Acknowledgements | ||
| type: text/vnd.tiddlywiki | ||
|
|
||
| TiddlyWiki intègre du code provenant de ces excellents projets OpenSource<<dp>> | ||
|
|
||
| * [[The Stanford Javascript Crypto Library|http://bitwiseshiftleft.github.io/sjcl/]] | ||
| * [[The Jasmine JavaScript Test Framework|http://pivotal.github.io/jasmine/]] | ||
| * [[Normalize.css by Nicolas Gallagher|http://necolas.github.io/normalize.css/]] | ||
|
|
||
| Et des contenus provenenant de ces sources<<dp>> | ||
|
|
||
| * Icônes des drapeaux du monde de [[Wikipedia|http://commons.wikimedia.org/wiki/Category:SVG_flags_by_country]] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| created: 20141123120637390 | ||
| creator: 127.0.0.1 | ||
| list-after: $:/core/ui/EditTemplate/title | ||
| modified: 20141123162403315 | ||
| modifier: 127.0.0.1 | ||
| tags: $:/tags/EditTemplate | ||
| title: $:/ContributionBanner | ||
| type: text/vnd.tiddlywiki | ||
|
|
||
| \define makeGitHubLink() | ||
| https://github.com/Jermolene/TiddlyWiki5/edit/master/editions/fr-FR/tiddlers/$(githubLink)$ | ||
| \end | ||
| \define innerMakeGitHubLink(linkText) | ||
| <$set name="githubLink" value={{$:/config/OriginalTiddlerPaths##$(draftOfTiddler)$}}> | ||
| <a href=<<makeGitHubLink>> class="tc-tiddlylink-external" target="_blank">$linkText$</a> | ||
| </$set> | ||
| \end | ||
| \define outerMakeGitHubLink(linkText) | ||
| <$set name="draftOfTiddler" value={{$(currentTiddler)$!!draft.of}}> | ||
| <<innerMakeGitHubLink "$linkText$">> | ||
| </$set> | ||
| \end | ||
| <div class="tc-improvement-banner"> | ||
| {{$:/core/images/star-filled}} Pouvez-vous nous aider à améliorer cette documentation ? [[Voyez comment|Improving TiddlyWiki Documentation]] éditer <<outerMakeGitHubLink "ce tiddler sur ~GitHub">> | ||
| </div> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| created: 20141116131524391 | ||
| creator: 127.0.0.1 | ||
| modified: 20141116132730693 | ||
| modifier: 127.0.0.1 | ||
| title: $:/CurvedText | ||
| type: text/vnd.tiddlywiki | ||
|
|
||
| On Firefox/Mac, it can only climb the last hill |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| created: 20131127215321439 | ||
| modified: 20141115234546200 | ||
| title: $:/DefaultTiddlers | ||
| type: text/vnd.tiddlywiki | ||
|
|
||
| HelloThere | ||
| GettingStarted | ||
| Community |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| created: 20141115234557425 | ||
| modified: 20141115234636070 | ||
| title: $:/SiteSubtitle | ||
| type: text/vnd.tiddlywiki | ||
|
|
||
| un carnet de notes web personnel et non linéaire |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| created: 20141119224138888 | ||
| creator: 127.0.0.1 | ||
| modified: 20141119224210297 | ||
| modifier: 127.0.0.1 | ||
| tags: $:/tags/Macro | ||
| title: $:/core/macros/timeline | ||
| type: text/vnd.tiddlywiki | ||
|
|
||
| \define timeline(limit:"100",format:"DDth MMM YYYY",subfilter:"",dateField:"modified") | ||
| <div class="tc-timeline"> | ||
| <$list filter="[!is[system]$subfilter$has[$dateField$]!sort[$dateField$]limit[$limit$]eachday[$dateField$]]"> | ||
| <div class="tc-menu-list-item"> | ||
| <$view field="$dateField$" format="date" template="$format$"/> | ||
| <$list filter="[sameday{!!$dateField$}!is[system]$subfilter$!sort[$dateField$]]"> | ||
| <div class="tc-menu-list-subitem"> | ||
| <$link to={{!!title}}> | ||
| <$view field="caption"> | ||
| <$view field="title"/> | ||
| </$view> | ||
| </$link> | ||
| </div> | ||
| </$list> | ||
| </div> | ||
| </$list> | ||
| </div> | ||
| \end |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| caption: {{$:/language/Search/DefaultResults/Caption}} | ||
| created: 20141117081621387 | ||
| creator: 127.0.0.1 | ||
| modified: 20141118214915276 | ||
| modifier: 127.0.0.1 | ||
| tags: $:/tags/SearchResults | ||
| title: $:/core/ui/DefaultSearchResultList | ||
| type: text/vnd.tiddlywiki | ||
|
|
||
| \define searchResultList() | ||
| <$set name="resultCount" value="""<$count filter="[!is[system]search{$(searchTiddler)$}]"/>"""> | ||
|
|
||
| {{$:/language/Search/Matches}} | ||
|
|
||
| </$set> | ||
|
|
||
| //<small>Correspondances parmi les titres :</small>// | ||
|
|
||
| <$list filter="[!is[system]search:caption{$(searchTiddler)$}sort[caption]limit[250]] [!is[system]search:title{$(searchTiddler)$}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/> | ||
|
|
||
| //<small>Toutes les correspondances :</small>// | ||
|
|
||
| <$list filter="[!is[system]search{$(searchTiddler)$}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/> | ||
| \end | ||
| <<searchResultList>> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| created: 20141117221740337 | ||
| creator: 127.0.0.1 | ||
| modified: 20141119225717026 | ||
| modifier: 127.0.0.1 | ||
| title: $:/core/ui/ListItemTemplate | ||
| type: text/vnd.tiddlywiki | ||
|
|
||
| <div class="tc-menu-list-item"> | ||
| <$link to={{!!title}}> | ||
| <$transclude field="caption"> | ||
| <$view field="title"/> | ||
| </$transclude> | ||
| </$link> | ||
| </div> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| caption: {{$:/language/SideBar/Open/Caption}} | ||
| created: 20141119223515194 | ||
| creator: 127.0.0.1 | ||
| modified: 20141119230318907 | ||
| modifier: 127.0.0.1 | ||
| tags: $:/tags/SideBar | ||
| title: $:/core/ui/SideBar/Open | ||
| type: text/vnd.tiddlywiki | ||
|
|
||
| \define lingo-base() $:/language/CloseAll/ | ||
| <$list filter="[list[$:/StoryList]]" history="$:/HistoryList" storyview="pop"> | ||
|
|
||
| <$button message="tm-close-tiddler" tooltip={{$:/language/Buttons/Close/Hint}} aria-label={{$:/language/Buttons/Close/Caption}} class="tc-btn-invisible tc-btn-mini">×</$button> <$link to={{!!title}}><$transclude field="caption"><$view field="title"/></$transclude></$link> | ||
|
|
||
| </$list> | ||
|
|
||
| <$button message="tm-close-all-tiddlers" class="tc-btn-invisible tc-btn-mini"><<lingo Button>></$button> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| created: 20141119191707140 | ||
| creator: 127.0.0.1 | ||
| modified: 20141119223956119 | ||
| modifier: 127.0.0.1 | ||
| tags: $:/tags/ViewTemplate | ||
| title: $:/core/ui/ViewTemplate/title | ||
| type: text/vnd.tiddlywiki | ||
|
|
||
| \define title-styles() | ||
| fill:$(foregroundColor)$; | ||
| \end | ||
| \define config-title() | ||
| $:/config/ViewToolbarButtons/Visibility/$(listItem)$ | ||
| \end | ||
| <div class="tc-tiddler-title"> | ||
| <div class="tc-titlebar"> | ||
| <span class="tc-tiddler-controls"> | ||
| <$list filter="[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]" variable="listItem"><$reveal type="nomatch" state=<<config-title>> text="hide"><$transclude tiddler=<<listItem>>/></$reveal></$list> | ||
| </span> | ||
| <$set name="foregroundColor" value={{!!color}}> | ||
| <span style=<<title-styles>>> | ||
| <$transclude tiddler={{!!icon}}/> | ||
| </span> | ||
| </$set> | ||
| <$list filter="[all[current]removeprefix[$:/]]"> | ||
| <h2 class="tc-title" title={{$:/language/SystemTiddler/Tooltip}}> | ||
| <span class="tc-system-title-prefix">$:/</span><$text text=<<currentTiddler>>/> | ||
| </h2> | ||
| </$list> | ||
| <$list filter="[all[current]!prefix[$:/]]"> | ||
| <h2 class="tc-title"> | ||
| <$transclude field="caption"> | ||
| <$view field="title"/> | ||
| </$transclude> | ||
| </h2> | ||
| </$list> | ||
| </div> | ||
|
|
||
| <$reveal type="nomatch" text="" default="" state=<<tiddlerInfoState>> class="tc-tiddler-info tc-popup" animate="yes" retain="yes"> | ||
|
|
||
| <$transclude tiddler="$:/core/ui/TiddlerInfo"/> | ||
|
|
||
| </$reveal> | ||
| </div> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| created: 20141017093648366 | ||
| creator: evolena | ||
| modified: 20141116084637091 | ||
| modifier: evolena | ||
| tags: $:/tags/Stylesheet | ||
| title: $:/editions/fr-FR/CSS Stylesheets/mesStyles | ||
| type: text/css | ||
|
|
||
| .monStyle { | ||
| color:#ff0000; | ||
| background-color:#ffff00; | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| created: 20141005182628123 | ||
| creator: xcazin | ||
| modified: 20141115214429648 | ||
| modifier: xcazin | ||
| tags: $:/tags/Stylesheet | ||
| title: $:/editions/fr-FR/CSS stylesheets/latex | ||
| type: text/css | ||
|
|
||
| /* adapted from http://edward.oconnor.cx/2007/08/tex-poshlet */ | ||
|
|
||
| .latex { | ||
| text-transform: uppercase; | ||
| } | ||
|
|
||
| .latex sub { | ||
| font-size: 1em; | ||
| margin-left: -0.1667em; | ||
| margin-right: -0.125em; | ||
| } | ||
|
|
||
| .latex sup { | ||
| vertical-align: -0.4ex; | ||
| font-size: 0.85em; | ||
| margin-left: -0.36em; | ||
| margin-right: -0.15em; | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| created: 20141017091409980 | ||
| creator: evolena | ||
| modified: 20141116084827059 | ||
| modifier: evolena | ||
| tags: $:/tags/Macro | ||
| title: $:/editions/fr-FR/Macros/wikitexte-exemple | ||
| type: text/vnd.tiddlywiki | ||
|
|
||
| \define wikitexte-exemple(src) | ||
| ``` | ||
| $src$ | ||
| ``` | ||
| <div class="tc-message-box"> | ||
|
|
||
| $src$ | ||
| </div> | ||
| \end |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| created: 20141108184809586 | ||
| modified: 20141115213313072 | ||
| tags: $:/tags/Macro | ||
| title: $:/editions/fr-FR/util-macros | ||
| type: text/vnd.tiddlywiki | ||
|
|
||
| \define tw() //~TiddlyWiki// | ||
| \define latex() <span class="latex">L<sup>a</sup>T<sub>e</sub>X</span> | ||
| \define dp() | ||
|  :<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 --> | ||
| \end | ||
| \define pv() | ||
|  ;<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 --> | ||
| \end | ||
| \define pi() | ||
|  ?<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 --> | ||
| \end | ||
| \define pe() | ||
|  !<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 --> | ||
| \end | ||
| \define gf(text) | ||
| <!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 --> | ||
| « $text$ » | ||
| \end |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| created: 20141115223004311 | ||
| description: Lance automatiquement les commandes configurées | ||
| modified: 20141115223009538 | ||
| title: $:/language/Help/build | ||
| type: text/vnd.tiddlywiki | ||
|
|
||
| Compile le wiki courant à partir des cibles spécifiées. Si aucune cible n'est spécifiée, toutes les cibles seront compilées. | ||
|
|
||
| ``` | ||
| --build <target> [<target> ...] | ||
| ``` | ||
|
|
||
| Les cibles de compilation sont définies dans le fichier `tiddlywiki.info` du [[dossier associé au wiki|TiddlyWikiFolders]]. | ||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| caption: À propos | ||
| created: 20140912145139340 | ||
| creator: 127.0.0.1 | ||
| modified: 20141105143218197 | ||
| modifier: 127.0.0.1 | ||
| tags: TableOfContents | ||
| title: About | ||
| type: text/vnd.tiddlywiki | ||
|
|
||
| Informations sur la construction de <<tw>> : | ||
|
|
||
| <<list-links "[tag[About]]">> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| caption: Remerciements | ||
| created: 20140129204112515 | ||
| creator: 127.0.0.1 | ||
| modified: 20141115225702483 | ||
| modifier: 127.0.0.1 | ||
| tags: About | ||
| title: Acknowledgements | ||
| type: text/vnd.tiddlywiki | ||
|
|
||
| <<tw>> n'aurait pas été possible sans le soutien constant de la [[Communauté|Community]]. Son attention et ses retours ont permis de comprendre ce qui était attendu de cet outil, et sa passion pour le projet m'a appris que le jeu en valait la chandelle. | ||
|
|
||
| {{$:/Acknowledgements}} |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| caption: Adoptez une politique pour vos titres | ||
| created: 20130825103300000 | ||
| creator: 127.0.0.1 | ||
| modified: 20141115221758884 | ||
| modifier: 127.0.0.1 | ||
| tags: Learning | ||
| title: Adopt a Titles Policy | ||
| type: text/vnd.tiddlywiki | ||
|
|
||
| À mesure que les structures à l'intérieur de vos documents <<tw>> se complexifient, il peut être difficile de conserver la cohérence des titres des tiddlers. Par exemple, faut-il définir les termes au pluriel ou au singulier ? Avec la convention <<gf "//Camel case//">> ou en séparant les mots<<pi>> | ||
|
|
||
| Fixer une politique formelle concernant les titres peuvent aider à réduire les risques de confusion. Par exemple, la politique de titres de ce wiki sont<<dp>> | ||
|
|
||
| * Utilisation de mots simples en minuscules pour les tags | ||
| ** exemples : [[task]], [[demo]] | ||
| * Utilisation de la forme CamelCase pour les définitions et les concepts | ||
| ** exemples : TiddlerFields, DeveloperDocs | ||
| * Utilisation de mots séparés pour les titres qui sont des expressions ou des phrases complètes, comme des FAQ, des howtos ou des tâches | ||
| ** exemple : [[How to build a TiddlyWiki5 from individual tiddlers]] | ||
| * Là où TiddlyWiki or TiddlyWiki5 est utilisé comme qualifieur au début du titre, toujours utiliser des mots séparés | ||
| ** exemple : [[TiddlyWiki on Node.js]] | ||
|
|
||
| Une politique qui inclurait la règle ci-dessous pourrait s'appliquer à vos propres wikis<<dp>> | ||
|
|
||
| * Utliisation du préfixe `$:/_` pour tous les tiddlers système que vous créez pour être sûr de les retrouver en haut de la liste des tiddlers système de la barre latérale. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| created: 20140225211938920 | ||
| modified: 20140921085748634 | ||
| title: AllTiddlers | ||
| type: text/vnd.tiddlywiki | ||
|
|
||
| Liste des tiddlers non système contenus dans ce wiki : | ||
|
|
||
| <$list filter="[!is[system]sort[title]]" /> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| caption: Acquisition par //British Telecom// | ||
| created: 20140923201232223 | ||
| creator: xcazin | ||
| modified: 20141005141434026 | ||
| modifier: xcazin | ||
| title: BT Acquisition | ||
| type: text/vnd.tiddlywiki | ||
|
|
||
| En mai 2007, [[British Telecom|BT]] a acquis [[Osmosoft]], ma société de consultant. Acquérir une société avec un seul employé et un minuscule filet de revenu relevait d'une décision inhabituelle, [[Osmosoft]] ne détenant même pas la propriété intellectuelle de <<tw>>, puisque je l'avais transférée à //~UnaMesa// pour assurer son avenir pour la communauté. | ||
|
|
||
| La motivation de [[British Telecom|BT]] était de mieux comprendre les écosystèmes basés sur les communautés. Je rejoignis la société en tant que <<gf "Head of Open Source Innovation">>, responsable de la gouvernance //open source//, et fournissant des conseils et de l'expertise sur la manière de participer à des communautés //open source//. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| created: 20131101091100000 | ||
| modified: 20131101091100000 | ||
| title: BT | ||
| type: text/vnd.tiddlywiki | ||
|
|
||
| BT (née British Telecom) is the UK's largest telecommunications company. In 2007, [[Osmosoft]] was acquired by BT. JeremyRuston subsequently left BT in 2011. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| caption: build | ||
| created: 20140425085548209 | ||
| creator: 127.0.0.1 | ||
| modified: 20141115223038555 | ||
| modifier: 127.0.0.1 | ||
| tags: Commands | ||
| title: BuildCommand | ||
| type: text/vnd.tiddlywiki | ||
|
|
||
| {{$:/language/Help/build}} | ||
|
|
||
| Voir TiddlyWikiFolders pour des détails sur la définition de cibles de compilation. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,55 @@ | ||
| created: 20140403223413403 | ||
| creator: xcazin | ||
| modified: 20141008171634188 | ||
| modifier: 127.0.0.1 | ||
| tags: [[Release 5.0.9-beta]] | ||
| title: Changes to filters in 5.0.9-beta | ||
| type: text/vnd.tiddlywiki | ||
|
|
||
| ! Introduction | ||
|
|
||
| Cette version résoud un certain nombre d'incohérences dans la manière dont les filtres sont gérés. Ces changements impliquent que les filtres préexistants peuvent nécessiter des mises à jour — en particulier ceux qui s'exercent potentiellement sur des tiddlers manquants ou //shadow//. | ||
|
|
||
| ! Changements à ''is'' et ajout de ''all'' | ||
|
|
||
| La plupart des opérateurs de filtres agissent en réagençant tout ou partie des titres source. Ceux qui ajoutent de nouvelles entrées qui ne faisaient pas partie de la liste sur laquelle ils agissent sont nommés sélecteurs. Avant la version 5.0.9-beta, quelques nouveaux opérateurs de filtres étaient incohérents dans leur manière de filtrer la liste source ou d'y ajouter de nouvelles entrées. | ||
|
|
||
| Les changements spécifiques sont les suivants<<dp>> | ||
|
|
||
| * L'opérateur [[is|FilterOperator: is]] se contente à présent de filtrer à partir de la liste de tiddlers déjà sélectionnée | ||
| * Le nouvel opérateur [[all|FilterOperator: all]] agit comme //sélecteur// en remplaçant la liste en cours avec une combinaison de tidddlers issus des sources spécifiques suivantes<<dp>> | ||
|
|
||
| ** ''current'' pour le tiddler courant | ||
| ** ''missing'' pour tous les tiddlers manquants | ||
| ** ''orphans'' pour tous les tiddlers orphelins | ||
| ** ''shadows'' pour tous les tiddlers shadow | ||
| ** ''tiddlers'' pour tous les tidders non-//shadow// (comprenant à la fois les tiddlers système et non système) | ||
|
|
||
| Les sources de l'opérateur ''all'' peuvent être combinées à l'aide du caractère `+`. Par exemple, `[all[shadows+tiddlers]]` renvoie tous les tidders //shadow// ainsi que tous les tiddlers ordinaires. | ||
|
|
||
| Précédemment, il n'était pas rare d'avoir `[is[shadow]]` au début d'une chaîne de filtre pour sélectionner tous les tidders //shadow//. À partir de 5.0.9, au lieu de renvoyer tous les tiddlers //shadow//, cela renverra seulement les tiddlers ordinaires qui s'avèrent être ''aussi'' un tiddler //shadow// (par la grâce d'en avoir écrasé un). La solution consiste à utiliser le nouvel opérateur ''all''. Par exemple, si l'on considère ce filtre tiré de 5.0.8<<dp>> | ||
|
|
||
| ``` | ||
| [is[shadow]!has[draft.of]tag[$:/tags/AdvancedSearch]] [!is[shadow]!has[draft.of]tag[$:/tags/AdvancedSearch]] +[tag[$:/tags/AdvancedSearch]] | ||
| ``` | ||
|
|
||
| Avec 5.0.9, ce filtre a été changé en<<dp>> | ||
|
|
||
| ``` | ||
| [all[shadows+tiddlers]tag[$:/tags/AdvancedSearch]!has[draft.of]] | ||
| ``` | ||
| On remarque comment l'opérateur ''all'' permet d'effectuer des opérations sur des tiddlers à partir de combinaisons de sources. | ||
|
|
||
| !! Changements pour `[is[current]]` | ||
|
|
||
| Une conséquence de ces changements est que `[is[current]]` est à présent un pur filtre sur les tiddlers source<<pv>> du coup, si le tiddler courant est un tiddler manquant qui ne se trouve pas dans la liste source, `[is[current]]` renverra une liste vide. | ||
|
|
||
| Généralement, la solution consiste plutôt à utiliser `[all[current]]`. Ce n'est pas aussi naturel à lire, mais ça a le comportement attendu de retourner systématiquement le tiddler courant, qu'il se trouve ou non parmi les tiddlers sources. | ||
|
|
||
| ! Changements concernant ''title'' et ''field'' | ||
|
|
||
| Il y a des changements mineurs sur la façon dont fonctionnent les opérateurs [[title|FilterOperator: title]] et [[field|FilterOperator: field]]. | ||
|
|
||
| L'opérateur ''title'' est un //sélecteur//<<dp>> il renvoie le titre spécifié, qu'il se trouve ou non dans la source courante. ''title'' est utilisé comme opérateur par défaut si aucun opérateur n'est spécifié. | ||
|
|
||
| L'opérateur ''field'' est un filtre<<dp>> il se contente de retourner un sous-ensemble des tiddlers source. ''field'' est utilisé comme opérateur par défaut si l'opérateur fourni n'est pas défini (l'opérateur fourni est alors passé comme suffixe de l'opérateur ''field'', de sorte que `[description[Missing]]` est équivalent à `[field:description[Missing]]`). |