Skip to content

Commit

Permalink
Update 0.6.2
Browse files Browse the repository at this point in the history
Several new examples
New focus attribute added to macros
  • Loading branch information
kookma committed Aug 3, 2022
1 parent ff29029 commit 8d2e8d8
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 19 deletions.
60 changes: 51 additions & 9 deletions docs/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packaged/kara.tid

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions source/kara/macros/add-items.tid
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
created: 20220727183257363
modified: 20220803035713332
modified: 20220803045914476
tags: show-content
title: $:/plugins/kookma/kara/macros/add-items
type: text/vnd.tiddlywiki
Expand All @@ -16,7 +16,7 @@ type: text/vnd.tiddlywiki
tag="input"
class="kk-kara-input-textbox"
placeholder=<<editTextPlaceholder>>
default="" minHeight="1em" focus="yes"
default="" minHeight="1em" focus=<<focusStatus>>
/>
</$keyboard>
</$keyboard>
Expand Down
5 changes: 3 additions & 2 deletions source/kara/macros/checklist.tid
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
created: 20220725144340300
modified: 20220803035945141
modified: 20220803045801148
tags: $:/tags/Macro
title: $:/plugins/kookma/kara/macros/checklist
type: text/vnd.tiddlywiki

\define checklist(tiddler, showInput)
\define checklist(tiddler, showInput, focus:"yes")
\import $:/plugins/kookma/kara/macros/add-items
\import $:/plugins/kookma/kara/macros/add-items-checklist
\import $:/plugins/kookma/kara/macros/disp-items-checklist
Expand All @@ -18,6 +18,7 @@ type: text/vnd.tiddlywiki
tempId={{{ [<tiddler>!is[blank]then[checklist/$(currentTiddler)$/]addsuffix<tiddler>]
:else[[checklist/]addsuffix[$(currentTiddler)$]] }}}
editTextPlaceholder="add new todo item"
focusStatus=<<__focus__>>
lbr="
" >
<!-- extract the data block -->
Expand Down
5 changes: 3 additions & 2 deletions source/kara/macros/interstitial.tid
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
created: 20220726171327383
modified: 20220803040313123
modified: 20220803045850404
tags: $:/tags/Macro
title: $:/plugins/kookma/kara/macros/interstitial
type: text/vnd.tiddlywiki

\define interstitial(tiddler, showInput)
\define interstitial(tiddler, showInput, focus:"yes")
\import $:/plugins/kookma/kara/macros/add-items
\import $:/plugins/kookma/kara/macros/add-items-interstitial
\import $:/plugins/kookma/kara/macros/disp-items-interstitial
Expand All @@ -15,6 +15,7 @@ type: text/vnd.tiddlywiki
tempId={{{ [<tiddler>!is[blank]then[interstitial/$(currentTiddler)$/]addsuffix<tiddler>]
:else[[interstitial/]addsuffix[$(currentTiddler)$]] }}}
editTextPlaceholder="add new interstitial note"
focusStatus=<<__focus__>>
lbr="
" >
<!-- extract the data block -->
Expand Down
2 changes: 1 addition & 1 deletion source/kara/plugin.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Kara",
"description": "Small plain checklist and interstitial journaling",
"author": "Mohammad Rahmani",
"version": "0.6.1",
"version": "0.6.2",
"parent-plugin": "$:/plugins/kookma/thinkup",
"core-version": ">=5.2.1",
"source": "https://github.com/kookma/TW-Kara",
Expand Down

0 comments on commit 8d2e8d8

Please sign in to comment.