diff --git a/boot/boot.css.tid b/boot/boot.css.tid index 44293a5b7..2cf486be8 100644 --- a/boot/boot.css.tid +++ b/boot/boot.css.tid @@ -9,7 +9,7 @@ Basic styles used before we boot up the parsing engine Error message and password prompt */ -.tw-password-wrapper, .tw-error-form { +.tc-password-wrapper, .tc-error-form { font-family: sans-serif; z-index: 20000; position: fixed; @@ -22,7 +22,7 @@ Error message and password prompt border-radius: 8px; } -.tw-error-form { +.tc-error-form { color: #fff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); background-color: rgb(255, 75, 75); @@ -31,32 +31,32 @@ Error message and password prompt margin-left: -244px; /* - width/2 - paddingHorz/2 - border */ } -.tw-error-form div { +.tc-error-form div { padding-bottom: 1em; } -.tw-error-prompt { +.tc-error-prompt { color: #000; text-shadow: none; } -.tw-password-wrapper { +.tc-password-wrapper { color: #000; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); background-color: rgb(197, 235, 183); border: 8px solid rgb(164, 197, 152); } -.tw-password-wrapper form { +.tc-password-wrapper form { text-align: left; } -.tw-password-wrapper h1 { +.tc-password-wrapper h1 { font-size: 16px; line-height: 20px; padding-bottom: 16px; } -.tw-password-wrapper input { +.tc-password-wrapper input { width: 100%; } diff --git a/boot/boot.js b/boot/boot.js index 17b5a2707..32294c881 100644 --- a/boot/boot.js +++ b/boot/boot.js @@ -139,10 +139,10 @@ $tw.utils.error = function(err) { // Display an error message to the user var dm = $tw.utils.domMaker, heading = dm("h1",{text: errHeading}), - prompt = dm("div",{text: promptMsg, "class": "tw-error-prompt"}), + prompt = dm("div",{text: promptMsg, "class": "tc-error-prompt"}), message = dm("div",{text: err}), button = dm("button",{text: "close"}), - form = dm("form",{children: [heading,prompt,message,button], "class": "tw-error-form"}); + form = dm("form",{children: [heading,prompt,message,button], "class": "tc-error-form"}); document.body.insertBefore(form,document.body.firstChild); form.addEventListener("submit",function(event) { document.body.removeChild(form); @@ -447,7 +447,7 @@ $tw.utils.PasswordPrompt = function() { // Store of pending password prompts this.passwordPrompts = []; // Create the wrapper - this.promptWrapper = $tw.utils.domMaker("div",{"class":"tw-password-wrapper"}); + this.promptWrapper = $tw.utils.domMaker("div",{"class":"tc-password-wrapper"}); document.body.appendChild(this.promptWrapper); // Hide the empty wrapper this.setWrapperDisplay(); diff --git a/contributing.md b/contributing.md index 9c4a9ca54..e2b294730 100644 --- a/contributing.md +++ b/contributing.md @@ -1,3 +1,3 @@ -

Contributing to TiddlyWiki5

TiddlyWiki5 welcomes contributions to its code and documentation via GitHub. Please take a moment to read these notes to help make the process as smooth as possible.

Coding Style

Code contributions should follow the TiddlyWiki Coding Style Guidelines.

GitHub Issues

See ReportingBugs for information about how TiddlyWiki handles bug reports.

Contributor License Agreement

Like other OpenSource projects, TiddlyWiki5 needs a signed contributor license agreement from individual contributors. This is a legal agreement that allows contributors to assert that they own the copyright of their contribution, and that they agree to license it to the UnaMesa Association (the legal entity that owns TiddlyWiki on behalf of the community).

This is a first pass at a CLA for TiddlyWiki. Please let us know if we missed something important. If we do have to make essential changes to the CLA, there is a possibility that all contributors will need to sign it again

How to sign the CLA

Create a GitHub pull request to add your name to cla-individual.md or cla-entity.md, with the date in the format (YYYY/MM/DD).

eg: Jeremy Ruston, @Jermolene, 2011/11/22

Thank you!

Attribution

The CLA documents used for this project were created using Harmony Project Templates. "HA-CLA-I-LIST Version 1.0" for "CLA-individual" and "HA-CLA-E-LIST Version 1.0" for "CLA-entity" -

This file was automatically generated by TiddlyWiki5 +

Contributing to TiddlyWiki5

TiddlyWiki5 welcomes contributions to its code and documentation via GitHub. Please take a moment to read these notes to help make the process as smooth as possible.

Coding Style

Code contributions should follow the TiddlyWiki Coding Style Guidelines.

GitHub Issues

See ReportingBugs for information about how TiddlyWiki handles bug reports.

Contributor License Agreement

Like other OpenSource projects, TiddlyWiki5 needs a signed contributor license agreement from individual contributors. This is a legal agreement that allows contributors to assert that they own the copyright of their contribution, and that they agree to license it to the UnaMesa Association (the legal entity that owns TiddlyWiki on behalf of the community).

This is a first pass at a CLA for TiddlyWiki. Please let us know if we missed something important. If we do have to make essential changes to the CLA, there is a possibility that all contributors will need to sign it again

How to sign the CLA

Create a GitHub pull request to add your name to cla-individual.md or cla-entity.md, with the date in the format (YYYY/MM/DD).

eg: Jeremy Ruston, @Jermolene, 2011/11/22

Thank you!

Attribution

The CLA documents used for this project were created using Harmony Project Templates. "HA-CLA-I-LIST Version 1.0" for "CLA-individual" and "HA-CLA-E-LIST Version 1.0" for "CLA-entity" +

This file was automatically generated by TiddlyWiki5

\ No newline at end of file diff --git a/core/images/cancel-button.tid b/core/images/cancel-button.tid index 2ce32e674..34acf1bf4 100644 --- a/core/images/cancel-button.tid +++ b/core/images/cancel-button.tid @@ -1,4 +1,4 @@ title: $:/core/images/cancel-button tags: $:/tags/Image - \ No newline at end of file + \ No newline at end of file diff --git a/core/images/chevron-left.tid b/core/images/chevron-left.tid index a0c04993c..3f72a0548 100644 --- a/core/images/chevron-left.tid +++ b/core/images/chevron-left.tid @@ -1,7 +1,7 @@ title: $:/core/images/chevron-left tags: $:/tags/Image - + diff --git a/core/images/chevron-right.tid b/core/images/chevron-right.tid index 477a1d889..dd7b22c6a 100644 --- a/core/images/chevron-right.tid +++ b/core/images/chevron-right.tid @@ -1,7 +1,7 @@ title: $:/core/images/chevron-right tags: $:/tags/Image - + diff --git a/core/images/clone-button.tid b/core/images/clone-button.tid index ecea96c31..4aa1c9362 100644 --- a/core/images/clone-button.tid +++ b/core/images/clone-button.tid @@ -1,7 +1,7 @@ title: $:/core/images/clone-button tags: $:/tags/Image - + diff --git a/core/images/close-all-button.tid b/core/images/close-all-button.tid index 0d3e0f46d..a9ed15d96 100644 --- a/core/images/close-all-button.tid +++ b/core/images/close-all-button.tid @@ -1,7 +1,7 @@ title: $:/core/images/close-all-button tags: $:/tags/Image - + diff --git a/core/images/close-button.tid b/core/images/close-button.tid index f438edcc1..d75f9ee09 100644 --- a/core/images/close-button.tid +++ b/core/images/close-button.tid @@ -1,4 +1,4 @@ title: $:/core/images/close-button tags: $:/tags/Image - + diff --git a/core/images/close-others-button.tid b/core/images/close-others-button.tid index 5bc26ca28..7598df39e 100644 --- a/core/images/close-others-button.tid +++ b/core/images/close-others-button.tid @@ -1,7 +1,7 @@ title: $:/core/images/close-others-button tags: $:/tags/Image - + diff --git a/core/images/delete-button.tid b/core/images/delete-button.tid index c0c25b50e..3e5c807f2 100644 --- a/core/images/delete-button.tid +++ b/core/images/delete-button.tid @@ -1,4 +1,4 @@ title: $:/core/images/delete-button tags: $:/tags/Image - + diff --git a/core/images/done-button.tid b/core/images/done-button.tid index e89efaa1d..aea267bbf 100644 --- a/core/images/done-button.tid +++ b/core/images/done-button.tid @@ -1,4 +1,4 @@ title: $:/core/images/done-button tags: $:/tags/Image - + diff --git a/core/images/down-arrow.tid b/core/images/down-arrow.tid index a341bbf08..e67296a84 100644 --- a/core/images/down-arrow.tid +++ b/core/images/down-arrow.tid @@ -1,4 +1,4 @@ title: $:/core/images/down-arrow tags: $:/tags/Image - + diff --git a/core/images/download-button.tid b/core/images/download-button.tid index 2530c7d32..b59c86215 100644 --- a/core/images/download-button.tid +++ b/core/images/download-button.tid @@ -1,4 +1,4 @@ title: $:/core/images/download-button tags: $:/tags/Image - \ No newline at end of file + \ No newline at end of file diff --git a/core/images/edit-button.tid b/core/images/edit-button.tid index 8600bca71..28334b516 100644 --- a/core/images/edit-button.tid +++ b/core/images/edit-button.tid @@ -1,4 +1,4 @@ title: $:/core/images/edit-button tags: $:/tags/Image - + diff --git a/core/images/export-button.tid b/core/images/export-button.tid index 24b07e150..1192b7339 100644 --- a/core/images/export-button.tid +++ b/core/images/export-button.tid @@ -1,7 +1,7 @@ title: $:/core/images/export-button tags: $:/tags/Image - + diff --git a/core/images/full-screen-button.tid b/core/images/full-screen-button.tid index ca96994c1..acc6edbd6 100644 --- a/core/images/full-screen-button.tid +++ b/core/images/full-screen-button.tid @@ -1,7 +1,7 @@ title: $:/core/images/full-screen-button tags: $:/tags/Image - + diff --git a/core/images/globe.tid b/core/images/globe.tid index 2edccf671..02b58e219 100644 --- a/core/images/globe.tid +++ b/core/images/globe.tid @@ -1,7 +1,7 @@ title: $:/core/images/globe tags: $:/tags/Image - + diff --git a/core/images/home-button.tid b/core/images/home-button.tid index 95450bf21..9d6e8bae8 100644 --- a/core/images/home-button.tid +++ b/core/images/home-button.tid @@ -1,4 +1,4 @@ title: $:/core/images/home-button tags: $:/tags/Image - + diff --git a/core/images/import-button.tid b/core/images/import-button.tid index 307809e5e..54534bb6c 100644 --- a/core/images/import-button.tid +++ b/core/images/import-button.tid @@ -1,7 +1,7 @@ title: $:/core/images/import-button tags: $:/tags/Image - + diff --git a/core/images/info-button.tid b/core/images/info-button.tid index 6da295c56..f19df45bc 100644 --- a/core/images/info-button.tid +++ b/core/images/info-button.tid @@ -1,4 +1,4 @@ title: $:/core/images/info-button tags: $:/tags/Image - + diff --git a/core/images/locked-padlock.tid b/core/images/locked-padlock.tid index ebcbd92e5..28a6ea986 100644 --- a/core/images/locked-padlock.tid +++ b/core/images/locked-padlock.tid @@ -1,7 +1,7 @@ title: $:/core/images/locked-padlock tags: $:/tags/Image - + diff --git a/core/images/menu-button.tid b/core/images/menu-button.tid index 32f6239cb..beffcfac7 100644 --- a/core/images/menu-button.tid +++ b/core/images/menu-button.tid @@ -1,4 +1,4 @@ title: $:/core/images/menu-button tags: $:/tags/Image - + diff --git a/core/images/new-button.tid b/core/images/new-button.tid index 760181001..758496661 100644 --- a/core/images/new-button.tid +++ b/core/images/new-button.tid @@ -1,4 +1,4 @@ title: $:/core/images/new-button tags: $:/tags/Image - + diff --git a/core/images/options-button.tid b/core/images/options-button.tid index 2365cec17..808eca808 100644 --- a/core/images/options-button.tid +++ b/core/images/options-button.tid @@ -1,4 +1,4 @@ title: $:/core/images/options-button tags: $:/tags/Image - + diff --git a/core/images/permalink-button.tid b/core/images/permalink-button.tid index 118b2f495..5441b4a14 100644 --- a/core/images/permalink-button.tid +++ b/core/images/permalink-button.tid @@ -1,7 +1,7 @@ title: $:/core/images/permalink-button tags: $:/tags/Image - + diff --git a/core/images/permaview-button.tid b/core/images/permaview-button.tid index 2684406b9..360d80865 100644 --- a/core/images/permaview-button.tid +++ b/core/images/permaview-button.tid @@ -1,7 +1,7 @@ title: $:/core/images/permaview-button tags: $:/tags/Image - + diff --git a/core/images/refresh-button.tid b/core/images/refresh-button.tid index 31575e31c..d42bb679c 100644 --- a/core/images/refresh-button.tid +++ b/core/images/refresh-button.tid @@ -1,7 +1,7 @@ title: $:/core/images/refresh-button tags: $:/tags/Image - + diff --git a/core/images/right-arrow.tid b/core/images/right-arrow.tid index 73c2545ef..4627076e0 100644 --- a/core/images/right-arrow.tid +++ b/core/images/right-arrow.tid @@ -1,4 +1,4 @@ title: $:/core/images/right-arrow tags: $:/tags/Image - \ No newline at end of file + \ No newline at end of file diff --git a/core/images/save-button.tid b/core/images/save-button.tid index 88e55fd4e..b79a23acd 100644 --- a/core/images/save-button.tid +++ b/core/images/save-button.tid @@ -1,4 +1,4 @@ title: $:/core/images/save-button tags: $:/tags/Image - + diff --git a/core/images/star-filled.tid b/core/images/star-filled.tid index 11b43c2e4..3199c14db 100644 --- a/core/images/star-filled.tid +++ b/core/images/star-filled.tid @@ -1,7 +1,7 @@ title: $:/core/images/star-filled tags: $:/tags/Image - + diff --git a/core/images/storyview-classic.tid b/core/images/storyview-classic.tid index 86fa1c21e..3e64fd5d1 100644 --- a/core/images/storyview-classic.tid +++ b/core/images/storyview-classic.tid @@ -1,7 +1,7 @@ title: $:/core/images/storyview-classic tags: $:/tags/Image - + diff --git a/core/images/storyview-pop.tid b/core/images/storyview-pop.tid index 442fc8e77..95139f2a4 100644 --- a/core/images/storyview-pop.tid +++ b/core/images/storyview-pop.tid @@ -1,7 +1,7 @@ title: $:/core/images/storyview-pop tags: $:/tags/Image - + diff --git a/core/images/storyview-zoomin.tid b/core/images/storyview-zoomin.tid index 764c27993..20a16ab9f 100644 --- a/core/images/storyview-zoomin.tid +++ b/core/images/storyview-zoomin.tid @@ -1,7 +1,7 @@ title: $:/core/images/storyview-zoomin tags: $:/tags/Image - + diff --git a/core/images/tag-button.tid b/core/images/tag-button.tid index 7d53a8a70..259fb023a 100644 --- a/core/images/tag-button.tid +++ b/core/images/tag-button.tid @@ -1,7 +1,7 @@ title: $:/core/images/tag-button tags: $:/tags/Image - + diff --git a/core/images/theme-button.tid b/core/images/theme-button.tid index 419a10924..87dac4cd9 100644 --- a/core/images/theme-button.tid +++ b/core/images/theme-button.tid @@ -1,7 +1,7 @@ title: $:/core/images/theme-button tags: $:/tags/Image - + diff --git a/core/images/unlocked-padlock.tid b/core/images/unlocked-padlock.tid index fc0b2bf97..6e24bb3b3 100644 --- a/core/images/unlocked-padlock.tid +++ b/core/images/unlocked-padlock.tid @@ -1,7 +1,7 @@ title: $:/core/images/unlocked-padlock tags: $:/tags/Image - + diff --git a/core/modules/parsers/wikiparser/rules/extlink.js b/core/modules/parsers/wikiparser/rules/extlink.js index abc4debd4..539d0f11b 100644 --- a/core/modules/parsers/wikiparser/rules/extlink.js +++ b/core/modules/parsers/wikiparser/rules/extlink.js @@ -41,7 +41,7 @@ exports.parse = function() { tag: "a", attributes: { href: {type: "string", value: this.match[0]}, - "class": {type: "string", value: "tw-tiddlylink-external"}, + "class": {type: "string", value: "tc-tiddlylink-external"}, target: {type: "string", value: "_blank"} }, children: [{ diff --git a/core/modules/parsers/wikiparser/rules/prettyextlink.js b/core/modules/parsers/wikiparser/rules/prettyextlink.js index 960c410c0..45bcbbf43 100644 --- a/core/modules/parsers/wikiparser/rules/prettyextlink.js +++ b/core/modules/parsers/wikiparser/rules/prettyextlink.js @@ -73,7 +73,7 @@ exports.parseLink = function(source,pos) { tag: "a", start: pos, attributes: { - "class": {type: "string", value: "tw-tiddlylink-external"}, + "class": {type: "string", value: "tc-tiddlylink-external"}, }, children: [textNode] }; diff --git a/core/modules/parsers/wikiparser/rules/prettylink.js b/core/modules/parsers/wikiparser/rules/prettylink.js index 2b6cfeb22..12683b3eb 100644 --- a/core/modules/parsers/wikiparser/rules/prettylink.js +++ b/core/modules/parsers/wikiparser/rules/prettylink.js @@ -44,7 +44,7 @@ exports.parse = function() { tag: "a", attributes: { href: {type: "string", value: link}, - "class": {type: "string", value: "tw-tiddlylink-external"}, + "class": {type: "string", value: "tc-tiddlylink-external"}, target: {type: "string", value: "_blank"} }, children: [{ diff --git a/core/modules/storyviews/zoomin.js b/core/modules/storyviews/zoomin.js index 42683566b..46afb354a 100644 --- a/core/modules/storyviews/zoomin.js +++ b/core/modules/storyviews/zoomin.js @@ -108,10 +108,10 @@ ZoominListView.prototype.navigateTo = function(historyInfo) { }; /* -Find the first child DOM node of a widget that has the class "title" +Find the first child DOM node of a widget that has the class "tc-title" */ function findTitleDomNode(widget,targetClass) { - targetClass = targetClass || "title"; + targetClass = targetClass || "tc-title"; var domNode = widget.findFirstDomNode(); if(domNode && domNode.querySelector) { return domNode.querySelector("." + targetClass); diff --git a/core/modules/utils/dom/modal.js b/core/modules/utils/dom/modal.js index b2b3ca2c1..702a5e7b5 100644 --- a/core/modules/utils/dom/modal.js +++ b/core/modules/utils/dom/modal.js @@ -50,12 +50,12 @@ Modal.prototype.display = function(title,options) { this.modalCount++; this.adjustPageClass(); // Add classes - $tw.utils.addClass(wrapper,"modal-wrapper"); - $tw.utils.addClass(modalBackdrop,"modal-backdrop"); - $tw.utils.addClass(modalWrapper,"modal"); - $tw.utils.addClass(modalHeader,"modal-header"); - $tw.utils.addClass(modalBody,"modal-body"); - $tw.utils.addClass(modalFooter,"modal-footer"); + $tw.utils.addClass(wrapper,"tc-modal-wrapper"); + $tw.utils.addClass(modalBackdrop,"tc-modal-backdrop"); + $tw.utils.addClass(modalWrapper,"tc-modal"); + $tw.utils.addClass(modalHeader,"tc-modal-header"); + $tw.utils.addClass(modalBody,"tc-modal-body"); + $tw.utils.addClass(modalFooter,"tc-modal-footer"); // Join them together wrapper.appendChild(modalBackdrop); wrapper.appendChild(modalWrapper); diff --git a/core/modules/widgets/link.js b/core/modules/widgets/link.js index b5cd89fd8..c1bda8a91 100755 --- a/core/modules/widgets/link.js +++ b/core/modules/widgets/link.js @@ -60,15 +60,15 @@ LinkWidget.prototype.renderLink = function(parent,nextSibling) { if(this.linkClasses) { classes.push(this.linkClasses); } - classes.push("tw-tiddlylink"); + classes.push("tc-tiddlylink"); if(this.isShadow) { - classes.push("tw-tiddlylink-shadow"); + classes.push("tc-tiddlylink-shadow"); } if(this.isMissing && !this.isShadow) { - classes.push("tw-tiddlylink-missing"); + classes.push("tc-tiddlylink-missing"); } else { if(!this.isMissing) { - classes.push("tw-tiddlylink-resolves"); + classes.push("tc-tiddlylink-resolves"); } } domNode.setAttribute("class",classes.join(" ")); @@ -126,7 +126,7 @@ LinkWidget.prototype.handleClickEvent = function (event) { LinkWidget.prototype.handleDragStartEvent = function(event) { if(this.to) { // Set the dragging class on the element being dragged - $tw.utils.addClass(event.target,"tw-tiddlylink-dragging"); + $tw.utils.addClass(event.target,"tc-tiddlylink-dragging"); // Create the drag image elements this.dragImage = this.document.createElement("div"); this.dragImage.className = "tw-tiddler-dragger"; @@ -170,7 +170,7 @@ LinkWidget.prototype.handleDragStartEvent = function(event) { LinkWidget.prototype.handleDragEndEvent = function(event) { // Remove the dragging class on the element being dragged - $tw.utils.removeClass(event.target,"tw-tiddlylink-dragging"); + $tw.utils.removeClass(event.target,"tc-tiddlylink-dragging"); // Delete the drag image element if(this.dragImage) { this.dragImage.parentNode.removeChild(this.dragImage); diff --git a/core/templates/alltiddlers.template.html.tid b/core/templates/alltiddlers.template.html.tid index bb1d8f3c6..ba3d7bde2 100644 --- a/core/templates/alltiddlers.template.html.tid +++ b/core/templates/alltiddlers.template.html.tid @@ -21,7 +21,7 @@ type: text/vnd.tiddlywiki-html {{$:/StaticBanner||$:/core/templates/html-tiddler}} -
+
{{$:/core/templates/alltiddlers.content||$:/core/templates/html-tiddler}}
diff --git a/core/templates/static.tiddler.html.tid b/core/templates/static.tiddler.html.tid index 679c82dac..87cad5387 100644 --- a/core/templates/static.tiddler.html.tid +++ b/core/templates/static.tiddler.html.tid @@ -14,7 +14,7 @@ title: $:/core/templates/static.tiddler.html `{{$:/StaticBanner||$:/core/templates/html-tiddler}}` -
+
`<$importvariables filter="[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]"> <$view tiddler="$:/core/ui/ViewTemplate" format="htmlwikified"/> ` diff --git a/core/ui/AdvancedSearch/Filter.tid b/core/ui/AdvancedSearch/Filter.tid index 9703d9ca6..72c4f5074 100644 --- a/core/ui/AdvancedSearch/Filter.tid +++ b/core/ui/AdvancedSearch/Filter.tid @@ -7,7 +7,7 @@ caption: {{$:/language/Search/Filter/Caption}} <> - +
<$reveal state=<> type="nomatch" text="" default=""> diff --git a/core/ui/AdvancedSearch/Shadows.tid b/core/ui/AdvancedSearch/Shadows.tid index 39d170c1c..54781683e 100644 --- a/core/ui/AdvancedSearch/Shadows.tid +++ b/core/ui/AdvancedSearch/Shadows.tid @@ -7,7 +7,7 @@ caption: {{$:/language/Search/Shadows/Caption}} <> - + diff --git a/core/ui/AdvancedSearch/Standard.tid b/core/ui/AdvancedSearch/Standard.tid index d93da904f..0b81afc0d 100644 --- a/core/ui/AdvancedSearch/Standard.tid +++ b/core/ui/AdvancedSearch/Standard.tid @@ -7,7 +7,7 @@ caption: {{$:/language/Search/Standard/Caption}} <> - + diff --git a/core/ui/AdvancedSearch/System.tid b/core/ui/AdvancedSearch/System.tid index 17d080798..c6921b74d 100644 --- a/core/ui/AdvancedSearch/System.tid +++ b/core/ui/AdvancedSearch/System.tid @@ -7,7 +7,7 @@ caption: {{$:/language/Search/System/Caption}} <> - + diff --git a/core/ui/AlertTemplate.tid b/core/ui/AlertTemplate.tid index 051729e45..c2c34d730 100644 --- a/core/ui/AlertTemplate.tid +++ b/core/ui/AlertTemplate.tid @@ -2,7 +2,7 @@ title: $:/core/ui/AlertTemplate
-<$button message="tw-delete-tiddler" class="btn-invisible"> +<$button message="tw-delete-tiddler" class="tc-btn-invisible"> {{$:/core/images/delete-button}}
diff --git a/core/ui/ControlPanel/Plugins.tid b/core/ui/ControlPanel/Plugins.tid index a476a9290..bb885d194 100644 --- a/core/ui/ControlPanel/Plugins.tid +++ b/core/ui/ControlPanel/Plugins.tid @@ -18,12 +18,12 @@ $:/config/Plugins/Disabled/$(currentTiddler)$ \define plugin-table-body(type,disabledMessage)
<$reveal type="nomatch" state=<> text="yes"> -<$button class="btn-invisible btn-dropdown" set=<> setTo="yes"> +<$button class="tc-btn-invisible btn-dropdown" set=<> setTo="yes"> {{$:/core/images/right-arrow}} <$reveal type="match" state=<> text="yes"> -<$button class="btn-invisible btn-dropdown" set=<> setTo="no"> +<$button class="tc-btn-invisible btn-dropdown" set=<> setTo="no"> {{$:/core/images/down-arrow}} diff --git a/core/ui/ControlPanel/Tools.tid b/core/ui/ControlPanel/Tools.tid index 48b131056..b4212b887 100644 --- a/core/ui/ControlPanel/Tools.tid +++ b/core/ui/ControlPanel/Tools.tid @@ -11,7 +11,7 @@ caption: {{$:/language/ControlPanel/Tools/Caption}} ! <> -<$button message="tw-download-file" param="$:/core/templates/alltiddlers.template.html" class="btn-big-green"><> {{$:/core/images/save-button}} +<$button message="tw-download-file" param="$:/core/templates/alltiddlers.template.html" class="tc-btn-big-green"><> {{$:/core/images/save-button}} ! <> diff --git a/core/ui/EditTemplate/fields.tid b/core/ui/EditTemplate/fields.tid index 7c5a51a96..5bc00bc8f 100644 --- a/core/ui/EditTemplate/fields.tid +++ b/core/ui/EditTemplate/fields.tid @@ -21,7 +21,7 @@ $:/config/EditTemplateFields/Visibility/$(currentField)$ <$edit-text tiddler=<> field=<> placeholder={{$:/language/EditTemplate/Fields/Add/Value/Placeholder}}/> -<$button message="tw-remove-field" param=<> class="btn-invisible">{{$:/core/images/delete-button}} +<$button message="tw-remove-field" param=<> class="tc-btn-invisible">{{$:/core/images/delete-button}} diff --git a/core/ui/EditTemplate/tags.tid b/core/ui/EditTemplate/tags.tid index 5c9c15ca6..69f1bb4f3 100644 --- a/core/ui/EditTemplate/tags.tid +++ b/core/ui/EditTemplate/tags.tid @@ -9,14 +9,14 @@ background-color:$(backgroundColor)$; <$fieldmangler> <$list filter="[all[current]tags[]sort[title]]" storyview="pop"><$set name="backgroundColor" value={{!!color}}>> class="tw-tag-label"> <$view field="title" format="text" /> -<$button message="tw-remove-tag" param={{!!title}} class="btn-invisible tw-remove-tag-button">× +<$button message="tw-remove-tag" param={{!!title}} class="tc-btn-invisible tw-remove-tag-button">×
<$edit-text tiddler="$:/temp/NewTagName" tag="input" default="" placeholder={{$:/language/EditTemplate/Tags/Add/Placeholder}} focusPopup=<> class="tw-edit-texteditor"/> - <$button popup=<> class="btn-invisible btn-dropdown">{{$:/core/images/down-arrow}} + <$button popup=<> class="tc-btn-invisible btn-dropdown">{{$:/core/images/down-arrow}} <$button message="tw-add-tag" param={{$:/temp/NewTagName}} set="$:/temp/NewTagName" setTo="" class=""> <> diff --git a/core/ui/EditTemplate/type.tid b/core/ui/EditTemplate/type.tid index 476d42cc3..a18dc244e 100644 --- a/core/ui/EditTemplate/type.tid +++ b/core/ui/EditTemplate/type.tid @@ -2,7 +2,7 @@ title: $:/core/ui/EditTemplate/type tags: $:/tags/EditTemplate \define lingo-base() $:/language/EditTemplate/ -

<$fieldmangler><> <$edit-text field="type" tag="input" default="" placeholder={{$:/language/EditTemplate/Type/Placeholder}} focusPopup=<> class="tw-edit-typeeditor"/> <$button popup=<> class="btn-invisible btn-dropdown">{{$:/core/images/down-arrow}} <$button message="tw-remove-field" param="type" class="btn-invisible btn-icon">{{$:/core/images/delete-button}}

+

<$fieldmangler><> <$edit-text field="type" tag="input" default="" placeholder={{$:/language/EditTemplate/Type/Placeholder}} focusPopup=<> class="tw-edit-typeeditor"/> <$button popup=<> class="tc-btn-invisible btn-dropdown">{{$:/core/images/down-arrow}} <$button message="tw-remove-field" param="type" class="tc-btn-invisible tc-btn-icon">{{$:/core/images/delete-button}}

<$reveal state=<> type="nomatch" text="" default=""> diff --git a/core/ui/ImportListing.tid b/core/ui/ImportListing.tid index 66c080ae7..2f62ae9dc 100644 --- a/core/ui/ImportListing.tid +++ b/core/ui/ImportListing.tid @@ -30,12 +30,12 @@ selection-$(payloadTiddler)$ <$reveal type="nomatch" state=<> text="yes"> -<$button class="btn-invisible btn-dropdown" set=<> setTo="yes"> +<$button class="tc-btn-invisible btn-dropdown" set=<> setTo="yes"> {{$:/core/images/right-arrow}} <$text text=<>/> <$reveal type="match" state=<> text="yes"> -<$button class="btn-invisible btn-dropdown" set=<> setTo="no"> +<$button class="tc-btn-invisible btn-dropdown" set=<> setTo="no"> {{$:/core/images/down-arrow}} <$text text=<>/> diff --git a/core/ui/MissingTemplate.tid b/core/ui/MissingTemplate.tid index 11b387547..bfd48df01 100644 --- a/core/ui/MissingTemplate.tid +++ b/core/ui/MissingTemplate.tid @@ -1,7 +1,7 @@ title: $:/core/ui/MissingTemplate
-<$button popup=<> class="btn-invisible tw-missing-tiddler-label"> +<$button popup=<> class="tc-btn-invisible tw-missing-tiddler-label"> <$view field="title" format="text" /> <$reveal state=<> type="popup" position="below" animate="yes"> diff --git a/core/ui/PageControls/language.tid b/core/ui/PageControls/language.tid index 9c074b02a..8b197d045 100644 --- a/core/ui/PageControls/language.tid +++ b/core/ui/PageControls/language.tid @@ -8,7 +8,7 @@ $(languagePluginTitle)$/icon \end <$button popup=<> title={{$:/language/Buttons/Language/Hint}} aria-label={{$:/language/Buttons/Language/Caption}} class=<> selectedClass="tw-selected"> <$list filter="[prefix[yes]]"> - + <$set name="languagePluginTitle" value={{$:/language}}> <$image source=<>/> @@ -31,7 +31,7 @@ $(languagePluginTitle)$/icon   - + <$set name="languagePluginTitle" value=<>> <$transclude subtiddler=<>> <$list filter="[all[current]field:title[$:/languages/en-GB]]"> diff --git a/core/ui/PageControls/more-page-actions.tid b/core/ui/PageControls/more-page-actions.tid index 24ffe8380..3018d9e9f 100644 --- a/core/ui/PageControls/more-page-actions.tid +++ b/core/ui/PageControls/more-page-actions.tid @@ -22,7 +22,7 @@ $:/config/PageControlButtons/Visibility/$(listItem)$ <$set name="tw-config-toolbar-text" value="yes"> -<$set name="tw-config-toolbar-class" value="btn-invisible"> +<$set name="tw-config-toolbar-class" value="tc-btn-invisible"> <$list filter="[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]] -[[$:/core/ui/Buttons/more-page-actions]]" variable="listItem"> diff --git a/core/ui/PageTemplate.tid b/core/ui/PageTemplate.tid index 3ce5cad36..ff451f227 100644 --- a/core/ui/PageTemplate.tid +++ b/core/ui/PageTemplate.tid @@ -10,7 +10,7 @@ tw-page-container tw-page-view-$(themeTitle)$ tw-language-$(languageTitle)$ <$set name="tw-config-toolbar-text" value={{$:/config/Toolbar/Text}}> -<$set name="tw-config-toolbar-class" value="btn-invisible"> +<$set name="tw-config-toolbar-class" value="tc-btn-invisible"> <$set name="themeTitle" value={{$:/view}}> diff --git a/core/ui/PageTemplate/sidebar.tid b/core/ui/PageTemplate/sidebar.tid index d202db60e..7d85129a4 100644 --- a/core/ui/PageTemplate/sidebar.tid +++ b/core/ui/PageTemplate/sidebar.tid @@ -6,7 +6,7 @@ $:/config/PageControlButtons/Visibility/$(listItem)$ \end <$scrollable fallthrough="no" class="tw-sidebar-scrollable"> -