[tw5] Re: Query: What is a fragment?

2020-05-21 Thread TonyM
Hay, I am all for chunking, but we must realise moving a chunk is important, rather than copying it, Chunks need to keep their name, if we do make copies, or we can loose data with duplicates. Another point is combining chunks can remain virtual with chunks remaining themself. We could find a

[tw5] Re: Date format without $view ?

2020-05-21 Thread TonyM
> sleeping thinking about this but, still, I would like to know how to do the > above for my own education > > > thanks again > > > > > On Thursday, May 21, 2020 at 2:58:57 AM UTC+3, TonyM wrote: >> >> Tony K, >> >> Fine run with your s

[tw5] Re: Set value of a variable conditionally

2020-05-20 Thread TonyM
from a list such as "short long N(for length)" then have additional nested lists to interogate these and respond to each differently. In this case emptyMessge/value is never triggerd, the result has more testing done to it. eg if not short not long Regards TonyM On Thu

[tw5] Sharing bookmarklets

2020-05-20 Thread TonyM
Folks, With some previous guidance from Jeremy, I have build a bookmarklet maker, and I want to share the result. Can anyone help me with this?, I have gone down a few blind alleys trying to do this. I would love to share some. - How can we share a bookmarklet that works in our browser

Re: [tw5] Re: Redesign of the edittemplate area: an unfinished prototype

2020-05-20 Thread TonyM
David, > Hard to visualize the other things you mentioned. I would say, do a draft > version of what you are saying, and I can look at it to suggest visual / > functional improvements. > > > Will do cant garentee a delivery date though Regards Tony -- You received this message because you

[tw5] Re: Query: What is a fragment?

2020-05-20 Thread TonyM
TT Your welcome, I appreciate yout raising conceptual and philosophical issues about tiddlywiki. Thanks Tony On Wednesday, May 20, 2020 at 11:19:16 PM UTC+10, TiddlyTweeter wrote: > > Ciao TonyM ... >> >> >> How do I decide? For me its based on decades of experience in

[tw5] Re: Set value of a variable conditionally

2020-05-20 Thread TonyM
TonyK An empty message can be a macro, that contains many things, \define onemptymessage() {empty message code here} \end <$list filter="""[length[]match[9]then[short]else[long]]""" variable="type" emptyMessage=<> /> {full code here} It can even look like this <$list

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-20 Thread TonyM
Saq, I cant seem to get any video working and I really want to see this. Any suggestions? Tony On Thursday, May 21, 2020 at 10:37:43 AM UTC+10, Saq Imtiaz wrote: > > There are a few things not shown in the video: > > - bullets can be multiline. > - you can drag and drop bullets between

[tw5] Re: Redesign of TiddlyWiki

2020-05-20 Thread TonyM
Folks, Strong values expressed in this reply are my personal feelings based on complex concepts, and I do not intend insult to anyone, if you feel I have slighted you somehow, you miss readme. I would rather express my ideas then self censor. Scanning this thread, I see a lot of value to read

[tw5] Re: How many types of text preview are there?

2020-05-20 Thread TonyM
Paco, there are 6 on tiddlywiki.com by virtue of the core plugin Internals being installed. This includes the useful html preview. The others are for deeper inspection of tiddlywiki internals. You could design your own too. Regards Tony -- You received this message because you are

[tw5] Re: Date format without $view ?

2020-05-20 Thread TonyM
Tony K, Fine run with your solution with a JS macro since this is clearly your strength,However I am confident with a little more detail to your request, for clarity I can make a pure wikit text and widget solutions for you. On the other hand using the title as a time stamp ie the primary key

[tw5] Re: Making recursive + if-then-else based macro code simpler ?

2020-05-20 Thread TonyM
surprising to me that I end up with a code I am not > comfortable with, not happy with, that I wondered if there was something I > completely missed with macros and nested if-then-else statements. > > > If that's just the way it works, then OK... Otherwise I'd be happy to > learn how to pr

[tw5] Re: Query: What is a fragment?

