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

2021-03-11 Thread Rasagy Sharma
@Tony K: This was very useful, thank you for trying this out. As a newbie, I wasn’t able to get the TiddlyMap layout to work with Drift on my own. I loved the half-screen mode — it fixes some of the vertical scrollbar issues that tend to show when you hover on buttons. I’m curious if you made

[tw5] How do I set text-size to auto-fit modal container size?

2021-03-11 Thread Sapphireslinger
How do I get a modal or detail widget to automatically detect the container size and automatically shrink or enlarge the text so that poem lines don't wrap or go out of the container? I click on a modal with a poem in it on my desktop, no problem: Line 1 - Line 2 -

Re: [tw5] Re: Tiddlywiki Color Template: Too many colors to be set

2021-03-11 Thread Mohammad Rahmani
Hi Chris, Thank you for your reply! Yes, I think so, getting to sort out the vanilla palette and try removing extra selectors is a tough job! I like to know what Jeremy thinks about this. Best wishes Mohammad On Fri, Mar 12, 2021 at 5:26 AM clutterstack wrote: > Hi Mohammad, > > I very

[tw5] Re: Indirect Filter Lists

2021-03-11 Thread 'Mark S.' via TiddlyWiki
This would typically require a technique called recursion. But rather than writing your own from scratch, you can use the kin filter available here . After you have it installed and loaded, you could use a nested set of list widgets like this: <$list

[tw5] Re: [Feedback wanted] Tweakable colour palette

2021-03-11 Thread clutterstack
Thanks Álvaro! if it succeeded it could be grouped again to simplify the palette or to > assign the colors more easily. > Yes, that could be an approach. > To assign the colors, I had thought of using the contrast ratio to suggest > colors for the background once the foreground was chosen. >

[tw5] Re: [Requesting feedback] Customizer plugin

2021-03-11 Thread clutterstack
Looking nice, David. I think this will help make TW more friendly to newcomers. The "create your own add-ons" tab is intriguing! Best, Chris On Thursday, March 11, 2021 at 9:30:03 AM UTC-5 David Gifford wrote: > Moved this project forward a bit. It should be much easier to see what I > am

[tw5] Re: Tiddlywiki Color Template: Too many colors to be set

2021-03-11 Thread clutterstack
Hi Mohammad, I very much agree that the palette is very uncomfortable to tweak selector-by-selector. I think this has grown organically and cleaning it up (or rethinking the impact of changing it) is a tedious job. What breaks if we don't have all the selectors currently in Vanilla? I haven't

[tw5] Re: A better way to display those fields/tiddlers?

2021-03-11 Thread Alessandro Gianni
I am faced with a strange issue however. With the aforementioned code, no matter how I want to format the nested list, all the results come like this: title title title Like, English Italian Spanish etc. even if I try to put a or something else. I even tried to make 2 nested list, one with

[tw5] Re: [Feedback wanted] Tweakable colour palette

2021-03-11 Thread Álvaro
Great initiative! A long time ago I was looking at how to easily make color palettes, but it became a headache for so many "components" and their parts where to assign colors. As you looked at grouping by "components" but it is complicated because they have different amounts of parts (2 to 4)

[tw5] Re: A better way to display those fields/tiddlers?

2021-03-11 Thread Alessandro Gianni
I actually found my own solution, which I like best (for now)... And it's quite reminds me of yours. Like, if only I saw it earlier! :) <$list filter="[fields[]] :intersection[tag[languages]get[codename]]" variable="lang"> <$list filter="[tag[languages]field:codename]"> <$link/> this

[tw5] Indirect Filter Lists

2021-03-11 Thread Benedikt Aufermann
Hi, I have the following task I have Tiddlers taged as Country, City or Company Every City is also tagged with the country and every Company is also tagged with city where it is located. Example: 'Germany' tagged as 'Country' 'USA' tagged as 'Country' 'Berlin' tagged as 'City' and 'Germany'

[tw5] Re: Creating an Index list using fields.

2021-03-11 Thread 'Mark S.' via TiddlyWiki
Create a tiddler and give it a caption field with the value "Index". Tag it with $:/tags/SideBar . Put these contents in it: <$vars mysort="[get[lastname]addsuffix[firstname]]"> <]">> This should do what you have asked, though there is room for improvement. On Thursday, March 11, 2021 at

