Re: [tw5] Re: Tagging --- Organise From Serendipity

2018-12-15 Thread 'Mark S.' via TiddlyWiki
On Saturday, December 15, 2018 at 12:28:20 PM UTC-8, S. S. wrote: > > Then I started to try and understand what I had meant by the highly broad > and abstract terms of "Groups" and "Categories" - which I believe now I > just used to make the list as an idea of having many different kinds of >

[tw5] Tiddlywiki and Codepen, JSFiddle, .... or similar

2018-12-15 Thread Mohammad
Tony This is a very active forum, it is a pity we have minimum facilities here. There were many discussions over this forum, how we can use a better solution but never come to a decision. Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

Re: [tw5] How to "generate" filter?

2018-12-15 Thread TonyM
Sorry my last reply miss formated the list links with a <$ not a << <">> On Saturday, December 15, 2018 at 12:25:35 PM UTC+11, TonyM wrote: > > Bimlas, > > What about a local or Global macro like this > > \define output-filter() [tag[Filter Operators]first[5]] > > > <$list-links filter:"[subfilte

[tw5] Re: TW variable in CSS calc()

2018-12-15 Thread Mohammad
Hi Jed, Yes, that's the solution. Thank you very much. I think this way I can do what Js+css do. Best 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 ti

[tw5] Re: Autonumbering

2018-12-15 Thread TonyM
Thomas, I have already done something like this based on "outlier" and or the toc internal navigation by providing an alternate viewtemplate to display tiddlers. Regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from t

[tw5] Re: Collapsible TOC based on first characters of tiddler title

2018-12-15 Thread TonyM
As mark said and I proposed Allowing the application of a filter or search to reduce the set that you then browse is a common strategy for large datasets. What people tend to forget is once built our queries of such data sets often already start with some fact that we can use to reduce the set

[tw5] Tiddlywiki and Codepen, JSFiddle, .... or similar

2018-12-15 Thread TonyM
Mohammad, That is a good idea for tiddlywiki but also thought if the process to include javascript was promoted effectivly as a sand box demo environment people could download, then a lot of the various open source projects may put in the effort to integrate with tiddlywiki. Regards Tony --

[tw5] Re: TW variable in CSS calc()

2018-12-15 Thread Jed Carty
I haven't seen any way that works for inline styles like that but it works fine if you make a tiddler and tag it with $:/tags/Stylesheet and then define the css in that tiddler with whatever wikitext you want. If you can rearrange your tiddlers to have the css defined in its own place that is a

[tw5] Re: $(currentTiddler)$ and "Title of new journal tiddlers"

2018-12-15 Thread @magasine
Very grateful for the quick assistance! It works perfectly, as before. Em sábado, 15 de dezembro de 2018 18:34:20 UTC-2, Mark S. escreveu: > > Where are you using this? Offhand, this should work in most places: > > <$macrocall $name="toc-selective-expandable" tag=<> > sort="sort[title]" /> > > Go

[tw5] Re: $(currentTiddler)$ and "Title of new journal tiddlers"

2018-12-15 Thread 'Mark S.' via TiddlyWiki
Where are you using this? Offhand, this should work in most places: <$macrocall $name="toc-selective-expandable" tag=<> sort="sort[title]" /> Good luck! -- Mark On Saturday, December 15, 2018 at 12:25:57 PM UTC-8, @magasine wrote: > > Hi! > > What adjustment would it take for my old table of co

Re: [tw5] Re: Tagging --- Organise From Serendipity

2018-12-15 Thread S. S.
Thomas Clark wrote: > > Can you elaborate on 3,5, & 6? I feel like I understand what you mean but > I'm still have a difficult wrapping my head around it and what are the > purpose and what would the outcome be for? > > > Thomas Clark - when I read your question, I immediately wrote the ans

[tw5] Re: $(currentTiddler)$ and "Title of new journal tiddlers"

2018-12-15 Thread @magasine
Hi! What adjustment would it take for my old table of contents to work again in version 5.1.18? <> Em quarta-feira, 12 de dezembro de 2018 21:14:13 UTC-2, h0p3 escreveu: > > In 5.1.17, I use the following for Title of new journal tiddlers ( > $:/config/NewJournal/Title >

[tw5] Re: Collapsible TOC based on first characters of tiddler title

2018-12-15 Thread Damon Pritchett
Yeah, I think that's kind of the search I'm looking for. Need to think about the best way to go about that. The pronunciation of Arkansas is highly dependent upon which state it is that you reside in. If you live in or close to Arkansas, then you pronounce it Arkan-SAW. If you live in Kansas, t

[tw5] TW variable in CSS calc()

2018-12-15 Thread Mohammad
I want to use the TW variables inside a CSS calc() function. The code sample is as below. Note how I want to change the width of a block element using calc() function <$set name="x" value="ali test is a bye look"> <$list filter="[enlistcount[]]" variable="len"> <> I have a tooltip. I a

[tw5] Re: Tagging --- Organise From Serendipity

2018-12-15 Thread bimlas
I think that kind of logic is in the wrong direction. Two reasons: * unnecessary complexities * your brain does not work that way Unnecessary complexities The simpler, the more secure it works, the more straightforward, the more usable. For now, you've listed 6 "tag categories", but in time I

[tw5] Re: Collapsible TOC based on first characters of tiddler title

2018-12-15 Thread 'Mark S.' via TiddlyWiki
It sounds like you want a search that works like the sidebar search but that: * Only searches your business tiddlers * Only searches the *first* letters of the title of your businesses So, as you type "Kan" you see all the titles that start with Kan (Kanvass Clothworks, Kansas Combines, Kansas

[tw5] Re: Collapsible TOC based on first characters of tiddler title

2018-12-15 Thread Damon Pritchett
My project consists of a large collection of a certain type of business in Kansas. Each business is represented by its own tiddler and contains facts about that business. The title of the tiddler is the name of the business. As one can imagine, a lot of the names begin with Kansas, but there are

[tw5] Re: Collapsible TOC based on first characters of tiddler title

2018-12-15 Thread Damon Pritchett
My project consists of a large collection of a certain type of business in Kansas. Each business is represented by its own tiddler and contains facts about that business. The title of the tiddler is the name of the business. As one can imagine, a lot of the names begin with Kansas, but there are

Re: [tw5] Re: Tagging --- Organise From Serendipity

2018-12-15 Thread Thomas Clark
Can you elaborate on 3,5, & 6? I feel like I understand what you mean but I'm still have a difficult wrapping my head around it and what are the purpose and what would the outcome be for? On Sat, Dec 15, 2018 at 8:55 AM S. S. wrote: > > While reading various TW Google Group exchanges (some are

[tw5] Re: Css Stylesheet for table: Background-color for only specific cells

2018-12-15 Thread Ton Gerner
Hi Surya, Have a look at https://tobibeer.github.io/tb5/#Formatting%20Table%20Cells Cheers, Ton -- 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+unsub

[tw5] Re: Tagging --- Organise From Serendipity

2018-12-15 Thread @TiddlyTweeter
S. S. That is a great overview that contextualises a lot more than my OP! Best wishes Josiah On Saturday, 15 December 2018 14:55:39 UTC+1, S. S. wrote: > > > While reading various TW Google Group exchanges (some are included below > that I had noted down), I put down some thoughts the last few

Re: [tw5] Re: Tagging --- Organise From Serendipity

2018-12-15 Thread @TiddlyTweeter
Ciao Alex Being able to tag tiddlers that are the tag (name) is useful. The "free-form" way we can make tags is interesting in TW for the fact you can quickly construct "dynamic local taxonomies" using tag-tagging and other aglutination methods easily. Its taggery is quite unlike medium like

Re: [tw5] Re: Tagging --- Organise From Serendipity

2018-12-15 Thread Alex Hough
tagging the tag is an option to classify a particular tag... thinking out loud... Alex On Sat, 15 Dec 2018 at 13:55, S. S. wrote: > > While reading various TW Google Group exchanges (some are included below > that I had noted down), I put down some thoughts the last few days. > > For what purpo

[tw5] Re: Tagging --- Organise From Serendipity

2018-12-15 Thread S. S.
While reading various TW Google Group exchanges (some are included below that I had noted down), I put down some thoughts the last few days. For what purposes am I using tags used for? 1. tags prefixed $:/ for the TW system 2. tags for creating "parent-child" relationships - i.e. orderin

[tw5] Re: Autonumbering

2018-12-15 Thread Mohammad
Thank you Thomas! Looking for your new development! 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 p

[tw5] Re: Autonumbering

2018-12-15 Thread Thomas Elmiger
Well, I know someone found a way to make linking to tiddler parts possible in some cases ... but I can’t find it at the moment. And it is not standard TW behaviour. This is the reason why I said before I would possibly "redesign the story river to give the impression of a single document." In o

[tw5] Tiddlywiki and Codepen, JSFiddle, .... or similar

2018-12-15 Thread Mohammad
As most of you know many forums use a kind of online playground for prototyping their answers using codepen, jsfiddle, or similar tools ... Why we don't use one TW wiki here to do like that? I know we need TW with multi user authentication! But why not to use tiddlyspot for now? --Mohammad -

Re: [tw5] Re: How to "generate" filter?

2018-12-15 Thread Mohammad
Hi Jeremy, These are great features. I am thinking TW can act as a high level wiki programming environment! The only drawback is documentation, I hope with the new policy for updating documentations on tiddlywiki.com, this issue could be addressed. -- Mohammad -- You received this message be

[tw5] Re: Autonumbering

2018-12-15 Thread Mohammad
Many thanks Thomas! Great stuff. One question: is it possible to link to a figure inside a tiddler using anchor? Or TW prevent this kind of links? BTW, I have developed a simple find macro similar to extract macro used for making bibliography and simple footnotes. I hope I can upload it by end o

Re: [tw5] Re: [Slightly OT] Jeremy speaking at CodeMesh, London 8/9th November 2018

2018-12-15 Thread Thomas Elmiger
Hi Mario and all, The most useful suggestions for tags for me come frome other tiddlers in a list – if they are in the same list, there could be a relation between tiddlers I did not see before ... so I built something I call "context tagging" or "list-based tagging" for my listreveal plugin. T

[tw5] Re: Autonumbering

2018-12-15 Thread Thomas Elmiger
Hey folks, There is a new version including a button to renumber "chapter 2" – try it out here

Re: [tw5] Re: [Slightly OT] Jeremy speaking at CodeMesh, London 8/9th November 2018

2018-12-15 Thread @TiddlyTweeter
Ciao Alex Part of the problem here is you are drifting back to TAXONOMY. Its problemmatic at scale. Though within a delimited field of interest Taxonomies can work pretty well. As far as I understand it the most productive flexi approaches have been "natural language theasurus'" combined with

[tw5] Re: Custom fields and special characters

2018-12-15 Thread Jed Carty
I think that Mark has the right idea. I had considered making something like this to go with the macros but I wanted to keep them simple and there are probably a lot of edge cases that would make it a pain to implement in a general way. But if you just replace the part that displays the field n

Re: [tw5] Re: [Slightly OT] Jeremy speaking at CodeMesh, London 8/9th November 2018

2018-12-15 Thread Alex Hough
further thoughts from Wordnet the tag needs to classify the contents of the tiddler. So for example Concepts [1] classifies many tiddlers as belonging to the class "Concept" Wordnet has hierarchies of meaning based on synsets. suggestions for choosing words higher and lower in hierarchy w

[tw5] Re: [TW5] Feature request: Use variables in Range Operator

2018-12-15 Thread BurningTreeC
Hi Thomas, I'd also come to this point recently, but there's a workaround taking the text-substitution road: \define wikify-range() <$wikify name="all" text="[range[1,$(rangeValue)$]]"> <$set name="range" filter=<>> ... Code hier eingeben... \end <$set name="rangeValue" value= {{{ [list[$:/S

[tw5] [TW5] Feature request: Use variables in Range Operator

2018-12-15 Thread Thomas Elmiger
Would it be possible to modify the range operator so it also accepts variables as , or parameters? I tried to do the following and had to learn that the range filter does not accept variables as number parameter, neither nor <>: <$wikify name="max"

[tw5] Re: Css Stylesheet for table: Background-color for only specific cells

2018-12-15 Thread Mohammad
Hi Surya! Take a look at Shiraz plugin There are ready to use colorful tables and you can see how classes is developed to apply colors to cells. Good luck -- You received this message because you are subscr