2020-05-20 Thread TonyM
TT How do I decide? For me its based on decades of experience in IT with a conceptual approach to understanding and negotiating my way through complexity. Although I actively try and find ways to make my implicit knowledge explicit. It is difficult to communicate with people of many different

[tw5] Query: What is a fragment?

2020-05-20 Thread TonyM
TT is this fragment not the tiddler? since the tiddler title is a unique key then the tiddler is a record, contains columns / fields. The only difference is the text field especialy can contain a rich functionality and perhaps there we can have fragments of macros and transclusions. I am not

[tw5] Re: tweaking draggable list with filter

2020-05-19 Thread TonyM
Dave Almost the opposite is true Filter={{filtertiddler}} Regards Tony -- 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.

Re: [tw5] Re: Redesign of the edittemplate area: an unfinished prototype

2020-05-19 Thread TonyM
David, You are very productive at present. Thanks for Stroll I am using it primarily for authoring content, and the two stories as I can brainstorm in one tiddler and display it along side the final draft. - In my stroll I was just looking at something similar, to provide guidance to

[tw5] Re: TiddlyDesktop method for exporting individual tiddlers (90% there)

2020-05-19 Thread TonyM
Eric, A Version of this that saves selected or filtered tiddlers to a jason tiddler, would be another option and helpful, because it can use the default export mechanism but also be a way to package tiddler that can be dragged and dropped, from the current wiki. Once packed there is not need

[tw5] Tiddler body text is not visible

2020-05-18 Thread TonyM
Richard Just check to see if the tiddlers have being folded. You can fold unfold individual tiddlers or all at once. Regards Tony -- 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,

[tw5] Re: [Question] can I split a tiddler by lines?

2020-05-18 Thread TonyM
Eric So often you see what I should of seen but did not. This should allow custom parsers in wiki text and widgets. Parse each line and transform it including adding line breaks, possibly the only invisible character in wiki text apart from tabs. Build a new variable with the output and set

[tw5] Re: Personal News

2020-05-18 Thread TonyM
Jeremy Best of luck and focus on your health, sometimes a break provides new inspiration. I am sure we are all baracking for you. Let us know once you recover lest we worry. Regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: [Question] can I split a tiddler by lines?

2020-05-17 Thread TonyM
Mark, Yes perhaps this is true, but the current edit widgets, and the core editor all accept the and imbed line feed in text area fields. Somehow we need to get this to occur in demand, I wonder if a regex could extract it from a known tiddler an store it in a variable we can append later?

[tw5] Re: [question] multi-value index DataTiddler

2020-05-17 Thread TonyM
Tony K First retrieve is as record via index then enlist it to extract the titles. Tony On Monday, May 18, 2020 at 4:07:10 AM UTC+10, Tony K wrote: > > interesting > > Now I need to figure out how to retrieve it as a list > > On Sunday, May 17, 2020 at 8:59:18 PM UTC+3, Mark S. wrote: >>

Re: [tw5] Re: List filter needed

2020-05-17 Thread TonyM
David, Reflecting on this thread, I was thinking are you looking for tiddlers that are not "referenced" in your wiki; I thought perhaps a more general test may be; [all[tiddlers]] -[all[tiddlers]links[]] But then looking at my own reference wiki I could even *exclude tiddlers that have tags*

[tw5] Re: Question on "sort by date"

2020-05-17 Thread TonyM
I would suggest using a separate independent and full date field (Serial). If you know you will want to sort by dd.mm (very strange to me) then at the time you create the tiddler, accept the value of new date field and simultaneously add dd.mm to another field by which to sort in the future.

[tw5] Re: Flatten a nested list?

2020-05-17 Thread TonyM
here none of the intuative methods work and this is a gap in the way tiddlywiki works, this should be a trivial issue. I expect Eric or Jeremy could answer this in a moment but the fact we three, Mat, Mark S and TonyM struggle with it for get newby's SOmething needs improvment here. Regards Tony

[tw5] Re: [Question] can I split a tiddler by lines?