[tw5] A question regarding radio buttons

2021-03-11 Thread The Scribe
I have been following the instructions giving in Soren’s video to set up a reading list (although mine is a different type of list). I’ve set up radio buttons, in the video they were for “read” and “unread”, which I’ve adapted for my own use. However, I’d like to add a third option to show all,

[tw5] Re: A better way to display those fields/tiddlers?

2021-03-11 Thread Soren Bjornstad
And ignore that last sentence, I revised that part out and forgot to remove the sentence. :) On Thursday, March 11, 2021 at 5:26:14 PM UTC-6 Soren Bjornstad wrote: > You could add a field on the language tiddler called, e.g., > *language_name* containing *english* or whatever the part after >

[tw5] Re: A better way to display those fields/tiddlers?

2021-03-11 Thread Soren Bjornstad
You could add a field on the language tiddler called, e.g., *language_name* containing *english* or whatever the part after *language_* would be in your person tiddlers, then something like: <$list filter="[all[current]fields[]prefix[language_]removeprefix[language_]]" variable="lang">

[tw5] Re: How to make "complex" macro calculations?

2021-03-11 Thread Alessandro Gianni
Believe me, I've been looking at them for days, and only now it struck me how to use them. I'm still trying to understand if there's a formula to have only 2 action-setfield performing the whole operation (one for the first field and one for the second, that needs the first to compute). Thanks

[tw5] Re: How to make "complex" macro calculations?

2021-03-11 Thread Saq Imtiaz
I just transposed your calculations exactly as they were, as I wasn't sure of the logic or which of the interim values you might need. See https://tiddlywiki.com/#Filter%20Expression for an explanation on = and + prefixes for filter runs. On Thursday, March 11, 2021 at 7:50:58 PM UTC+1

Re: [tw5] Presenting: SheetsIN - Import from Google Sheets into TW

2021-03-11 Thread Álvaro
Great work! Thank you to you both! El miércoles, 10 de marzo de 2021 a las 18:16:14 UTC+1, Mohammad escribió: > Congrats Mark and Mat! > Very useful indeed with many opportunities! > > > > Best wishes > Mohammad > > > On Wed, Mar 10, 2021 at 12:47 PM Mat wrote: > >> There is (1) Good news (2)

[tw5] Creating an Index list using fields.

2021-03-11 Thread Steve Fenner
I'm sorry if this is a repeat, but I did search and couldn't find an answer to this question. I have been using Tiddlywiki for sometime now but use basically it as a database to store news articles I am interested in, I also create hyper-links to individuals, places, events, etc. named in the

Re: [tw5] FLOSS Weekly interview with Jeremy

2021-03-11 Thread Álvaro
Thanks for sharing! It is very interesting how you see the zoomin story view. I didn't understand it. It is great but I think that I need something more, maybe a (mini)map or/and history/path of navigation. Maybe a intermediate point between roam nodes and the "open" tab. I would need it to be

[tw5] Re: Some more thoughts on linking in TW (aliases, display text, and relationship types: Oh My!)

2021-03-11 Thread Soren Bjornstad
I'm really liking the idea of piggybacking on the existing extended link syntax -- better than the versions I suggested off the top of my head in my original post. And thanks for the technical background. On not wanting to put arbitrary text between the [['s: this seems like exactly the same

Re: [tw5] Re: Breakthrough TW video (new)

2021-03-11 Thread The Scribe
Thanks for taking the time to do this video, Soren. I’ve used TW for almost 20 years and learned more in the hour I watched the video than in that 20 years of using it. I never knew it could do so much. I used the video to set up a new TW last night and I’m going well because of you. I just

[tw5] Re: How to make "complex" macro calculations?

2021-03-11 Thread Alessandro Gianni
While looking for solutions to my other problem (where you replied!), I found another solution to this by using =[field] =[field] +[sum[]] and +[product[]]. I didn't know how = and + worked, and I don't know if this is simpler - it has way less stratification of vars - but it works nonetheless.

[tw5] Re: A better way to display those fields/tiddlers?

2021-03-11 Thread Alessandro Gianni
but this wouldn't let me have a linked list (the tiddler would be called English, not languange_english), not to mention that having language_english as plain text seems kinda ugly. Or am I missing something? On Thursday, 11 March 2021 at 19:28:52 UTC+1 saq.i...@gmail.com wrote: > What if

