[tw5] Re: Tip for creating tiddlers externally (BobWiki on Linux)

2018-11-09 Thread bimlas
Why do not you make a template / abbreviation in your favorite text editor? For example, in Vim, I can imagine that you can add the real date to this with a minimal effort. The advantage over the Bash script is that it works everywhere where the editor is (Win / Mac / Linux). -- You received

[tw5] Re: Bug? Disabling links to missing tiddlers breaks the AdvancedSearch/Filter dropdown menu

2018-11-09 Thread stefct4
Small correction: This won't work if you use the last URL to navigate to the "Advanced Search" tab, since this makes the wiki reload and discard all earlier changes. In order to reproduce the error, it is therefore necessary to navigate to "Advanced Search" manually after changing the settings.

[tw5] Re: Looking for contributors for finding closable issues

2018-11-09 Thread Mohammad
Good idea bimlas! -- 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

[tw5] Re: Bug? Disabling links to missing tiddlers breaks the AdvancedSearch/Filter dropdown menu

2018-11-09 Thread BurningTreeC
Hi all, I've made a PR that fixes this error over there: https://github.com/Jermolene/TiddlyWiki5/pull/3530 BTC -- 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

[tw5] Variation of list filter operator

2018-11-09 Thread ericm
Hi all, Does anyone know of a filter operator that accepts a list of titles as input, the operand is the name of a list field of the current tiddler, and the output is all input titles contained in the list field? I've looked at the *listed* operator but it's not the same function. I'm

[tw5] Re: Can I use a picture to represent an ascii character?

2018-11-09 Thread JWHoneycutt
@Mark S That is exactly what I had been thinking of. Thank you. My images are transcluding too large, and I want them smaller with a nice rounded border - so I just need to find/remember how to do this. @TonyM I also found a suitable font and will (once again) wrestle with how to install

[tw5] Re: Host wiki online for multiple users?

2018-11-09 Thread boreas93
Dear Jed, do you have updates on a multi-user access to an online tiddlywiki? Because i am also trying to find a way for multiple people to be able to collaborate online on a tiddlywiki. Thanks for the reply On Sunday, 1 July 2018 22:38:20 UTC+2, Jed Carty wrote: > > First, it is a not a good

[tw5] Time tracking?

2018-11-09 Thread Scott Kingery
Does anyone have a tiddlywiki they use for time tracking? I dont really need a to-do manager. I want something that I can put in that I just spent an hour on project X and 3 hours on project Y. The goal would be that I could later say how much of my time I spend on project X. Thanks -- You

[tw5] Bug? Disabling links to missing tiddlers breaks the AdvancedSearch/Filter dropdown menu

2018-11-09 Thread stefct4
Hi, Maybe I have encountered a bug in the current version of Tiddlywiki. Steps to reproduce: - Open https://tiddlywiki.com/ - Go to https://tiddlywiki.com/#%24%3A%2FControlPanel and open the "Settings" tab - Go to the "Wiki Links" section and disable "Enable links to missing

[tw5] Re: Bug? Disabling links to missing tiddlers breaks the AdvancedSearch/Filter dropdown menu

2018-11-09 Thread 'Mark S.' via TiddlyWiki
By "broken", on my system it takes all the possible filters and makes them into one unclickable menu option. That does appear pretty broken. -- Mark On Friday, November 9, 2018 at 3:13:56 PM UTC-8, ste...@gmail.com wrote: > > Small correction: This won't work if you use the last URL to navigate

[tw5] Re: Bug? Disabling links to missing tiddlers breaks the AdvancedSearch/Filter dropdown menu

2018-11-09 Thread stefct4
Hi Mark, On Saturday, November 10, 2018 at 12:45:59 AM UTC+1, Mark S. wrote: > > By "broken", on my system it takes all the possible filters and makes them > into one unclickable menu option. That does appear pretty broken. > > Same here. This is what I meant. ~~Stef -- You received this

[tw5] Re: Rendering static TW

2018-11-09 Thread Guillermo Valle
Ok I can get it to work (although I had to remove TiddlyMap for that). The only issue is that I have a custom macro in a tiddler titled `$:/core/modules/macros/3Dmol`, which it complains about when rendering the tiddlers with tiddlywiki --rendertiddlers "[!is[system]] +[!prefix[$:/]]" $:/core/

[tw5] Looking for contributors for finding closable issues

2018-11-09 Thread bimlas
As @TiddlyTweeter pointed out, there are a lot of open bugs on GitHub: https://github.com/Jermolene/TiddlyWiki5/issues/3497 Technical people like to see the GitHub repository to find out "how much the project is living". If they find that there are a lot of open issues, they may not be

[tw5] Re: Announcement a new plugin: Shiraz (a starter kit for Tiddlywiki)

2018-11-09 Thread Mohammad
Hi Dave, Look here https://tiddlywiki.com/prerelease/#TaskManagementExampleDraggableTemplate and here https://tiddlywiki.com/prerelease/#TaskManagementExample%20(Draggable) It uses a template to do that! -Mohammad -- You received this message because you are subscribed to the Google

[tw5] Re: Announcement a new plugin: Shiraz (a starter kit for Tiddlywiki)

2018-11-09 Thread Dave
Hey Mohammed, this might not be the place to discuss this, but I'm fascinated by the re-order capability of your todo list. I assume the order of the items is kept as a list somewhere, but I couldn't find where that is. Could you reveal that for me? Also, is there a way (that you know of)

[tw5] Re: Tip for creating tiddlers externally (BobWiki on Linux)