2020-05-17 Thread TonyM
Tony K, I have not seen an answer to your second question, however I too would be keen to know, I wonder if we can use a html or css entity for new line? Or ascii or something. LF 10 line feed CR 13 carriage return Tony On Sunday, 17 May 2020 14:14:05 UTC+10, Tony K wrote: > > oh thank you

[tw5] Re: Import Tiddlers without clicking-and-dragging?

2020-05-17 Thread TonyM
Importing .tid or .json files containing tiddler(s) As per Reet Or use the Page Control Buttons > import to select the tid file or json file and import. Dragging and dropping plugins is not always correct on node/server versions. The untitled tiddler usually appears if you ctrl-ins or ctrl-v

[tw5] Re: Export All

2020-05-16 Thread TonyM
John, What do you mean by export all?, is this in advanced search?, or in the page controls in the sidebar? The page control export all can be found here $:/core/ui/Buttons/export-page If you open that tiddler, clone or edit its filter When do you discover the order is not what you wanted?

[tw5] Re: [Question] Are filter operator order affects performance?

2020-05-16 Thread TonyM
Tony k I will add people who new what they were talking about insist [all[current]] is more efficient than [is[current]] which is opposite to what you would expect. They are the same. On tiddlywiki.com there is also information about some common filters that are optimised with internal

Re: [tw5] Re: The MESS of knowing what is what ... GG is poison ...

2020-05-16 Thread TonyM
Post script Threading is good. Threading on steroids better. Tony -- 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

Re: [tw5] Re: The MESS of knowing what is what ... GG is poison ...

2020-05-16 Thread TonyM
TT It was not my intention to argue in favor of a particular solution but as I understand it none of your concerns are so in hammer. Email subscription and replies open special interest groups updates brought forward, subscribe to all, daily or weekly digest, or use only online. I think it

Re: [tw5] Alternative solution of BobEXE on iPad?

2020-05-15 Thread TonyM
I believe there is an alternative to termux on Android that gives you a command prompt on iOS in which you can use npm and install tiddlywiki. You can launch multiple wikis with a particular command line the hardest part reloading after restart. Are you not interested in the app? another way

[tw5] Re: Designer Question: Can we pollute the fieldname space like we can the tagname space?

2020-05-15 Thread TonyM
Mario, Thanks for sharing your expertise on this. I have a need for a subtly different approach, because I am thinking of fields I may use in solutions I deliver. Solutions intended for common use. For example a journal-date field with a time stamp so there is no need to parse the "pretty

[tw5] Re: The MESS of knowing what is what ... GG is poison ...

2020-05-15 Thread TonyM
Mark, I don't disagree this may be a way to get GG to behave better but if we had the metadata other solutions use it would be easy for interest groups to curate their own group while maintaining visibility to the masses. That is their own, links, pins, references, documents, contacts etc...

Re: [tw5] Re: The MESS of knowing what is what ... GG is poison ...

2020-05-15 Thread TonyM
TT > Tony, as Ste W. commented a primary issue is there are not so many of "us" > here. > I am aware of that, and that why we can curate things with the correct solution. > Re the 45 K, I'd love to know more. But as a number itself its a hint more > than a depiction of significance? > >>

[tw5] Re: [Question] Filtering tags based on their colour code.

2020-05-15 Thread TonyM
Odin I had a thought rather than list by color why not tag your tags with a group tag, then create a button to set tag tiddlers so tagged to the colour for that group. Subsequent list filters use the more meaning full tag group tags. Regards Tony -- You received this message because you are

[tw5] Re: [Tutorial] running your own Node.js TW5 on Microsoft Azure for Free

2020-05-15 Thread TonyM
Tony k Thanks for this I am keen. I have a production single file wiki hosted on SharePoint with some tips that are not obviouse perhaps we should put these together? I would assume hosting could demand using bob, and wonder if the new bob saver for single file wikis could also be hosted?

[tw5] Re: [Solution] Preserving Paragraphs or using new line to indicate Paragraphs

2020-05-15 Thread TonyM
Thanks TT I am still working on this and I concur with your observation but can also have to do with the source and the copy method so it can get quite indeterminate. I am currently playing with css on html and wiki text blockquotes. In some ways pasted text is quotable. What is I believe