[tw5] Re: Embed External Widget Into Sidebar

2021-03-11 Thread Adina Gaskin
Thank you Mat. I will see if I can figure out something else then. Note taken ;) On Tuesday, March 9, 2021 at 4:50:50 PM UTC-5 Mat wrote: > Welcome Adina! > > I'm afraid it is not trivial to add javascript widgets to TW. It is > *possible* but you have to use the special js wrapping for it.

[tw5] Re: A better way to display those fields/tiddlers?

2021-03-11 Thread Saq Imtiaz
What if instead of: fieldname: language_english value: English you used: fieldname: language_english value: fluency_level, e.g: 1 So the presence of the language_english field tells you that the person speaks english, you get the name of the language from the part of the field name after the

[tw5] A better way to display those fields/tiddlers?

2021-03-11 Thread Alessandro Gianni
My last request for help was immediatly solved, so let me try again! :) Let's say I have two kind of tiddlers: people: John, Mary, Carl, etc. languages: English, Italian, Spanish, etc. my goal is that when I see John's tiddler, I have a list of languages he speaks, each linked to its own

[tw5] Tiddlywiki Color Template: Too many colors to be set

2021-03-11 Thread Mohammad Rahmani
Referencing to Tweakable colour palette 1. Goto https://tiddlywiki.com/ 2. Open the Advanced search 3. In the filter tab enter [[$:/palettes/Vanilla]indexes[]count[]] You see

[tw5] Re: How to make "complex" macro calculations?

2021-03-11 Thread Saq Imtiaz
The key is that you cannot access the value of a variable, within the same vars widget that sets it. So this: <$vars a=2 b=3 c=a+b> Should be: <$vars a=2 b=3> <$vars c=a+b> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: Curiouse discovery, not tiddlyverse but tidyverse

2021-03-11 Thread Stobot
Hi Tony - you actually hit on (Tidyverse) something I'm familiar with as my day job is in Data Analytics / Data Science and R is one of the key languages (along with Python). I suspect it'd be very difficult to integrate as it's not Javascript based like most of the other things that I see

[tw5] Re: Has anybody noticed that TiddlyDesktop is unstable in MacOS Big Sur?

2021-03-11 Thread Ton Gerner
See https://github.com/Jermolene/TiddlyDesktop/issues/224#issuecomment-792062502 On Wednesday, March 10, 2021 at 5:25:34 PM UTC+1 Mark S. wrote: > There is a thread with similar comments. Jeremy has released 0.0.15 that > updates nw and *may* fix your problem. > > On Wednesday, March 10, 2021

[tw5] Re: create parser from template tiddler without tags

2021-03-11 Thread 'Balaram Usov' via TiddlyWiki
Thank you for advice. I posted my question there четверг, 11 марта 2021 г. в 00:29:38 UTC+3, Mat: > Hi. Your question probably fits better in the dev forum because it goes > beyond TW itself:

[tw5] Re: "Remote Transclusion"

2021-03-11 Thread 'Mark S.' via TiddlyWiki
> > 2: Technically you are stealing someone elses bandwidth, if you use their > servers to display their eg: images > > But if you're using a TW that only you see (i.e. private), it's the exact same bandwidth as if you had visited the page. A publicly available TW, of course, is different.

[tw5] Re: [Feedback wanted] Tweakable colour palette

2021-03-11 Thread clutterstack
Further to my last post, I don't guarantee the palettes generated here are fit for purpose! :D On Thursday, March 11, 2021 at 9:42:20 AM UTC-5 clutterstack wrote: > Thanks TT, > > The only thing I find confusing is HOW to save a new palette set? >> Obviously end-users will be looking to save to

[tw5] Re: [Feedback wanted] Tweakable colour palette

2021-03-11 Thread clutterstack
Thanks TT, The only thing I find confusing is HOW to save a new palette set? > Obviously end-users will be looking to save to new names & activate new > palettes they make. > It is just not so clear how to do that I think?? > That's because I didn't build that yet. :D However, if you are using

Re: [tw5] Re: Searchable wiki on Google Drive

2021-03-11 Thread Mohammad Rahmani
Mat, I actually posted this for you! I think your TiddlyGo can eventually have such features! Now you can read from Sheet using SheetIN and this is the beginning of a wonderful journey! Best wishes Mohammad On Thu, Mar 11, 2021 at 5:44 PM Mat wrote: > Mohammad, please elaborate what you