2018-11-09 Thread Dave
Because with mine it works even if no windows of any kind are open :) On Friday, November 9, 2018 at 2:45:00 PM UTC-7, bimlas wrote: > > Why do not you make a template / abbreviation in your favorite text > editor? For example, in Vim, I can imagine that you can add the real date > to this with

[tw5] Re: Tip for creating tiddlers externally (BobWiki on Linux)

2018-11-09 Thread Dave
That's a good point about the second line. You're right, it only works if there's at least 2 lines if you use that code. I switched it to sed -i "1icreated: ${longdate}" """$fullname""" and it still works because the title is already in place in the file, and even if there's only the one

[tw5] Re: Can I use a picture to represent an ascii character?

2018-11-09 Thread 'Mark S.' via TiddlyWiki
Not having a bunch of images to work with, here's a start. This is where TW really needs a regular expression extraction filter. But in lieu of that, what I've done here is to use recursion to pop off the letters one by one. I only have letters A thru F, but you can add the rest in. You can

[tw5] Re: Announcement a new plugin: Shiraz (a starter kit for Tiddlywiki)

2018-11-09 Thread Mohammad
Hello Josiah, The favorites plugin can be found here https://github.com/kookma/favorites Mohammad -- 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

[tw5] Re: Announcement a new plugin: Shiraz (a starter kit for Tiddlywiki)

2018-11-09 Thread Mohammad
Hello Tony! Thank you! The favorite plugin is originally created by Andrew Harrison (http://favorites.tiddlyspot.com/). I revised it and add some icons and retied to match the vanilla theme of Tiddlywiki. It is a very handy tool and I believe it should be part of the core! Right now, it is

[tw5] Re: Announcement a new plugin: Shiraz (a starter kit for Tiddlywiki)

2018-11-09 Thread Mohammad
Hello David, Actually I started using Tiddlywiki from 2005. It is here: https://classic.tiddlywiki.com/firstversion.html (Mine was 49kB, but at official site it was told 52kB) I stayed with TW classic and had a customized version mainly by adding plugins from Eric Shulman Tiddlytools (a

[tw5] Re: Reveal Gradually Macros: Next Revision

2018-11-09 Thread Mohammad
Hello Tony! Many thanks for your comments! I will revise and correct for spelling errors :-) By the way please use the new home of Reveal Gradually at: The new release of Reveal Gradually contains several codes and has got a new home at * Code: https://github.com/kookma/Reveal-Gradually

[tw5] Re: Announcement a new plugin: Shiraz (a starter kit for Tiddlywiki)

2018-11-09 Thread @TiddlyTweeter
That Harrison favorites button is one of the tools I use a lot. I'd love to see your revised version! I can't find it. Best wishes Josiah Mohammad wrote: > The favorite plugin is originally created by Andrew Harrison ( > http://favorites.tiddlyspot.com/). > I revised it and add some icons and

[tw5] Re: Reveal Gradually Macros: Next Revision

2018-11-09 Thread Mohammad
Okay Tony! I will add suitable explanation to wiki! Cheers Mohammad -- 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

[tw5] Re: Announcement a new plugin: Shiraz (a starter kit for Tiddlywiki)

2018-11-09 Thread @TiddlyTweeter
Mohammad Great piece of work! Not least because it illustrates the value of "a self-documenting" wiki "in the round" (English phrase meaning 'filled out; with needed detail'). >From an "information design" point of view it looks effective for its purpose.Its not overburdened with detail. But

[tw5] Re: Reveal Gradually Macros: Next Revision

2018-11-09 Thread TonyM
Mohammad, The text I provided with the tagpill method would be easier to use. And changing the order of items in a list field harder for others to do. A personal preference try it and see what you think about ease of use. Regards Tony -- You received this message because you are subscribed

[tw5] Rendering static TW

2018-11-09 Thread Guillermo Valle
I have been trying for ages to get tiddlywiki to render the tiddlers into separate static html files. Like tiddlywiki.com itself is made: https://tiddlywiki.com/static/RenderCommand.html However, I just can't. Many different errors come up, or it just doesn't work properly I just want the

[tw5] Re: Tip for creating tiddlers externally (BobWiki on Linux)

2018-11-09 Thread 'Mark S.' via TiddlyWiki
It wouldn't just apply to Bob -- anywhere that you want to create tids on the fly (including tids to import into a standalone later). It might even work in the Git Bash shell (but I'm not set up to test that right now). It appears that for your code to work, the tid file already needs to have

[tw5] Re: Announcement a new plugin: Shiraz (a starter kit for Tiddlywiki)

2018-11-09 Thread Diego Mesa
Mohammad, This is wonderful. I am *very *interested in having this become part of the core, or a standard edition of tiddlywiki - something like the "getting started" wiki. Diego On Friday, November 9, 2018 at 9:28:42 AM UTC-6, Mohammad wrote: > > Hello Josiah, > The favorites plugin can be

[tw5] Re: Announcement a new plugin: Shiraz (a starter kit for Tiddlywiki)

2018-11-09 Thread Mohammad
Hello Diego May be we need to create a PR and lets Jeremy knows! -Mohammad -- 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

[tw5] Tip for creating tiddlers externally (BobWiki on Linux)

2018-11-09 Thread Dave
I have my BobWiki tiddlers folder synced across several computers, but don't have BobWiki (or nodejs version) installed on all of them, but you can quickly write a note for your TW instance with a bash script. The minimal thing you need to include in a tid file (mytiddler.tid) is the line