[tw5] Designer Question: Can we pollute the fieldname space like we can the tagname space?

2020-05-14 Thread TonyM
change it, does that apply here? Regards TonyM -- 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 view this

[tw5] Re: Creating a new line by [Enter] key

2020-05-14 Thread TonyM
Edgaras, In a way in this example you are asking for "-" to be a markup. We can argue until the cows come home about the way tiddlywiki handles line breaks/paragraphs, trust me I have, but we come to accept it and use the work arounds. We already have the ";" and ":" symbols you can use, try

[tw5] Re: How to continuously build static HTML?

2020-05-14 Thread TonyM
Edgaras, My suggestion of the savetrails plugin was it has all the code to do the saving. But yes perhaps extending its features could be an approach. Only with item 3 I expect you could find limitations on folders outside the server or browsers folder. Regards Tony On Thursday, May 14, 2020

[tw5] [Question] Adding a separate 'add tab' UI to add a specific field to the editor view. What to copy and change?

2020-05-14 Thread TonyM
Without reading your full post can I suggest you look at Mario's gen tags plugin. You can create additional tag like fields and you get a lot of the features that come with tags. Regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: [Macro] Spoiler Text

2020-05-14 Thread TonyM
TonyK You did it your own way and that's what is importiant, the diversity of solutions is fantastic and most importantly you demonstrate how someone can have an idea and make it happen. Even I with more than a decade of tiddlywiki experience build my own things forgetting to search how others

Re: [tw5] Re: Composite tiddler with 5 transclusions chokes TW

2020-05-14 Thread TonyM
Peter If I remember the context I think it was impossible in that case. Even the toc macros test to ensure no infinite loops. I have caused them a dozen times myself. I will share more tomorrow -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw5] Making recursive + if-then-else based macro code simpler ?

2020-05-14 Thread TonyM
Eric Love the way you are thinking some of us have done similar things. I think it is as easy as anywhere to do this kind of thing. Of course it has its own complexity. I would look at solving component issues then bring them together in a solution. I can help more later but consider a custom

[tw5] [Macro] Spoiler Text

2020-05-14 Thread TonyM
I do like your three dot tonyk -- 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 view this discussion on the web visit

[tw5] Re: [Macro] Spoiler Text

2020-05-14 Thread TonyM
There have been a few flash card build on tiddlywiki one I liked had animated click to back of the card. Regards TonyM -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails fro

Re: [tw5] Re: Composite tiddler with 5 transclusions chokes TW

2020-05-14 Thread TonyM
Peter Try the transclusions on a downloaded copy and see how it goes. My suspicion is you are transcluding something that transclude something else until one of these transcluded one already transcluded and you get an infinate loop. Pretend you are the computer and read through each tiddler

[tw5] How TiddlyWiki store the order information of tag's item?

2020-05-14 Thread TonyM
On a tiddler with the name of the tag the order is listed in its list field only after your first go at changing the order. Tony -- 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,

[tw5] Re: [Solution] Preserving Paragraphs or using new line to indicate Paragraphs

2020-05-13 Thread TonyM
wrote: > > isn't it the purpose of ? > """ > > > > On Wednesday, May 13, 2020 at 5:02:24 AM UTC+3, TonyM wrote: >> >> Folks, >> >> I just found a solution to an issue which bugs a lot of new and >> experienced users alike, many co

[tw5] Re: Internal link macro?

2020-05-13 Thread TonyM
y, May 14, 2020 at 8:02:12 AM UTC+10, Mat wrote: > > TonyM wrote: >> >> Mats link to single tiddler view is not about performance it is about >> visibility and functionality. >> > > You sure? I have always assumed that if zoomin view really was sing

[tw5] Re: [Solution] Preserving Paragraphs or using new line to indicate Paragraphs

2020-05-13 Thread TonyM
*[Edit] This lead thread and top post, is soon to be updated with information from replies, read the whole thread before deciding if this is for you until then. The Retain call on text you want to retain formatting, in should be fine, but only use simple markup there until I update: Thank

