Re: [tw5] Re: .tid export options

2020-06-21 Thread Atul Grover
Kudos JED for BOB. We should have a seperate tiddler on tw5.com referring to all the ways in which performances of large wikis can be handled. I believe it is a question we will all ask at some point in time. Regards AG On Mon, 22 Jun 2020, 5:56 am TW Tones, wrote: > Atul, > > Jed made Bob,

[tw5] Re: Referencing a Field in another Tiddler during Transclusion

2020-06-21 Thread TW Tones
Scott, Quick tip, in your lists above the `<>` changes according to the list filter, that is why {{!!title}} refers to the tiddler in the list (result of the filter). However you could always use another variable=other-tiddler in the list statement to keep referring to the original tiddler,

[tw5] Referencing a Field in another Tiddler during Transclusion

2020-06-21 Thread Scott Masterson
Hello All, This is my first post here, so please forgive my naiveite and beginner status. BLUF: I'm trying to create a prototype for a notification system for a relatively complex military organization, and I'm trying to figure out how to reference the fields of one Tiddler, while

[tw5] Re: Links within fields

2020-06-21 Thread Damon Pritchett
Eric / Tony, As always, thank you so much. Everything you both said makes perfect sense. I appreciate the input very much. Thanks to both of you, I'm learning a great deal about Tiddlywiki. Damon On Sunday, June 21, 2020 at 5:48:59 PM UTC-7, Damon Pritchett wrote: > > All, > > Pretty quick

[tw5] Re: Links within fields

2020-06-21 Thread TW Tones
Just to note <$list filter="[tag{!!somefield}}]">... should be <$list filter="[tag{!!somefield}]">... But Erics argument is important. Keeping links as native urls also allows you to use the html Open Note in the above link the "target" parameter is not in use, but can be used to direct the

[tw5] Re: Time Tracking in TiddlyWiki?

2020-06-21 Thread TW Tones
Eric, Don't bother here, but a simple flag to detect a data change between start and end may be sufficient here. Basically a separate calculation for such "date transgressions" could do it, but it would be well served by having the actual start/end date collected as well. One could even count

[tw5] Re: What is TiddlyWiki's demographic, both current and intended?

2020-06-21 Thread TW Tones
Alex, Once again you are responding from the demographic we share, the "odd intellectual" :) ? Non-linear thinking (and texts - is it best to treat them both as the same > thing?) can be seen "fork" in a garden path. > I think the fact tiddlywiki supports non-linear records and concepts

[tw5] Re: Links within fields

2020-06-21 Thread Eric Shulman
On Sunday, June 21, 2020 at 5:48:59 PM UTC-7, Damon Pritchett wrote: > > Pretty quick question from someone who knows just enough to do something > stupid. I'm starting down the road of having tiddler titles in custom > fields with the square brackets around the title so the field turns into a

[tw5] Re: [Plugin] TWCrossLinks

2020-06-21 Thread TW Tones
Anjar, No time to finish publishing something, but this similar to a recent ideal I am developing called "autonomous-fields". Basically a single tiddler, by the name of the fieldname, with the view template tag, which displays its own value in tiddlers that use it. Keep an eye out for it.

[tw5] Re: Time Tracking in TiddlyWiki?

2020-06-21 Thread Eric Shulman
On Sunday, June 21, 2020 at 5:42:24 PM UTC-7, TW Tones wrote: > > This has some cute code patterns in it, like second padded field. Love > your work. > Before delving in, in detail have you accounted for tasks active across > midnight? > Yeah.. it should handle day boundaries just fine... but

[tw5] Links within fields

2020-06-21 Thread Damon Pritchett
All, Pretty quick question from someone who knows just enough to do something stupid. I'm starting down the road of having tiddler titles in custom fields with the square brackets around the title so the field turns into a link when displayed. Before I go too far down this path, I'd like to

[tw5] Re: Time Tracking in TiddlyWiki?

2020-06-21 Thread TW Tones
Eric, This has some cute code patterns in it, like second padded field. Love your work. Before delving in, in detail have you accounted for tasks active across midnight? Regards Tony On Monday, June 22, 2020 at 9:41:56 AM UTC+10, Eric Shulman wrote: > > On Sunday, June 21, 2020 at 12:24:57

[tw5] Re: .tid export options

2020-06-21 Thread TW Tones
Atul, Jed made Bob, but I expect he would still like to know you are grateful for Bobexe I just want to add moving to a folder implementation is not the only way to improve performance os larger wikis. there are dozens of methods some as simple as hiding the sidebar tabs etc... then others

