[tw5] Some help with Tekan Kanban

2019-01-02 Thread Riz
Hello there,

Author of Tekan here. 
Tekan comes in 2 forms. As a plugin, and a standalone form(which I named 
Tekkan, with an extra k). The plugin will let you switch back to Tiddlywiki, 
while the standalone version will not. While this may seem like a shortcoming, 
standalone version has distinct advantages.  It is more performant,  it will 
let you add duplicate cards and has more features than plugin version. 


Standalone version.
https://ibnishak.github.io/Tekkan/Tekkan%20Demo.html

Plugin version.
https://ibnishak.github.io/Tesseract/projects/tekan/Tekan.html (Click on the 
"double-circle" button on the page toolbar to switch between Tekan mode and 
Tiddlywiki mode.


 Now coming to your points.




1. Yeah, archiving lists is not a feature I thought about. It is simple to 
implement though. 
If you want to remove from the board lists you tagged archive, open the shadow 
tiddler '$:/Tekan/Main' and find the following line.

<$list filter="[tag!has[draft.of]]" variable="currentList">

Now change it to 

<$list filter="[tag!has[draft.of]!tag[Archive]]" 
variable="currentList">

2. No. When you open the detailed modal view, try clicking on the title of 
card. It will switch to editable. Once you are done editing, click change. That 
is how it is intended to be used. Not the most intuitive design, I can see. 
That is why it was changed in the standalone version. 

3. See the standalone version.

4. Implemented in standalone version. Open sidebar and select "scroll Y". This 
has some CSS issues as of now.



5. Card tiddler names are already editable. Open the detailed view of card and 
click on title.



Now word of caution: Tekan has not seen significant development for a year 
because of three reasons.
1. The community response was rather mute to the release of Tekkan One. This is 
the major reason behind feature disparity between the two versions. 
2. The support for drag and drop in mobile platforms were rather buggy back 
then. So adaptation to mobile platforms required extensive hacks. In addition, 
tiddlyfox was on the brink of being outdated, which put the future of "easy 
standalone single html" Tiddlywiki at risk. Much as I love the node version, 
the charm of TW5 was the single file version. I didn't want to dedicate a lot 
of time to a platform I was unsure of remaining part of my workflow.
3. Each year I get a few holidays to dedicate to my side projects, and this 
year I had to prioritise Timimi as it was a more pressing issue.


I am seeing a little more interest in Tekan project nowadays. Once I release 
the final version of Timimi, I will revive the Tekan project and bring it up to 
date. There are some significant improvements in what was previously the 
bottlenecks regarding the project. When I do, I will definitely consider your 
points. 

Sincerely,
Riz.

https://ibnishak.github.io/Timimi/

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/83325a0d-7b8c-4d0f-a3fe-521a46ce553b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Some help with Tekan Kanban

2019-01-01 Thread passingby
Happy New Year to all.

In the spirit of new year, I am making a board with Tekan, to pin up all my 
ideas for personal and business realm. I love the interface and the ability 
to switch over to regular TW mode and back and especially the feature to 
view different board through a menu.
I have a few hitches which I hope to get some help on from you guys.

1.When I use the context menu for a list and click the archive button, the 
child cards are archived but nothing happens to the list itself. When I go 
into TW mode I can see that the card tiddlers get tagged as archive but not 
the list tiddler. Further, even if I manually tag the list tiddler with 
archive tag, it still shows up as a list on the board.

2. In the detailed modal view of a card, there is a green button, 'change', 
which when pressed has the effect of actually deleting the card tiddler. Is 
this the intended behaviour?

3. During my excited first hour, I am sure I downloaded a copy of Tekan 
from somewhere which had a settings button on the top right menu, via which 
I could change background colors of the various boards. But I have lost 
that copy and the official downloaded copy does not have that. How do I get 
it back?

Apart from the above, I wish for these features, if they can be implemented 
relatively easily:

1. a modal view of the list tiddler, much similar to modal view of the card 
tiddlers.
2. Ability to edit names of list and card tiddlers in the modal view.

Any suggestions or pointers? 

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8cf6309d-51c7-4732-80a1-d9e8d319b63c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.