[tw5] Re: Internal link macro?

2020-05-13 Thread TonyM
iddler > Title||customLink}} ) back into an ordinary WikiText link ( [[Tiddler > Title]] ). That'd be a real hassle. I'm hoping rather that I may be able to > change what happens when a WikiText link is clicked, so that it does the > above. > > > On Tuesday, 12 May 2020 23:54:2

Re: [tw5] Re: The MESS of knowing what is what ... GG is poison ...

2020-05-13 Thread TonyM
I would ask, Now based on my key role in building a private social network from hundreds up to 45,000 staff in a large organisation, which somehow means little to others, I have not got traction myself. *The null hypothosis* How many people use the forum version of GG?, that is the ONLY way I

[tw5] Re: TW parser to actually "replace" text

2020-05-13 Thread TonyM
Folks, To further this discussion I had a thought, perhaps a companion to freelinks in an editor toolbar button, to search the existing text and search for titles and an optionally replace with a [[hard link]]. Freelinks would let you discover the links, edit mode would allow you to elect

[tw5] Re: Show element when in viewport (on scroll)?

2020-05-13 Thread TonyM
> > Thank you! > Hubert > > On Wednesday, 13 May 2020 13:56:32 UTC+1, TonyM wrote: >> >> Hubert >> >> A possible line of enquiry may be html css overflow parameters which >> allow scrollable content, but you may need to set a height. >> >

[tw5] Re: Render choice of field using conditional logic

2020-05-13 Thread TonyM
Just for a Diversity of solutions, Coming late from Down under (In Sydney Australia) <$text text={{{ [all[current]get[caption]] ~[{!!title}] }}}/> Regards Tony On Thursday, May 14, 2020 at 5:04:43 AM UTC+10, Scott Sauyet wrote: > > Can I replace part of the $:/core/ui/ViewTemplate/title

[tw5] Re: [Solution] Preserving Paragraphs or using new line to indicate Paragraphs

2020-05-13 Thread TonyM
Mat & Riz, Give me the data tags code and I will add it to the lead thread. And perhaps my blog If I piblish it. Regards Tony On Thursday, May 14, 2020 at 1:35:49 AM UTC+10, Mat wrote: > > To add to PMarios note - and maybe I'm stating the obvious but: > > If you intend to use this for certain

[tw5] Re: [Plugin] XML for Tiddlywiki!! Import, parse, render, and more!

2020-05-13 Thread TonyM
; > I'd like this to be the go-to comprehensive XML solution, so if there are > XML tricks you want Tiddlywiki to do, and this doesn't really help, let me > know. > > -Flibbles > > *Edit*: Of course, I forgot to mention all the wonderful people in this > community who gave me early feedb

[tw5] Re: How to continuously build static HTML?

2020-05-13 Thread TonyM
To avoid thrashing if you can trigger this process on save wiki (without autosave) it may be an appropriate regular and appropriate interval. Tony On Wednesday, 13 May 2020 23:22:08 UTC+10, Soren Bjornstad wrote: > > I've been working on this with the goal of publishing only part of my >

Re: [tw5] Re: XML plugin for Tiddlywiki??

2020-05-13 Thread TonyM
Thanks Flibbles Great work, again. TonyM On Wednesday, 13 May 2020 23:44:11 UTC+10, Flibbles wrote: > > > Thanks everybody for your help and feedback. I'll be making the official > release announcement right after this. > > PMario: Actually, <$xselect> makes a lot of

Re: [tw5] Re: Composite tiddler with 5 transclusions chokes TW

2020-05-13 Thread TonyM
Peter, Can you rebuild your composite tiddler, adding each transclusion at a time? - If you can share a jason of all related tiddlers I/others can put on tiddlywiki.com it may help, even if the problem does not occur there, although idealy it would. - Please also provide a link to

Re: [tw5] Popup transclusion problem, TiddlyWiki vs static html

