mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Merge branch 'master' into ja-JP
This commit is contained in:
commit
09cf788063
@ -26,7 +26,7 @@ exports.types = {inline: true};
|
||||
exports.init = function(parser) {
|
||||
this.parser = parser;
|
||||
// Regexp to match
|
||||
this.matchRegExp = /~?(?:file|http|https|mailto|ftp|irc|news|data|skype):[^\s'"<>]+(?:\/|\b)/mg;
|
||||
this.matchRegExp = /~?(?:file|http|https|mailto|ftp|irc|news|data|skype):[^\s\|'"<>]+(?:\/|\b)/mg;
|
||||
};
|
||||
|
||||
exports.parse = function() {
|
||||
|
@ -13,7 +13,7 @@ This is the main application logic for both the client and server
|
||||
"use strict";
|
||||
|
||||
// Set to `true` to enable performance instrumentation
|
||||
var PERFORMANCE_INSTRUMENTATION = true;
|
||||
var PERFORMANCE_INSTRUMENTATION = false;
|
||||
|
||||
var widget = require("$:/core/modules/widgets/widget.js");
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
title: $:/snippets/recentchanges
|
||||
|
||||
<$list filter="[!is[system]has[modified]!sort[modified]limit[100]eachday[modified]]">
|
||||
<$list filter="[!is[system]has[modified]!sort[modified]limit[250]eachday[modified]]">
|
||||
<div class="tw-menu-list-item">
|
||||
<$view field="modified" format="date" template={{$:/language/RecentChanges/DateFormat}}/>
|
||||
<$list filter="[sameday{!!modified}!is[system]!sort[modified]]">
|
||||
|
@ -3,6 +3,6 @@ tags: $:/tags/PageControls
|
||||
|
||||
<div class="github-fork-ribbon-wrapper right" style>
|
||||
|
||||
<div class="github-fork-ribbon" style="background-color:#A3D53A;"><$link to="ReleaseHistory"><<version>></$link></div>
|
||||
<div class="github-fork-ribbon" style="background-color:#FFBB3D;"><$link to="ReleaseHistory"><<version>></$link></div>
|
||||
|
||||
</div>
|
@ -33,7 +33,7 @@ The `<$list>` widget can optionally render draft tiddlers through a different te
|
||||
|
||||
!! `storyview` attribute
|
||||
|
||||
The `storyview` attribute gives the specifies the name of an optional module that can animate changes to the list (including navigation). The core ships with the following storyview modules:
|
||||
The `storyview` attribute specifies the name of an optional module that can animate changes to the list (including navigation). The core ships with the following storyview modules:
|
||||
|
||||
* `classic`: renders the list as an ordered sequence of tiddlers
|
||||
* `zoomin`: just renders the current tiddler from the list, with a zoom animation for navigating between tiddlers
|
||||
|
@ -3,6 +3,7 @@ title: $:/language/
|
||||
ClassicWarning/Hint: Ce tiddler est écrit au format TiddlyWiki Classic, qui n'est pas entièrement compatible avec TiddlyWiki version 5. Pour en savoir plus, rendez-vous à l'adresse http://tiddlywiki.com/static/Upgrading.html.
|
||||
ClassicWarning/Upgrade/Caption: Mettre à jour
|
||||
CloseAll/Button: Tout fermer
|
||||
ConfirmCancelTiddler: Souhaitez-vous annuler les modifications apportées au tiddler « <$text text=<<title>>/> » ?
|
||||
ConfirmDeleteTiddler: Souhaitez-vous supprimer le tiddler « <$text text=<<title>>/> » ?
|
||||
ConfirmOverwriteTiddler: Souhaitez-vous écraser le tiddler « <$text text=<<title>>/> » ?
|
||||
InvalidFieldName: Caractères illicites dans le nom du champ « <$text text=<<fieldName>>/> ». Les champs ne peuvent contenir que des lettres minuscules non accentuées et les caractères souligné (`_`), tiret (`-`) et point (`.`)
|
||||
|
@ -3,8 +3,9 @@ title: $:/language/
|
||||
ClassicWarning/Hint: 此条目以经典版 TiddlyWiki 标记格式撰写,不完全相容新版 TiddlyWiki 的格式,详细信息请参阅:http://tiddlywiki.com/static/Upgrading。
|
||||
ClassicWarning/Upgrade/Caption: 升级
|
||||
CloseAll/Button: 全部关闭
|
||||
ConfirmDeleteTiddler: 您确定要删除条目 "<$text text=<<title>>/>" ?
|
||||
ConfirmOverwriteTiddler: 您确定要覆写条目 "<$text text=<<title>>/>" ?
|
||||
ConfirmCancelTiddler: 您确定要放弃对条目 "<$text text=<<title>>/>" 的更改?
|
||||
ConfirmDeleteTiddler: 您确定要删除条目 "<$text text=<<title>>/>"?
|
||||
ConfirmOverwriteTiddler: 您确定要覆写条目 "<$text text=<<title>>/>"?
|
||||
InvalidFieldName: 栏位名称 "<$text text=<<fieldName>>/>" 包含无效字符,栏位名称只能包含小写字母和底线 (`_`)、 连字号 (`-`) 和小数点 (`.`)
|
||||
MissingTiddler/Hint: 佚失条目 "<$text text=<<currentTiddler>>/>" - 点击 {{$:/core/images/edit-button}} 可创建此条目
|
||||
RecentChanges/DateFormat: YYYY年0MM月0DD日
|
||||
|
@ -3,8 +3,9 @@ title: $:/language/
|
||||
ClassicWarning/Hint: 此條目以經典版 TiddlyWiki 標記格式撰寫,不完全相容新版 TiddlyWiki 的格式,詳細資訊請參閱:http://tiddlywiki.com/static/Upgrading。
|
||||
ClassicWarning/Upgrade/Caption: 升級
|
||||
CloseAll/Button: 全部關閉
|
||||
ConfirmDeleteTiddler: 您確定要刪除條目 "<$text text=<<title>>/>" ?
|
||||
ConfirmOverwriteTiddler: 您確定要覆寫條目 "<$text text=<<title>>/>" ?
|
||||
ConfirmCancelTiddler: 您確定要放棄對條目 "<$text text=<<title>>/>" 的更改?
|
||||
ConfirmDeleteTiddler: 您確定要刪除條目 "<$text text=<<title>>/>"?
|
||||
ConfirmOverwriteTiddler: 您確定要覆寫條目 "<$text text=<<title>>/>"?
|
||||
InvalidFieldName: 欄位名稱 "<$text text=<<fieldName>>/>" 包含無效字元,欄位名稱只能包含小寫字母和底線 (`_`)、 連接號 (`-`) 和小數點 (`.`)
|
||||
MissingTiddler/Hint: 佚失條目 "<$text text=<<currentTiddler>>/>" - 點擊 {{$:/core/images/edit-button}} 可建立此條目
|
||||
RecentChanges/DateFormat: YYYY年0MM月0DD日
|
||||
|
@ -85,7 +85,7 @@ CecilyStoryView.prototype.loadMap = function() {
|
||||
this.map = this.listWidget.wiki.getTiddlerData(this.getMapTiddlerTitle(),{
|
||||
positions: {},
|
||||
newTiddlerPosition: {x: 0, y: 0},
|
||||
width: 600
|
||||
width: 660
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user