Re: [tw5] Re: [Announcement] "TW Icons" - A large collection of icons for TiddlyWiki

2021-03-11 Thread moros...@gmail.com
Hi Mat, 1) OK. I'll include that in the next version. 2) Sounds good! I'll add this feature in the next version. 3) This sounds good also, but I'll have to investigate if there is a technical solution for this. 4) The "Max. icons/page:" setting doesn't help you? You can select a lower limit

Re: [tw5] [Feedback wanted] Tweakable colour palette

2021-03-11 Thread Mohammad Rahmani
Hi Chris, Many thanks for your clarifications. Best wishes Mohammad On Thu, Mar 11, 2021 at 5:35 PM clutterstack wrote: > Apologies to everyone for not replying to these all in one message. > > On each palette button is it possible to have what it is or can we have a >> tooltip to show its

[tw5] Re: [Requesting feedback] Customizer plugin

2021-03-11 Thread David Gifford
Moved this project forward a bit. It should be much easier to see what I am going for, re: add-ons. https://giffmex.org/experiments/sidebar.concept.part.2.html On Tuesday, March 9, 2021 at 9:12:21 PM UTC-6 David Gifford wrote: > Hi everyone > > I am almost done with the Customizer plugin.

[tw5] Re: Is there a "Getting Started Guide" for for creating a plugin?

2021-03-11 Thread Simon Baird
Thanks everyone for the thoughtful and detailed responses. I'll do some reading and see if I can make sense of it all. (Perhaps I'll contribute some docs in future, maybe "Hacking TiddlyWiki - a beginners guide". On Wed, Mar 10, 2021 at 4:45 PM Simon Baird wrote: >

[tw5] Re: Searchable wiki on Google Drive

2021-03-11 Thread Mat
Mohammad, please elaborate what you envision. <:-) On Thursday, March 11, 2021 at 9:15:09 AM UTC+1 Mohammad wrote: > I stumbled upon https://www.producthunt.com/posts/kbee?bc=1# and found > it interesting! It should be easy for Tiddlywiki to create such tool > > > > > Best wishes > Mohammad

Re: [tw5] Re: [Announcement] "TW Icons" - A large collection of icons for TiddlyWiki

2021-03-11 Thread Mat
Morosanaue - since you're a perfectionist I will mention a few bits that would improve it even further, IMO: 1) A link on the page to the gh page for posting issues and ideas etc instead of here. (Unless you really prefer here ;-) 2) Often I only want a single icon. It is more convenient to

[tw5] Re: How to make "complex" macro calculations?

2021-03-11 Thread Alessandro Gianni
This is an excellent plugin and I will use it a lot, thank you! However, I don't understand how can I store a result calculated with this plugin inside a field. On Thursday, 11 March 2021 at 13:39:00 UTC+1 PMario wrote: > Hi, > Have a closer look at: https://chronicles.wiki/TiddlyWikiFormula/

[tw5] Re: How to make "complex" macro calculations?

2021-03-11 Thread Alessandro Gianni
THIS. I don't know how to thank you. I actually tried something similar, but I probably try to calculate vars all in one line (like: <$vars a=2 b=3 c=a+b>) it obviously didn't work and I thought it just couldn't work with vars. Thanks again! On Thursday, 11 March 2021 at 14:09:58 UTC+1

Re: [tw5] [Feedback wanted] Tweakable colour palette

2021-03-11 Thread clutterstack
Apologies to everyone for not replying to these all in one message. On each palette button is it possible to have what it is or can we have a > tooltip to show its name? > like [background] [foreground] > > I mean the six buttons you click to select the base colors! > > A finished version of

Re: [tw5] Re: [Feedback wanted] Tweakable colour palette

2021-03-11 Thread clutterstack
> Now you have 6 base colors am I right? > At the moment, yes. I was thinking that any given theme might have more or fewer. One could imagine (and I think Jeremy was alluding to this) picking two or three main colours and having an easy way to make lighter or darker, or more- or

[tw5] Re: Some more thoughts on linking in TW (aliases, display text, and relationship types: Oh My!)