2020-05-13 Thread TonyM
a span, and it displayed the full text > of the transcluded tiddler in the text of the current tiddler. > > On Wednesday, May 13, 2020 at 8:02:02 AM UTC-5, TonyM wrote: >> >> Peter >> >> Rather than using div or span which is already part of the overall layout >&g

[tw5] Re: Preserving paragraphs when pasting into TW

2020-05-13 Thread TonyM
There is an extension in FireFox as well. Regards TonyM On Wednesday, May 13, 2020 at 11:30:43 PM UTC+10, A Gloom wrote: > > From Google docs with Firefox I have no issues copying and pasting from > Google doc to TW-- the browser preserves single and double linebreaks but >

Re: [tw5] Popup transclusion problem, TiddlyWiki vs static html

2020-05-13 Thread TonyM
Peter Rather than using div or span which is already part of the overall layout could you use the section tag. With css you can get any html tag to behave like any other tag using display or targeting a particular parameter. See my recent post on paragraphs, I am using a whitespace attribute

[tw5] Show element when in viewport (on scroll)?

2020-05-13 Thread TonyM
Hubert A possible line of enquiry may be html css overflow parameters which allow scrollable content, but you may need to set a height. I may be missing your requirement but I hope it helps. Regards Tony -- You received this message because you are subscribed to the Google Groups

[tw5] How to continuously build static HTML?

2020-05-13 Thread TonyM
Edgaras That would be very interesting do share. Some possible leads. There is a core plugins called save trails which continuously saves changed tiddlers, perhaps you could get it or a version to use a static tiddler template. There is also a file system plugin for node. I would think there

[tw5] Re: Any cheat sheet for the editor? WikiText?

2020-05-13 Thread TonyM
Just a warning there are some changes since tobias published that but most is still correct thru backwardly compatibility. There are some alternatives. It remains a top resource. Regards -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: [Solution] Preserving Paragraphs or using new line to indicate Paragraphs

2020-05-13 Thread TonyM
Anne-laure, This would not support the generation of p tags in the output however if the class is available to the static tiddlers it should generate the same visual results. However we, Mario and I, did investigate a dot paragraph method that would do this so we could complete that method if

[tw5] Re: TiddlyWiki File won't open

2020-05-12 Thread TonyM
I cant be sure of the cause, - Are you using the command line to launch TiddlyDesktop - What Operating system - Have you made changes in the backstage - Does it occur after to add a particular wiki to TiddlyDesktop - Did you use TiddlyDesktiop to create a wiki before this

[tw5] Re: Internal link macro?

2020-05-12 Thread TonyM
tirety of the page. > None of the other clutter. > > On Tuesday, 12 May 2020 21:41:22 UTC-6, TonyM wrote: >> >> Elijah, >> >> The example you gave depends on the TableOfContents tag and below. Unless >> you organiss you tiddlers by some means you will simply get

[tw5] Re: Internal link macro?

2020-05-12 Thread TonyM
Elija, The example you gave depends on the TableOfContents tag and below. Unless you organiss you tiddlers by some means you will simply get a list of them all in the left hand pain, which may be unusably long. If you installed the kin operator plugin you could have a filter that lists all

[tw5] Re: Any cheat sheet for the editor? WikiText?

2020-05-12 Thread TonyM
Sanjit, More advanced tends to become using the widgets, this is not exactly wikitext. Searching tiddlywiki.com for something you are looking for is a good start. But others have instructions and more. Search for learn and you will get more. Finaly, ask here. Regards Tony On Wednesday, May

[tw5] Re: REQUEST - We need a suffix line param to work with the prefix param

2020-05-12 Thread TonyM
g with [all[current]get[text]splitregexp[\n]] for an answer. Regards Tony On Wednesday, May 13, 2020 at 12:07:18 PM UTC+10, TonyM wrote: > > David, > > I believe this is already possible. Let me check, but also see my new > solution > https://groups.google.com/forum/?hl=en#

[tw5] Re: REQUEST - We need a suffix line param to work with the prefix param