[tw5] Re: Easy way to delete tiddlers with a certain tag?

2020-06-21 Thread Eric Shulman
On Sunday, June 21, 2020 at 5:12:37 PM UTC-7, Jake wrote: > > Hit the $:/AdvanedSearch tiddler (click the magnifier glass next to the >> sidebar search), click on the "Filter" tab and enter "[tag[tagName]]" (no >> quotes) in the search box. There is an option to delete or export all >> search

[tw5] Re: Preview: RapidTiddler

2020-06-21 Thread TW Tones
Michael, Looks interesting, thanks for contributing to the community. a few quick thoughts; - I believe others have worked on predictive links including in the standard editor, but these things tend to not work in code mirror so this would be a good complement. - It would be nice

Re: [tw5] Re: Problems importing JSON file

2020-06-21 Thread Eric Shulman
On Sunday, June 21, 2020 at 3:27:20 PM UTC-7, Robert Jopling wrote: > > I am a newbie to TW5 and JSON so please can you explain how I achieve > that. The JSON file was an export from a database app. > To *export* tiddlers from TiddlyWiki using JSON format (go to $:/AdvancedSearch -> Filters

[tw5] Re: Easy way to delete tiddlers with a certain tag?

2020-06-21 Thread 'Jake' via TiddlyWiki
> Hit the $:/AdvanedSearch tiddler (click the magnifier glass next to the > sidebar search), click on the "Filter" tab and enter "[tag[tagName]]" (no > quotes) in the search box. There is an option to delete or export all > search results right next to the search box. > Thanks! That's

[tw5] Re: Time Tracking in TiddlyWiki?

2020-06-21 Thread Eric Shulman
On Sunday, June 21, 2020 at 12:24:57 PM UTC-7, si wrote: > > Wow Eric that's great thank you! > You are very welcome! > I think what's missing is the ability to record time for the same task > across multiple sessions. > I've edited some of your code so that the start/stop buttons don't erase

[tw5] Re: Easy way to delete tiddlers with a certain tag?

2020-06-21 Thread Joshua Fontany
Hit the $:/AdvanedSearch tiddler (click the magnifier glass next to the sidebar search), click on the "Filter" tab and enter "[tag[tagName]]" (no quotes) in the search box. There is an option to delete or export all search results right next to the search box. Best, Joshua Fontany On Sunday,

[tw5] Re: Problems importing JSON file

2020-06-21 Thread john.edw...@gmail.com
Lacking a "title" per entry. Also I don't think "date visited" works for a field but "date_visited" will. On Sunday, June 21, 2020 at 5:53:56 PM UTC-4 Robert Jopling wrote: > Hello > > TW5. I am trying to import a JSON file which contains the following so as > to create two new tiddlers. When

Re: [tw5] Re: Problems importing JSON file

2020-06-21 Thread Robert Jopling
I am a newbie to TW5 and JSON so please can you explain how I achieve that. The JSON file was an export from a database app. On Sun, 21 Jun 2020, 23:00 Saq Imtiaz, wrote: > Each tiddler needs a unique title attribute. > > On Sunday, June 21, 2020 at 11:53:56 PM UTC+2, Robert Jopling wrote: >>

[tw5] Easy way to delete tiddlers with a certain tag?

2020-06-21 Thread 'Jake' via TiddlyWiki
I've searched the forum and I know this question was raised a couple of times, but many of the topics are 5 or 10 years old and I'm not sure if they are suitable for the current version of TiddlyWiki since all those solutions are quite complicated, especially for a newbie. Plus maybe there is

[tw5] Re: [Presenting]: STROLL official rollout!

2020-06-21 Thread 波普
Hi David, When I click the “show right column” buttom, can it hide the sidebar automatically to get the maximum display range? This can reduce one click and is very useful when I switch Tiddlymap. Thank you! Bop 在 2020年5月7日星期四 UTC+8下午11:04:17,David Gifford写道: > > Hi everyone > > Stroll is a

[tw5] Re: [alpha testing] Drift gets TiddlyMap

2020-06-21 Thread 波普
Hi Tony, The map lacks display options for other views. I cannot switch between live view and custom view. Thanks Bop 在2020年5月25日星期一UTC + 8上午4:57:16,Tony K: > > 大家好, > > 我开始将Tiddlymap集成到Drift中,我想我需要帮助(如果您想测试)。 > > 在此处附加一个空版本,供您使用和测试 > > 请*不要*在没有备份的情况下先将任何数据放在这里我不希望由于任何原因对任何潜在的数据丢失负责 > > 请*务必

[tw5] Re: Sharing Drift

2020-06-21 Thread 波普
Hi, Tony I want the sidebar to show on the right. What should I do? Thanks! 在 2020年5月26日星期二 UTC+8上午3:00:01,Tony K写道: > > Thread bump for v0.2.0 > > Drift now supports "side-by-side" tiddlers where you can "pin" a tiddler > to the side bar and view it in parallel to the others > > > On

[tw5] Re: Problems importing JSON file

2020-06-21 Thread Saq Imtiaz
Each tiddler needs a unique title attribute. On Sunday, June 21, 2020 at 11:53:56 PM UTC+2, Robert Jopling wrote: > > Hello > > TW5. I am trying to import a JSON file which contains the following so as > to create two new tiddlers. When I drag and drop the file on to the green > bar in either

[tw5] Problems importing JSON file

2020-06-21 Thread Robert Jopling
Hello TW5. I am trying to import a JSON file which contains the following so as to create two new tiddlers. When I drag and drop the file on to the green bar in either Firefox, Chrome or TiddlyDesktop I get zero tiddlers. Does anyone know why? [ { "condition": "Destroyed",

[tw5] Re: [Plugin] TWCrossLinks

2020-06-21 Thread 波普
Hi,Tony Freelinks cannot display the connection of the Chinese title, can you check it? Thank you! Bop 在 2020年5月3日星期日 UTC+8上午12:31:44,Tony K写道: > > Update to *v0.1.20* > > version change log: > > 2020-05-22: v0.1.20 > >- Empty tabs are not now hidden no need to look at empty spaces >

[tw5] Re: Time Tracking in TiddlyWiki?

2020-06-21 Thread si
Wow Eric that's great thank you! I think what's missing is the ability to record time for the same task across multiple sessions. I've edited some of your code so that the start/stop buttons don't erase the field, but just add the new timestamps to the end of the field. This way the "start"

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-21 Thread Birthe C
Mark S, TW Tones could be right. I have been playing with the editor, the outliner and they just works. I have been using the outliner each day since the first version because I find it useful. I just do not have anything intelligent to add to that. I am sure it will be a loved addition to

[tw5] Re: What is TiddlyWiki's demographic, both current and intended?

2020-06-21 Thread TiddlyTweeter
OGNSYA wrote: > > Does the TW community have some sort of formal shared high-level roadmap? > As far as active promotion goes I don't think there is one. There IS a common concern that *Starters* can grasp how to save & what a TW is on First use. There is much concern that Starters Can Start

[tw5] Re: What is TiddlyWiki's demographic, both current and intended?

2020-06-21 Thread Alex Hough
Josiah, I wrote my two recent "speaches" directly into the Google group web interface. I'm collecting them (in the first instance) by using a new gmail account to sign into the group. I decided to separate my TW related activities from everything else that comes into my gmail account. I

[tw5] Re: What is TiddlyWiki's demographic, both current and intended?

2020-06-21 Thread OGNSYA
Not arrogant at all! I'm learning :) I understand TW isn't an entity on itself - I was just trying to simplify things. Though I agree it makes sense to take one step back then, and perhaps ask: Does the TW community have some sort of formal shared high-level roadmap? (Of course, I'd imagine

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-21 Thread TiddlyTweeter
I doubt that is the issue. Just saying TT On Sunday, 21 June 2020 02:28:59 UTC+2, TW Tones wrote: > > Mark, > > I think feedback on Noto, could be like when I practice french with a > native speaker, When I get it wrong the feed back is confusion, quizzical > looks, questions and possible

Re: [tw5] Re: Preview: RapidTiddler

2020-06-21 Thread Saq Imtiaz
I think a lot of people just use simple text formatting for most of their content and might find something like this helpful. Cheers, Saq On Sunday, June 21, 2020 at 6:21:52 PM UTC+2, Michael Arndt wrote: > > I didn’t want to use a modifier key because that would not work on mobile. > I agree

[tw5] Re: Time Tracking in TiddlyWiki?

2020-06-21 Thread Eric Shulman
On Sunday, June 21, 2020 at 5:08:10 AM UTC-7, si wrote: > > I use TiddlyWiki as a task manager, among other things, and I thought it > would be cool to know how long I spent working on a completed task. > Off the top of my head I imagine having a "start/stop" button that will > alternately add a

Re: [tw5] Re: Preview: RapidTiddler

2020-06-21 Thread Michael Arndt
I didn’t want to use a modifier key because that would not work on mobile. I agree that markup is limiting. My idea would be to use that format for short notes and switch back to regular TiddlyWiki format for longer texts where appropriate (in fact that’s why I came back to tiddly after looking at

[tw5] Re: What is TiddlyWiki's demographic, both current and intended?

2020-06-21 Thread TiddlyTweeter
OGNSYA wrote: > > Breaking that up into two simpler questions: > > *1. What are the things TW is trying to achieve?* > I doubt a TW can think! :-) Beware of wrapping complex issues in simple imperatives! There is NO TW trying to do anything. Only many variant users with uses. Actually I

Re: [tw5] Re: Preview: RapidTiddler

2020-06-21 Thread Saq Imtiaz
It might also be possible to superimpose the link on the text (or vice versa) and only trigger navigation if a modifier key is used. The big caveat of course is that the concept of always visible markup is only useful for simple text and not if using macros or widgets. Though even then it

[tw5] Opening links in other wikis

2020-06-21 Thread Jon
Hi, I have a couple of inter-related wikis but I noticed that clicking multiple links to the second wiki opens up the wiki multiple times. Can this be avoided once the 2nd wiki is open? Regards Jon -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

Re: [tw5] Re: Preview: RapidTiddler

2020-06-21 Thread Michael Arndt
Yes, I’m not keen on the arrows myself, it’s just a quick and dirty proof of concept. It can by any inline html element. Saq Imtiaz schrieb am So. 21. Juni 2020 um 16:45: > Hi Michael, thanks for sharing! At first blush it looks very interesting. > > I am wondering if we can be inventive and

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-21 Thread TiddlyTweeter
Mark S. wrote: > > ... I was hoping there would be more interest in either the outliner or > the editor. Perhaps I misjudged the need. > Me too. Its, I think, the usual TW story. Not that many people here & right now I count 4 variations on inline-ish editing going on. That is a lot for our

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-21 Thread TiddlyTweeter
Mark S. wrote: It seems like being able to configure the split phrase dynamically might be useful. Certainly for users like me who like regex it would be useful. Better than having to hack your code. What I like about Noto a lot is once a user got their "doc" prepped its a doddle to slice

[tw5] Re: [preview] UI tweaks and doodads

2020-06-21 Thread TiddlyTweeter
Thanks David! Much appreciated. David Gifford wrote: > > TiddlyTweeter, it is an example of editing from the view template. But > the bulk of it was to show the type area and fields area, normally at the > bottom of edit mode, moved to the info button in view mode. Great solution! > Totally

[tw5] Re: Preview: RapidTiddler

2020-06-21 Thread Saq Imtiaz
Hi Michael, thanks for sharing! At first blush it looks very interesting. I am wondering if we can be inventive and find a better alternative to the arrows though.. have some ideas but would need to take a peek :) Cheers, Saq On Sunday, June 21, 2020 at 4:09:04 PM UTC+2, Michael Arndt wrote:

Re: [tw5] Re: Tiddly Desktop bug

2020-06-21 Thread 'Jake' via TiddlyWiki
> > Hi OGNSYA, Jake, > > What operating system are you using? > > To be clear, are you both experiencing the same problem: that double > clicking the tray icon when TiddlyDesktop is running causes the wiki list > to become corrupted? > Hi Jeremy! Any launch of a second TiddlyDesktop

[tw5] Re: [preview] UI tweaks and doodads

2020-06-21 Thread TiddlyTweeter
Now I understand it! Good approach. I frequently want to change Content Type, for instance, and I'd rather not have to have to go into editor just to do that. By putting multiple gadgets under the Info button is a good design approach! You can develop access to a lot of tools without getting

[tw5] Re: [preview] UI tweaks and doodads

2020-06-21 Thread Saq Imtiaz
@Tony Interesting to see what you're up to as well. Reminds me of when we first got fields in TWC and I went crazy with templates :) The interface you see in the video is what I use for tiddlers that use the default template (this being my default). For tiddlers with custom templates I too

[tw5] Re: Timimi Firefox Ubuntu and External Hard Drive

2020-06-21 Thread Boris Kalinin
Thank you! Everything seems to work fine now. Installed Timimi properly on Linux and renamed volume and folder to English characters. воскресенье, 21 июня 2020 г., 15:47:45 UTC+5 пользователь Riz написал: > > Hi Boris, > Just confirming: You do have the timimi backend for Ubuntu installed, >

[tw5] Re: [preview] UI tweaks and doodads

2020-06-21 Thread OGNSYA
Nice! That does look much slicker than the default editing experience in TW. Is the title field also directly editable? This is one thing I miss in TW - to have more flexibility in editing the title of a tiddler. I understand that this is due to the role Title has as a tiddler's unique

[tw5] Time Tracking in TiddlyWiki?

2020-06-21 Thread si
I use TiddlyWiki as a task manager, among other things, and I thought it would be cool to know how long I spent working on a completed task. Off the top of my head I imagine having a "start/stop" button that will alternately add a timestamp to the fields "start" and "stop". Then I could

[tw5] Re: .tid export options

2020-06-21 Thread Atul Grover
Thanks Birthe, BOBexe worked like a charm. Thanks to RIZ too, for making BOBexe. AG On Sunday, June 21, 2020 at 4:49:41 PM UTC+5:30, Birthe C wrote: > > Atul, > > I took the easy road and used BobEXE, create from html file. Bob took care > of it. > That way I didn't have to export anything.

Re: [tw5] Re: Tiddly Desktop bug

2020-06-21 Thread TW Tones
Jeremy I will check but this fault and my fix occurred after opening tiddlydesktop twice to see if I could reproduce the original thread. This seemed to match the others experience. Thus I thought it relevant. I will try and reproduce it but the main symptom I observed was a visual corruption

[tw5] Re: .tid export options

2020-06-21 Thread Birthe C
Atul, I took the easy road and used BobEXE, create from html file. Bob took care of it. That way I didn't have to export anything. Birthe -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw5] Re: What is TiddlyWiki's demographic, both current and intended?

2020-06-21 Thread OGNSYA
Hi all! Tones: My idea is to get a really broad idea of the demographics. Nothing as precise as pet types :) If we did find that most TW's are about turtles, maybe that would help understanding how to make TW more flexible. About trying to actually measure users/usage: It seems very realistic

Re: [tw5] Re: Tiddly Desktop bug

2020-06-21 Thread Jeremy Ruston
Hi OGNSYA, Jake, What operating system are you using? To be clear, are you both experiencing the same problem: that double clicking the tray icon when TiddlyDesktop is running causes the wiki list to become corrupted? Many thanks, Jeremy -- Jeremy Ruston jer...@jermolene.com

[tw5] Re: Timimi Firefox Ubuntu and External Hard Drive

2020-06-21 Thread Riz
Hi Boris, Just confirming: You do have the timimi backend for Ubuntu installed, right? Non English folder names will not work. This is a known issue. Unfortunately this is a bug in the Tiddlyfox saver. Hence this will affect any browser addon that depend on Tiddlyfox saver mechanism. There is

[tw5] Re: .tid export options

2020-06-21 Thread Atul Grover
Thanks Birthe, Here is my problem. I have a large wiki and has started to show in loading/saving. I am hoping that using the tw as tiddlers in data folder will make it more efficient. So how do I convert my single page html into its component tiddlers (.tids) ? Regards AG -- You received

Re: [tw5] Tiddly Desktop bug

2020-06-21 Thread Jeremy Ruston
Hi TW Tones > On 21 Jun 2020, at 02:27, TW Tones wrote: > > I just experienced this my self, must be a new bug. > > However I went to the TiddlyDesktop backstage and found the error in the > WikiList tiddler. Deleting this to restore the shadow tiddler fixed it. > > I have placed a full

[tw5] Re: [preview] UI tweaks and doodads

2020-06-21 Thread Saq Imtiaz
@Joshua I guess we could argue that the refresh issue is a feature and not a bug ;) So the editing of the text actually creates a draft tiddler and all editing happens in that, which has the added benefit that you can cancel and not commit your changes (a feature that I don't think we realize

[tw5] Re: .tid export options

2020-06-21 Thread Birthe C
Hi Atul, How to export tiddlers The last line i that tiddler says: The ".tid" format is unique from the other formats in that only one tiddler will be exported, even if you are attempting to export all tiddlers or a selection of tiddlers.

[tw5] Re: Stroll Questions

2020-06-21 Thread oha...@gmail.com
Hmm, perhaps I am mistaken. I cannot seem to get it to work anymore, I must have imagined it  On Saturday, 20 June 2020 at 14:06:09 UTC+2 David Gifford wrote: > Hi oha, regarding the titles in Stroll, try going to the sidebar tabs, > gear icon tab, and toggling " *Choose how to view titles* "

[tw5] .tid export options

2020-06-21 Thread Atul Grover
Hello everyone, There is .tid export option on the sidebar, and there is another .tid export option from each tiddler. I was under the impression that the .tid exporter on a tiddler exports that specific tiddler, while the one in the sidebar exports the .tids for the entire wiki (saving all