Reid,

Thanks for considering my input. I am still in the steep learning curve of 
TiddlyWiki5 development so I cant add too much to technical methods, I can 
express what I would love to see but not so good at providing code 
solutions. Hence my other contributions to the community, like testing and 
review. 

I see the Icon is being displayed :)

On Place a list anywhere.

What I was thinking was having a macro that presents a list of drag-able 
tiddlers, like a single column on your board. This would allow a user to 
work on a single column, and jump to the board when needing to move between 
columns. Also I am personally working on something I call "Object Tiddlers" 
with tabs inside a single tiddlers, and perhaps it would be possible to 
tiddlers drag between list/tabs and a tiddler list in each tab. These are 
inspirational ideas that would be great but you already have a compelling 
solution.

Importing tiddlers, 

I suspect importing tiddlers into a list may be complex and as I described 
there is a practical work around, drag, import and drag into board from 
import list. I like your approach to relying on TiddlyWiki's standard 
features.

I will remain open to assist within my skills.

Regards
Tony

On Monday, September 4, 2017 at 5:19:25 AM UTC+10, Reid Gould wrote:
>
> Tony,
>
> Wow! Using the "Open In New Window" feature like that is great! I would 
> never have thought to try that. I feel compelled to make a plugin for plain 
> mini-story views so I can put two or three normal stories next to each 
> other in their own windows.
>
> Your comment about "place a list anywhere" sounds similar to what Jan 
> suggested above with the sidebar. Can you describe more what you're 
> thinking about with that?
>
> On the topic of importing tiddlers directly onto the board, that would be 
> really nice to have but as I'm thinking about how it could be implemented 
> I'm not sure how it could be done, perhaps you could point me in a 
> direction. One of my goals in this project is to complete the core feature 
> set with no original javascript, instead relying on TiddlyWiki's WikiText, 
> Widgets, and Macros. I think this will make the plugin much more future 
> proof and let it benefit from future development in the TW core. The BLC 
> lists are currently implemented with the same $navigator and $list widgets 
> that make the main story. The docs say navigator does handle import 
> messages, but I don't know how to let the external link escape from the 
> $droppable widgets that enclose the cards such that they could fall back to 
> $dropzone widgets that could be put inside the list's story. I'm already 
> interested in learning how to handle drag and drop data into the browser 
> for another small idea of mine, but to accomplish both of these things I'm 
> not sure if that would require me to override the dropzone.js widget 
> <https://github.com/Jermolene/TiddlyWiki5/blob/f59809e9a4bbb8d29aa5fc3b8a3850cd7bfd08c3/core/modules/widgets/dropzone.js>,
>  
> or if it's handleDropEvent function can pick up custom import logic. Any 
> guidance would be appreciated.
>
> The feature to selective hide and display columns with a single checkbox 
> is already in the works, thanks for the suggestion to leave an area to drop 
> cards into hidden lists, that will definitely be included.
>
> - Reid
>
>
> On Sunday, September 3, 2017 at 2:25:39 AM UTC-5, TonyM wrote:
>>
>> Post Script,
>>
>> I opened you demo using More >  Open In New Window and it works well as a 
>> way to separate the board from the tiddlyWiki "chrome" and Get a full 
>> screen board. Open in Main Story then updates the calling browser window 
>> (normal behavior) but very useful way to use your tool. In this open in new 
>> window mode it would be nice to see the boards title somewhere.
>>
>> Dreaming of the future, it would be nice if "new Card" option was 
>> available on each list with the ability to specify a template (tiddler) (or 
>> a number) for that list, it would help lists manage "tiddler types". And 
>> your Kanban board can be a way to quickly add tiddler content that even 
>> complies with another plugin such as a Project or Task tiddler.
>>
>> Perhaps a nice feature would be to display the icon of the tiddler for 
>> list items as well, ie; if a tiddler has a value in its field named Icon, 
>> arguably with a large icon option as this would make it easy to see 
>> different list items.
>>
>> It can be useful for each column to be named something to support 
>> workflow such as Incoming, WIP, Urgent, Done however one of my bug bears 
>> with Trello is the space a column like Done consumes when you only 
>> occasionally need to look at its details. One idea would be to allow a 
>> column on a board to be folded /hidden into a "button", and Removed from 
>> the columns displayed, however you can still drag a list item to that 
>> button. 
>>
>> Anyway, I will stop with my flight of fancy and look forward to seeing 
>> what you achieve.
>>
>> The mind Boggles,
>>
>> Tony
>>
>>
>> On Sunday, September 3, 2017 at 5:02:04 PM UTC+10, TonyM wrote:
>>>
>>> Reid,
>>>
>>> It is an impressive start. I use and abuse trello a great deal and I too 
>>> would like to own my own data. Not to mention the advantages of integration 
>>> with TiddlyWiki, good work.
>>>
>>> You are moving down a powerful direction and I hope at some time we may 
>>> be able to place a list anywhere and drag and drop from it, for example 
>>> within tabs of a master tiddler.
>>>
>>> No doubt you can foresee the desire to expand the vertical size of the 
>>> board.
>>>
>>> I could not help myself and dragged a complex tiddler to the board from 
>>> another tiddlywiki and it created a new item with no content but using the 
>>> title, even this could be useful, If I drag and import an external tiddler, 
>>> then drag the title (after import) to the board it does include the desired 
>>> content, Please consider allowing external tiddlers to be dropped on the 
>>> list (in distant future perhaps).
>>>
>>> Great work and Good Start to your move from amateur to professional.
>>>
>>> Tony 
>>>
>>> On Sunday, September 3, 2017 at 1:07:47 AM UTC+10, Reid Gould wrote:
>>>>
>>>> BLC Plugin sees it's first light of day!
>>>>
>>>> The wiki: User Guide and Demo  
>>>> <https://reidgould.github.io/tiddlywiki-blc-plugin/>
>>>> Source on GitHub:  https://github.com/reidgould/tiddlywiki-blc-plugin
>>>>
>>>> Trello style cards and lists are very important to my methods, but I 
>>>> can't stand not owning my own data. So when I discovered how fantastically 
>>>> hackable TiddlyWiki is, I made this! It uses normal TW tags and list 
>>>> fields 
>>>> and if you already have those relationships established, you just need to 
>>>> transclude the template into your text and it will show you your existing 
>>>> tiddlers in board, list, card style.
>>>>
>>>> WARNING: This is still in quite early development and is very much not 
>>>> stable. I'm partway through a refactor of the macros I'm using for listops 
>>>> and they have some bugs.
>>>>
>>>> Still, it's starting to become something, so I'm sharing it now hoping 
>>>> for some feedback from you more experienced users. I'd welcome issues on 
>>>> the GitHub page, or any sort of suggestions here on the forum.
>>>>
>>>> Thanks to all the people who made this awesome little tool!
>>>>
>>>> - Reid
>>>>
>>>>
>>>>

-- 
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 [email protected].
To post to this group, send email to [email protected].
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/2265f1f0-2a0a-4be5-bb47-bc6fbd3c6d5b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to