2020-05-12 Thread TonyM
David, I believe this is already possible. Let me check, but also see my new solution https://groups.google.com/forum/?hl=en#!topic/tiddlywiki/tXYXdvk3VXI Regards Tony On Wednesday, May 13, 2020 at 11:22:04 AM UTC+10, David Gifford wrote: > > In this thread >

[tw5] Re: Preserving paragraphs when pasting into TW

2020-05-12 Thread TonyM
I started a New Thread to discuss the solution I found for this [Solution] Preserving Paragraphs or using new line to indicate Paragraphs Regrads Tony On Sunday, May 10, 2020 at 10:26:44 AM UTC+10, Anne-Laure Le Cunff

[tw5] [Solution] Preserving Paragraphs or using new line to indicate Paragraphs

2020-05-12 Thread TonyM
Folks, I just found a solution to an issue which bugs a lot of new and experienced users alike, many come to be happy by adapting to it, however when they bring text in from elsewhere the issue rears its head again. *Problem:* Consider Source Text as follows in a tiddler line a line b line c

[tw5] Re: Preserving paragraphs when pasting into TW

2020-05-12 Thread TonyM
Update on this Paragraph formatting issue; *I think I have found some easy to use methods to resolve this!* This solution also allows wikitext markup to be applied to pasted text, allowing subsequent markup. If you wrap a block of text in a section or other html blocks and use a style to use

[tw5] TW parser to actually "replace" text

2020-05-12 Thread TonyM
TonyK I have already seen spliting of the text field into lines which you could selectively append into a variable, subsequently saving a new text field. You could then process such lines to change something within each and this only with list filters and widgets. What makes this possible is

[tw5] Re: [plugin] TOC generic - shows toc,backlinks,list and listed up front

2020-05-11 Thread TonyM
HC, > >>- Provide a config tiddler such as $:/config/TOC-Generic-filter with >>a default filter than can be modified, for example some may want >>"[all[current]!is[system]]" some may not >> >> you are right. I will look into that. But are you talking about the > filter for toc,

[tw5] Re: How to show text conditionally when the field is no empty?

2020-05-11 Thread TonyM
yrosgi I see Eric got in first, but since I wrote this. <$list filter="[all[current]has[source]get[source]]"> Source: <> This should work for you - This operates on the current tiddler, and would work well in the view template - has[source] with return only non blank content, as

[tw5] Re: [plugin] TOC generic - shows toc,backlinks,list and listed up front

2020-05-11 Thread TonyM
HC I think your functionality is great in this plugin. I am sorry coming so late to comment but for any solution making use of the view template there are two features I think are important, - Provide a config tiddler such as $:/config/TOC-Generic-filter with a default filter than can

Re: [tw5] Re: XML plugin for Tiddlywiki??

2020-05-11 Thread TonyM
Flibbles, Once again a fantastic effort on your part to open tiddlywiki to even more possibilities. I had not even thought of turning such a tool to parsing html, I actually this could be very helpful because HTML can be pasted from elsewhere then tiddlywiki can interrogate it. It could

Re: [tw5] Re: Link unlinked references

2020-05-10 Thread TonyM
David/Anne-laure, parallel space for side by side viewing / editing. Forgive me but this sounds like tiddlywiki preview mode in the editor on a wide screen tiddlywiki. I also share other hints and tips recently including open in new window etc... but wonder if anyone read them? Regards

[tw5] Re: SVG to PNG for Favicons

2020-05-10 Thread TonyM
TT Not sure what pitta is and I do know the difference thanks. Screenshots work but it is annoying to capture a square, ensure it is the size you want etc... Then save as the right format... The svg improvement is welcome. Regards Tony -- You received this message because you are subscribed

Re: [tw5] SVG to PNG for Favicons

2020-05-10 Thread TonyM
Jeremy, That's great thanks. That will be quicker and easier. Regards Tony -- 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] SVG to PNG for Favicons

2020-05-10 Thread TonyM
Folks, I have a wonderful library of icons in svg tiddlers, however when I create a new wiki I like to set the favicon so its east to recognise in a Browser tab, which often pin in the browser. Dose anyone know of a way to convert an SVG tiddler, or is "code" to a png of the same size, ideal