2021-03-11 Thread PMario
On Thursday, March 11, 2021 at 2:14:38 PM UTC+1 PMario wrote: title: Jack > [? stepson[Joe]], [? daughter[Jill]] and [? wife[Jane]] > Some technical background. At the moment TW builds the "backlink" information at "parsing time", when the parse-tree is created. Parsing the tiddler content

Re: [tw5] [Feedback wanted] Tweakable colour palette

2021-03-11 Thread clutterstack
Hi Mohammad, Thanks for your comments! Minor comment: Is it possible to have one or two examples one can click and > see! I mean for example a dark and a light sample! > Like the one is in use when you open > https://clutterstack.github.io/TW5-moods/ > Yes, I can do that. Why is the

[tw5] Re: Some more thoughts on linking in TW (aliases, display text, and relationship types: Oh My!)

2021-03-11 Thread PMario
On Wednesday, March 10, 2021 at 6:47:30 PM UTC+1 Mark S. wrote: > What does "relationship" bring to the table? How would it be useful? Are > there some examples? At the moment we use tags and fields to define connections between tiddlers. It would also be possible to define some of this

[tw5] Re: How to make "complex" macro calculations?

2021-03-11 Thread Saq Imtiaz
Something like this: <$vars lev1={{!!levello1}} lev2={{!!levello2}} hd1={{{ [title{!!class}get[hd]] }}} hd2={{{ [title{!!class}get[hd]] }}} conmod={{{ [get[modcon]] }}}> <$vars hps={{{ [multiply[2]subtract[2]] }}} hp1={{{ [multiply] }}} hp2={{{ [multiply] }}} lev={{{ [add] }}}> <$vars

[tw5] Re: Some more thoughts on linking in TW (aliases, display text, and relationship types: Oh My!)

2021-03-11 Thread PMario
On Wednesday, March 10, 2021 at 6:47:30 PM UTC+1 Mark S. wrote: > What does "relationship" bring to the table? How would it be useful? Are > there some examples? At the moment we use tags and fields to define connections between tiddlers. It would also be possible to define some of this

[tw5] Re: "Remote Transclusion"

2021-03-11 Thread PMario
On Thursday, March 11, 2021 at 11:41:47 AM UTC+1 Samir S. wrote: I'm only using remote transclusion to remove the link clic step. For me > it's like including a video or image. > If you include an image at your site, but the image is served form someone elses domain / server, they have to pay

[tw5] Re: How to make "complex" macro calculations?

2021-03-11 Thread PMario
Hi, Have a closer look at: https://chronicles.wiki/TiddlyWikiFormula/ -m -- 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] Saving destinations

2021-03-11 Thread Soren Bjornstad
Kate, I don't think there's a way to change the open/save path of an existing file in TiddlyDesktop, but after moving the file on your hard drive, if you click "remove", then "add wiki file" in TiddlyDesktop, you can reselect the file in its new location. This won't affect your data at all

[tw5] Re: How to make "complex" macro calculations?

2021-03-11 Thread Saq Imtiaz
In the same block of action strings, you cannot set tiddler/field values and retrieve the updated values. Try saving the interim values as variables instead of in temp tiddlers. On Thursday, March 11, 2021 at 1:03:35 PM UTC+1 dop...@gmail.com wrote: > Hi all. I'm in need of a macro (or

[tw5] How to make "complex" macro calculations?

2021-03-11 Thread Alessandro Gianni
Hi all. I'm in need of a macro (or something else?) that calculates a bunch of fields together in an expression. I'm trying to do with plugins like calc and playing around with variables and action widgets but nothing seems to work. In my last attempt I made a huge button full of actions that

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

2021-03-11 Thread arun babu
Thanks HCHaase for the update. Will get back to you after I try it out in my wiki. On Thu, Mar 11, 2021 at 2:15 PM HC Haase wrote: > I finally got something done :) > > @ hardco...@gmail.com > finally freelinks > > @ arunn...@gmail.com > Thanks for your patiened reminders.. > > >Can you add a

[tw5] Re: "Remote Transclusion"

2021-03-11 Thread Samir S.
Mario, The transclusion target is a video iframe. I'd like to do the same with a remote webpage and could not find such an example. Thank you. On Friday, 5 March 2021 at 19:47:25 UTC+1 PMario wrote: > On Friday, March 5, 2021 at 3:53:25 PM UTC+1 Samir S. wrote: > >> I would like to know if

[tw5] Re: "Remote Transclusion"

