Skip to content

Commit

Permalink
Update 2.7.5
Browse files Browse the repository at this point in the history
Bug fixes
Minor improvement
  • Loading branch information
kookma committed Mar 9, 2023
1 parent dd3cd45 commit e93e322
Show file tree
Hide file tree
Showing 17 changed files with 155 additions and 254 deletions.
189 changes: 99 additions & 90 deletions docs/index.html

Large diffs are not rendered by default.

159 changes: 19 additions & 140 deletions docs/shiraz-formatter.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packaged/shiraz-formatter.tid

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packaged/shiraz.tid

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/shiraz-formatter/plugin.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Shiraz Formatter",
"description": "Editor buttons and snippets for Shiraz",
"author": "Mohammad Rahmani",
"version": "0.5.1",
"version": "0.5.2",
"core-version": ">=5.2.2",
"source": "https://github.com/kookma/TW-Shiraz",
"list": "readme license history",
Expand Down
2 changes: 1 addition & 1 deletion source/shiraz-formatter/snippets/alert-leftbar.tid
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ tags: $:/tags/TextEditor/Snippet
title: $:/plugins/kookma/shiraz-formatter/snippets/alert-leftbar
type: text/vnd.tiddlywiki

<<alert-leftbar typ:"primary" src:"" width:"100%", class:"">>
<<alert-leftbar type:"primary" src:"" width:"100%", class:"">>
6 changes: 6 additions & 0 deletions source/shiraz-formatter/snippets/colorful-link.tid
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
caption: Colorful link
tags: $:/tags/TextEditor/Snippet
title: $:/plugins/kookma/shiraz-formatter/snippets/colorful-link
type: text/vnd.tiddlywiki

<$link overrideClass="btn btn-danger" to="target">My Link</$link>
1 change: 0 additions & 1 deletion source/shiraz-formatter/snippets/image-polaroid.tid
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caption: Image polaroid
code-body: yes
tags: $:/tags/TextEditor/Snippet
title: $:/plugins/kookma/shiraz-formatter/snippets/image-polaroid
type: text/vnd.tiddlywiki
Expand Down
6 changes: 6 additions & 0 deletions source/shiraz-formatter/snippets/multi-column-layout.tid
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
caption: Multicolumn layout
tags: $:/tags/TextEditor/Snippet
title: $:/plugins/kookma/shiraz-formatter/snippets/multi-column-layout
type: text/vnd.tiddlywiki

<<multicol src:"" ncol:"" class:"">>
2 changes: 1 addition & 1 deletion source/shiraz-formatter/snippets/table-dynamic.tid
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ tags: $:/tags/TextEditor/Snippet
title: $:/plugins/kookma/shiraz-formatter/snippets/table-dynamic
type: text/vnd.tiddlywiki

<<image-pretty img:"" width:"480px" align:"center" caption:"" tooltip:"" alt:"">>
<<table-dynamic filter:"" fields:"" indexes:"" caption:"" sortOp:"sort" class:"" footerRows:"0" stateTiddler:"" editButton:"yes" pagination:"no" emptyMessage:"filter input is empty">>
2 changes: 1 addition & 1 deletion source/shiraz-formatter/snippets/table-quick.tid
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ tags: $:/tags/TextEditor/Snippet
title: $:/plugins/kookma/shiraz-formatter/snippets/table-quick
type: text/vnd.tiddlywiki

<<image-pretty img:"" width:"480px" align:"center" caption:"" tooltip:"" alt:"">>
<<table-csv tidName:"" delimiter:"," sortType:"alphanumeric" format:"" caption:"" class:"" header:"yes" stateTiddler:"" id:"">>
2 changes: 1 addition & 1 deletion source/shiraz/macros/dtables/table-dynamic.tid
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type: text/vnd.tiddlywiki
<table class=<<__class__>> style="caption-side:top">
<!-- reveal caption and edit button -------------------->
<caption style="text-align:left;">
<$list filter="[<__editButton__>match[yes]]" variavle=ignore>
<$list filter="[<__editButton__>match[yes]]" variable=ignore>
<span style="padding-right:5px;padding-left:3px;"><<toggle-edit-view>></span></$list>
$caption$</caption>

Expand Down
2 changes: 1 addition & 1 deletion source/shiraz/plugin.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Shiraz",
"description": "extended markups, styles, images, tables, and macros",
"author": "Mohammad Rahmani",
"version": "2.7.4",
"version": "2.7.5",
"core-version": ">=5.2.2",
"source": "https://github.com/kookma/TW-Shiraz",
"list": "readme license history",
Expand Down
9 changes: 0 additions & 9 deletions source/shiraz/styles/mono.css

This file was deleted.

3 changes: 0 additions & 3 deletions source/shiraz/styles/mono.css.meta

This file was deleted.

13 changes: 13 additions & 0 deletions source/shiraz/styles/mono.tid
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
tags: $:/tags/Stylesheet
title: $:/plugins/kookma/shiraz/styles/mono
type: text/vnd.tiddlywiki

.mono {
color:unset;
background-color: <<colour "code-background">>;
border: 1px solid #e1e1e8;
white-space: pre-wrap;
padding: 0 3px 2px;
border-radius: 3px;
font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}}
}
3 changes: 2 additions & 1 deletion source/shiraz/templates/body/tags.tid
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
code-body: yes
tags: $:/tags/Table/BodyTemplate
tbl-column-list: tags
title: $:/plugins/kookma/shiraz/templates/body/tags
type: text/vnd.tiddlywiki

<$reveal type="nomatch" stateTitle=<<tempTableEdit>> stateIndex="mode" text="edit" tag="td">
<$list filter="[<currentRecord>tags[]]">
<$list filter="[<currentRecord>tags[]] :except[subfilter<sv-exclude-tags>]">
<$transclude tiddler="$:/plugins/kookma/shiraz/templates/body/tag-helper"/>
</$list>
</$reveal>
Expand Down

0 comments on commit e93e322

Please sign in to comment.