[tw5] Re: Is it possible to host a Plugin-Library for content?

2020-05-10 Thread TonyM
Mohammad, I would greatly appreciate your work on this. With all the activity of late it has been hard to keep up with all the innovation and I am keen to publish initially for internal activities some of my own material via a in house library with a view to more public publishing soon. I

[tw5] Re: Preserving paragraphs when pasting into TW

2020-05-10 Thread TonyM
Mark This is an interesting idea. Kind of a structured master tiddler so you can manage a paragraph at a time. It would be worth the experiment. Regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw5] Re: Preserving paragraphs when pasting into TW

2020-05-09 Thread TonyM
Julio, Keep in mind what appears on the screen is not always visible in the source. The best example is if you do this with tiddlywiki, t will not be "true". I recommend a Copy as html addon in the browser to address this. What you say may be 100% correct on static sites. Regards Tony On

[tw5] Re: Preserving paragraphs when pasting into TW

2020-05-09 Thread TonyM
Anne-Laure, Since I do not YET follow you, what kind of content are you authorig,?, it can make quite a difference how to make use of TiddlyWiki. What is bothering you when writing longer form content? I have a view on how authors should write with a view to long term viability, I can share if

[tw5] Re: Plugin design: splitting up vs. duplicating

2020-05-09 Thread TonyM
HC, This is a very good Question. I think whilst coding can be a science sometime it becomes an art. Here are a few thoughts that may guide the decision - Do the various features of the belong as one logical unit? - This seems so when there are dependencies - Are the features

[tw5] Re: Preserving paragraphs when pasting into TW

2020-05-09 Thread TonyM
Anne-Laure. This becomes an issue for all tiddlywiki users eventually for many when typing, or in your case importing text. I believe it is a product of the way wikitext need to cohabit with widgets and other code. I and mario were recently looking at "dot paragraphs" where placing a period at

[tw5] Re: Building static sites in the browser

2020-05-09 Thread TonyM
Folks I am keen to make use of your great work here and the tutorials to match but there has being a lot of water under the bridge. If one or more of can isolate the key changes and package it the instructions will become simpler and even easier to document and teach. Its easy to do with a

[tw5] Re: can i return only the nth element of a split?

2020-05-09 Thread TonyM
There is also the select parameter on set, so if you keep track on n you can select it. Regards Tony -- 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: Performance of Freelinks

2020-05-09 Thread TonyM
To edit the underlying tiddler from freelinks may be a bit tricky given the view template shows dynamic content. For example with transclusion the unlinked title could be anywhere else as well. However perhaps an editor toolbar button could search and replace unlinked titles to linked titles.

[tw5] Re: Lost two weeks of work - what I did wrong and what you can do to avoid it

2020-05-09 Thread TonyM
ANdy, Thanks for sharing this experience, lets hope it saves some one a lot of time. No need for to state the first rule of tiddlywiki (backup), especially since it is so simple for single files. Your transition to the server solutions changes this somewhat. Yours in sympathy, Best Wishes

[tw5] Re: TiddlyWiki File won't open

2020-05-09 Thread TonyM
Mohit, Its not very common but a few things could be wrong, including a cosmic ray nocking an important byte out of place. Try an empty.html and try and import from your wiki file and see if you can access the tiddlers that way. Don't import system tiddlers unless you created/edited them. You

[tw5] Re: Using kin filter with multiple tags

2020-05-09 Thread TonyM
Damon, It is the standard TOC that tends to work the other way, dividing into branches, leaves etc... Can you ask the Question the other way around? If you can write an independant filter you can actually subtract one from the other such as a filter than runs out all branches, then remove the

[tw5] Re: Building static sites in the browser

2020-05-08 Thread TonyM
A Quick Tip; For those using dropbox and drive remember you can synchronise these or part of such as a file or folder locally. If your workflow keeps and saves the output to the local drive it can be automatically synchronised. The only caveat is to make sure the sync finishes before turning

<    1   2   3   4   5   6   7   8   9   10   >