2021-03-11 Thread Samir S.
Hi Mario, Thank you very much for this thorough explanation. I'm only using remote transclusion to remove the link clic step. For me it's like including a video or image. The content is not altered and of course copyrights are preserved. Sincerely. Samir On Friday, 5 March 2021 at 19:47:25

Re: [tw5] Re: [Announcement] "TW Icons" - A large collection of icons for TiddlyWiki

2021-03-11 Thread moros...@gmail.com
@Ray and @TT thanks a lot! On Thursday, March 11, 2021 at 11:16:08 AM UTC+2 TiddlyTweeter wrote: > Ciao moros...@gmail.com wrote: > >> A new version of *"TW Icons"* is available !!! >> >> *v1.3 *(https://morosanuae.github.io/tw-icons) now with a total of *~35500 >> icons*. >> >> *Features*: >>

[tw5] Re: Is there a "Getting Started Guide" for for creating a plugin?

2021-03-11 Thread Saq Imtiaz
Hi Simon, Things are a bit different in TW5 when it comes to plugins and can take a bit to wrap one's head around. Plugins are just a collection or packaging of tiddlers. The general idea in TW5 that I use is, try to do as much as you can with wikitext, macros and widgets and when you find

Re: [tw5] Re: [Announcement] "TW Icons" - A large collection of icons for TiddlyWiki

2021-03-11 Thread TiddlyTweeter
Ciao moros...@gmail.com wrote: > A new version of *"TW Icons"* is available !!! > > *v1.3 *(https://morosanuae.github.io/tw-icons) now with a total of *~35500 > icons*. > > *Features*: > >- 3 new libraries added: *"Boxicons"*, *"Emblemicons" *and* "Tabler >Icons"*. > > Super-good! IF

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

2021-03-11 Thread Ray Vermey
Nice plugin thank you! Ray Op do 11 mrt. 2021 om 09:45 schreef HC Haase : > I finally got something done :) > > @ hardco...@gmail.com > finally freelinks > > @ arunn...@gmail.com > Thanks for your patiened reminders.. > > >Can you add a configuration panel like in the reference plug-in of >

[tw5] Re: [Feedback wanted] Tweakable colour palette

2021-03-11 Thread TiddlyTweeter
Nice one! The only thing I find confusing is HOW to save a new palette set? Obviously end-users will be looking to save to new names & activate new palettes they make. It is just not so clear how to do that I think?? Purely FYI, Telmiger some time ago attempted to make a "Color Action

Re: [tw5] Re: [Announcement] "TW Icons" - A large collection of icons for TiddlyWiki

2021-03-11 Thread Ray Vermey
Very nice!! Ray Op do 11 mrt. 2021 om 09:42 schreef moros...@gmail.com : > A new version of *"TW Icons"* is available !!! > > *v1.3 *(https://morosanuae.github.io/tw-icons) now with a total of *~35500 > icons*. > > *Features*: > >- 3 new libraries added: *"Boxicons"*, *"Emblemicons" *and*

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

2021-03-11 Thread HC Haase
I finally got something done :) @ hardco...@gmail.com finally freelinks @ arunn...@gmail.com Thanks for your patiened reminders.. >Can you add a configuration panel like in the reference plug-in of TiddlyResearch to turn on and off backlinks,

Re: [tw5] Re: [Announcement] "TW Icons" - A large collection of icons for TiddlyWiki

2021-03-11 Thread moros...@gmail.com
A new version of *"TW Icons"* is available !!! *v1.3 *(https://morosanuae.github.io/tw-icons) now with a total of *~35500 icons*. *Features*: - 3 new libraries added: *"Boxicons"*, *"Emblemicons" *and* "Tabler Icons"*. For more info, please checkout the "version history". On

[tw5] Re: Connected papers

2021-03-11 Thread TiddlyTweeter
Ciao Mohammad Seems connected notes and links/backlinks are not limited to note taking apps. See how they are used here for scientific research https://www.connectedpapers.com/ Right! Truth is net linkage strategies are not generally theorised in public well. The implications of different

[tw5] Searchable wiki on Google Drive

2021-03-11 Thread Mohammad Rahmani
I stumbled upon https://www.producthunt.com/posts/kbee?bc=1# and found it interesting! It should be easy for Tiddlywiki to create such tool Best wishes Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group