[tw5] Re: RefNotes plugin questions

2021-04-07 Thread Mohammad
Hi Manoe On Wednesday, February 5, 2020 at 6:55:13 PM UTC+3:30 @magasine wrote: > Hi Damon, > > I thought something like that: > > JSON: > > { > "created": "", > "creator": "", > "text": "<>", > "title": "Template - showfnotes", > "tags": "$:/tags/ViewTemplate", > "modifier": "", >

[tw5] Re: RefNotes plugin questions

2021-04-07 Thread Mohammad
Damon, On Wednesday, February 5, 2020 at 7:06:30 AM UTC+3:30 History Buff wrote: > Hey Mohammad, > > I love your RefNotes plugin and am wondering about a couple of things. > > I would like to have "Footnotes:" appear at the beginning of the footnotes > list when I use showfnotes. But I don't

[tw5] Re: Can BibTeX plugin expand beyond journals?

2021-04-07 Thread Mohammad
On Thursday, December 10, 2020 at 12:46:28 AM UTC+3:30 springer wrote: > Hello all, > > I'm just orienting to the BibTeX plugin (as well as refnotes). It's > clearly very powerful! But it seems designed mostly for journal articles (as > odin noted in June >

[tw5] Re: Splitting text to grab @strings to make some tags

2021-04-07 Thread Saq Imtiaz
Try this to get the tags (skip the enlist-input[] to keep them as one string): <$vars text="""@title1 @title2 @[[title with space]]""" reg="""@(\[\[.*[^\]]\]\]|\S+)"""> {{{ [search-replace:gi:regexp,[$1]enlist-input[]] }}} I've played around with converting #title to tags in Streams

[tw5] Re: [Question] Can the refnotes plugin be used to make A.P.A. style reference?

2021-04-07 Thread Mohammad
This has been addressed in Refnotes 1.6.2 beta. For citation APA has two formats (author, year) and author (year). Refnotes 1.6.2 beta uses the second form. But it is planned to add options in setting page to support both! On Monday, May 11, 2020 at 3:02:30 PM UTC+4:30 Odin wrote: > It seems

[tw5] Splitting text to grab @strings to make some tags

2021-04-07 Thread dieg...@gmail.com
Hello friends, I'm trying to take an input field that looks like: this is some aribrart text .. .etc. # ... @title1 @title2 @[[title with space]] and parse it to tag another created tiddler with title1, title2 and [[title with space]]. Ive tried playing around with splitting by

[tw5] Re: Hangouts - still going?

2021-04-07 Thread David Gifford
Jeremy started them back up last Spring after a several year hiatus, then promptly got Covid. Then he started back up in the summer, but then stopped. I think he is busy with other projects. At least, he's mentioned lots of projects. On Wednesday, April 7, 2021 at 6:44:16 AM UTC-5

Re: [tw5] Re: Quick walkthrough of my notetaking process

2021-04-07 Thread David Gifford
@Julio - do you want extra cheese on that order? :-) @Naveen - I don't think that it matters too much whether you link or tag. (transclusion is {{Tiddler title}} and is for including the text of one tiddler inside another tiddler.) As I said in the video I prefer linking and don't do much

[tw5] Re: video embedded in modal - how to call with link instead of button?

2021-04-07 Thread Joshua Fontany
UI elements tagged with `$:/tags/ViewTemplate` are only rendered for Tiddlers appearing in the Story River. It is part of the ViewTemplate passed to the list widget that renders the Story River. Transcluding it into a modal fails to trigger that rendering - because TW considers all Modals to

Re: [tw5] Import as external files (Node.js)

2021-04-07 Thread 'Mark S.' via TiddlyWiki
Thank you! On Wednesday, April 7, 2021 at 11:55:54 AM UTC-7 saq.i...@gmail.com wrote: > > > For the UX I would like to move towards just being able to drag and drop, > or paste, images directly into the editor. > Regards > That would be pretty cool! -- You received this message because you

Re: [tw5] Re: Quick walkthrough of my notetaking process

2021-04-07 Thread Naveen Roy Vikkram
Hi David, a quick question though. I'm pretty new to tiddlywiki, I see you showed two ways to add links, one using double-square brackets [[ ]] in the tiddler content (is that what transclusion is?) , the other way was by referring to a tiddler via a tag. Is one of these methods better than the

Re: [tw5] Re: Quick walkthrough of my notetaking process

2021-04-07 Thread Naveen Roy Vikkram
Hi David, a quick question though. I'm pretty new to tiddlywiki, I see you showed two ways to add links, one using double-square brackets [[ ]] in the tiddler content (is that what transfusion is?) , the other way was by referring to a tiddler via a tag. Is one of these methods better than the

[tw5] Re: A how to: protecting my code from my continous tiddler title changes

2021-04-07 Thread Charlie Veniot
I was not awares I could slap a transclusion in a filter. That is quite awesome. Thanks ! On Wednesday, April 7, 2021 at 5:04:46 PM UTC-3 Flibbles wrote: > Glad to hear it! > > Also, one small thing: you could have your filter be > [!match*{Sheet Designer!!title}*then[yes]else[no]] if you >

Re: [tw5] Re: Quick walkthrough of my notetaking process

2021-04-07 Thread jtech108
I'll have a Giffmex BLT to go please! ^_^ Nice demo David. Much regards, Julio On Wednesday, April 7, 2021 at 3:07:06 PM UTC-4 David Gifford wrote: > Go for it! That part has to do with Mohammad's plugin. That would be a > great next step. > > On Wed, Apr 7, 2021, 1:14 PM 'Mark S.' via

[tw5] Re: A how to: protecting my code from my continous tiddler title changes

2021-04-07 Thread Flibbles
Glad to hear it! Also, one small thing: you could have your filter be [!match*{Sheet Designer!!title}*then[yes]else[no]] if you wanted to get around making a variable. On Wednesday, April 7, 2021 at 1:08:40 PM UTC-4 cj.v...@gmail.com wrote: > Helping out? > > Oh heck, for the way my sponge

[tw5] Re: Show user field on each Tiddler

2021-04-07 Thread Odin
Hi! This can be achieved with the $:/tags/ViewTemplate tag. Make a tiddler tagged with '$:/tags/ViewTemplate'. This will make the contents of this tiddler appear on any tiddler in your wiki. Then copy the following inside the tiddler: <$list filter="[all[current]has:field[published] ]">

[tw5] Show user field on each Tiddler

2021-04-07 Thread Stefan Schlechter
Hello, in every new Tiddler I add the field "published" - which will contain an individual date: [image: published.png] (plublished date <> created date <> modified date) How can this be done, that on every Tiddler this field will be shown under Toolbar like: [image:

Re: [tw5] Re: Quick walkthrough of my notetaking process

2021-04-07 Thread David Gifford
Go for it! That part has to do with Mohammad's plugin. That would be a great next step. On Wed, Apr 7, 2021, 1:14 PM 'Mark S.' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > Just thinking out loud. If the tiddler indexing code could be put in a > template, then it might be possible to

Re: [tw5] Import as external files (Node.js)

2021-04-07 Thread Saq Imtiaz
Hi Mark, You just need to set the default picture button for the editor toolbar to show on markdown tiddlers. Edit $:/core/ui/EditorToolbar/picture At the end of field condition add the following: [type[text/x-markdown]] For the UX I would like to move towards just being able to drag and

[tw5] Re: Quick walkthrough of my notetaking process

2021-04-07 Thread 'Mark S.' via TiddlyWiki
Just thinking out loud. If the tiddler indexing code could be put in a template, then it might be possible to write a command line script that would use nodejs tiddliwiki to run a process on each wiki, collect the outputs, and rebuild the index file. This would simplify keeping the main index

[tw5] Re: [Plugin] MegaMenu – A scalable menu for your wiki!

2021-04-07 Thread History Buff
I have a suggestion as far as scrolling goes. When using megamenu and the list of tiddlers is long, it would be nice to see individual scrollbars for each box on the right side instead of a single scroll bar and then have the "title" of each box "sticky" so that it is always on the top like you

Re: [tw5] Import as external files (Node.js)

2021-04-07 Thread 'Mark S.' via TiddlyWiki
If you do an update on the UI that uses this plugin (sandbox, mentioned in other thread), could you add the ability for the tool to appear in markdown mode? It doesn't even have to be a markdown style image link since TW can recognize wikitext image links in markdown now. The goal being to

[tw5] Is there a way to change the default tiddler type?

2021-04-07 Thread Andy Pastuszak
I installed the Markdown plugin and am writing all my tiddlers in Markdown, if possible. Is there a way to make markdown the default tiddler type? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: [Plugin] MegaMenu – A scalable menu for your wiki!

2021-04-07 Thread History Buff
I just started using simplemenu this morning and I like it. It does exactly what I want when I put it in a template tidder and use the current tiddler as the main tag. I don't have quite as much time on it as I do megamenu so will continue to play around and comment further. On Wednesday,

[tw5] Re: Quick walkthrough of my notetaking process

2021-04-07 Thread Naveen Roy Vikkram
This is brilliant and might be my new notetaking process. Thanks, David! On Wednesday, April 7, 2021 at 4:36:24 PM UTC+1 clutterstack wrote: > Nice demonstration! I love the rebranding. > > Best, > Chris > > On Wednesday, April 7, 2021 at 10:48:49 AM UTC-4 David Gifford wrote: > >> >> There has

[tw5] Re: A how to: protecting my code from my continous tiddler title changes

2021-04-07 Thread Charlie Veniot
Helping out? Oh heck, for the way my sponge works: Relink truly is a godsend. Uh, well, you would be the godsend? The Relink angel? The Relink fairy? [image: tooth-fairy-1.jpg] Well, let's say I gusheth with heaps of praise. On Wednesday, April 7, 2021 at 1:40:41 PM UTC-3 Flibbles wrote:

Re: [tw5] Re: trigger a rerendering of a tiddler from a button.

2021-04-07 Thread History Buff
Mohammad, Thanks for checking into it. I'll play around with it some more as well to see if I can gather further information. Leave it to me to come up with a complex case like this! On Wednesday, April 7, 2021 at 7:47:03 AM UTC-7 Mohammad wrote: > Hi Damon, > Yes, it seems something is

[tw5] Re: [Plugin] MegaMenu – A scalable menu for your wiki!

2021-04-07 Thread History Buff
I echo Mat's points as well. Showing the right panes for the primary tag would be very useful for me. I envision having this in a template tiddler where it would use the current tiddler as the primary tag. I played around some more with it. I have a primary tag that has 1813 tiddlers tagged to

[tw5] Re: [Plugin] MegaMenu – A scalable menu for your wiki!

2021-04-07 Thread jc-ose
*History Buff, * That's a very good point about using $:/temp for the state tiddler. When I get a chance I think I'll update the default state tiddler to use that prefix, because the save button constantly lighting up is not ideal. *Mat, * To your first point, I completely understand where

[tw5] Re: A how to: protecting my code from my continous tiddler title changes

2021-04-07 Thread Flibbles
Yeah, the *match* operator isn't in the operator whitelist by default since match isn't exclusively used for tiddler titles. You can add it, but then if you're using *match* elsewhere, it may result in unexpected relinks. What you're doing probably is the best practice. However, if you decide

[tw5] Re: AI Coding and Notetaking

2021-04-07 Thread Mat
Superfluous. My code cannot be improved. <:-) On Wednesday, April 7, 2021 at 6:02:11 PM UTC+2 Mohammad wrote: > It seems #ai is spreading too fast and will facilitate many works one is > notetaking. > > Below is a simple example using #ai for writing better codes! > Maybe a similar app can

[tw5] AI Coding and Notetaking

2021-04-07 Thread Mohammad Rahmani
It seems #ai is spreading too fast and will facilitate many works one is notetaking. Below is a simple example using #ai for writing better codes! Maybe a similar app can help us to write good TW scripts ;-) :-) :-) https://sourcery.ai/ Best wishes Mohammad -- You received this message

[tw5] Re: Quick walkthrough of my notetaking process

2021-04-07 Thread clutterstack
Nice demonstration! I love the rebranding. Best, Chris On Wednesday, April 7, 2021 at 10:48:49 AM UTC-4 David Gifford wrote: > > There has been a lot of talk about walk-throughs ever since Soren's > wonderful example. > > Here is one of my own. It includes BLTs (formerly L+BL), and Mohammad's

[tw5] Quick walkthrough of my notetaking process

2021-04-07 Thread David Gifford
There has been a lot of talk about walk-throughs ever since Soren's wonderful example. Here is one of my own. It includes BLTs (formerly L+BL), and Mohammad's SearchWikis plugin. https://www.youtube.com/watch?v=GvLOdG-tCnc There is a link in the Youtube description to a template to play

Re: [tw5] Re: trigger a rerendering of a tiddler from a button.

2021-04-07 Thread Mohammad Rahmani
Hi Damon, Yes, it seems something is wrong with the counter in this complex case! Unfortunately I could not reproduce the issue as the case is a complex one! I am working on Refnotes and I will have a look to clean up the stylesheets and see if everything is correct! Best wishes Mohammad On

[tw5] Re: A how to: protecting my code from my continous tiddler title changes

2021-04-07 Thread Charlie Veniot
G'day g'day, *Thanks for the reference! * That documentation is quite awesome. Although not my cup of tea, I think the majority of folk will find pragmas and whitelisting are cherries on top of the sweet goodness that is relink. On Wednesday, April 7, 2021 at 6:38:03 AM UTC-3 PMario wrote: >

[tw5] Re: TiddlySheets? (idea tease)

2021-04-07 Thread Charlie Veniot
Dang it, Mat. You've just eloquently expressed a thread of thought in this old sponge of mine that I couldn't put into words. If I were a rich man, I'd be hiring you as official translator of the thoughts in me sponge. Or curator. Do you herd kittens and puppies as a side gig? Well, I

Re: [tw5] Re: Display tags in Tiddlers

2021-04-07 Thread Anjar
Hi, As you've discovered, seemingly simple problems can get wuite complex:) I agree with you that is a nice solution, or you could wrap it in a and have each element as a list item For now, I was unable to find a simply way to substring the titles; if there was, you could get the first

[tw5] Re: Node.js install without global option

2021-04-07 Thread Andy Pastuszak
I figured out my issue. I uninstalled Tiddlywiki using npm. I then deleted all the folders it created and got it to reinstall with the -g option. After that, I need to fix my path, because the installer work gave me didn't set the path properly. I had to add %USERPROFILE%\AppData\Roaming\npm

[tw5] Hangouts - still going?

2021-04-07 Thread David Bovill
Hey - I'm revisiting TiddlyWiki - and wondering about podcasts and hangouts... I see the last hangout was 6 months ago? Have they moved somewhere? Where shall I look for getting into a live show and tell around wiki? -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Node.js install without global option

2021-04-07 Thread PMario
Hi, May be this may help. https://nodejs.org/api/modules.html#modules_loading_from_the_global_folders ... There is some info about the NODE_PATH .. which shouldn't be used for default settings. But it may help in your case. You may be able to install tiddlywiki with the default command and

[tw5] Re: TiddlySheets? (idea tease)

2021-04-07 Thread Mat
cj Thinking out loud: TreeSheets looks very interesting (I looked at their video ) and it seems like a perfect conceptual fit for TW. It is really cool because I guess most of us have used a spreadsheet for making

[tw5] Re: A how to: protecting my code from my continous tiddler title changes

2021-04-07 Thread PMario
Hi, You may be interested in https://flibbles.github.io/tw5-relink/#Inline%20Declarations:%5B%5BInline%20Declarations%5D%5D%20Documentation -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: macro variable valuation

2021-04-07 Thread Jean-Pierre Rivière
I've checked the view widget. For tge display, it has the same effect as the text widget today if used with "text" format. And if used with "htmlwikified" format, it gives me the html source of what I want to display. Add a wikify widget, and that's it ! (No need for my "codexe" tiddler). The

[tw5] Re: how to get list of detail widgets to look like list of ordinary links?

2021-04-07 Thread Mat
Meta answer: I believe the Details widget is not an official widget so you should look at what CSS styles the button and overwrite this. If you look in the plugins Contents tab, you should likely find one or several stylesheets that control this. <:-) On Wednesday, April 7, 2021 at 8:48:37 AM

[tw5] Re: [Plugin] MegaMenu – A scalable menu for your wiki!

2021-04-07 Thread Mat
This is very interesting. A main wiki of mine is my "household wiki" which is very scattered in topics (shopping lists, reference lists, emergency stuff etc etc) and your creation might make it easier to navigate within one such space at a time. Two thoughts: 1) After clicking a menu item (e.g

Re: [tw5] Re: Display tags in Tiddlers

2021-04-07 Thread Jean-Pierre Rivière
Nice solution. I tried it. It is case sensible. My code is not (it was needed). I will try to merge your solution into mine to see what I could achieve with two imbricated lists. Jean-Pierre Le mercredi 7 avril 2021 à 08:11:28 UTC+2, schlechter...@gmail.com a écrit : > Thanks jn.pierr for

[tw5] Re: video embed macro(?)

2021-04-07 Thread Mat
First, I would think that your things break because of your single quotes for the filter. When you type e.g <$list filter="[tag[Foo]]"> ...then whatever tiddlers are tagged Foo must not have any quote characters. To prevent this, use triple quotes, i.e: <$list filter="""[tag[Foo]]"""> For

[tw5] how to get list of detail widgets to look like list of ordinary links?

2021-04-07 Thread Sapphireslinger
So this displays beautifully: <$list filter="[has[blog]sort[date]]"> <$details summary={{!!caption}}> <$transclude field="text" mode="block"/> But what if I need it to look like an ordinary plain "list filter" list of links (no bullets either)? -- You received this message because you

Re: [tw5] Re: Display tags in Tiddlers

2021-04-07 Thread Stefan Schlechter
Thanks jn.pierr for your input - I'll check it later. In the meantime I found a solution: <$list filter="A B C D E F G H I J K L M N O P R S T U V W Z"> <><$list filter="[ sortan[]prefix]"> <> <$view field="published" /> ** Stefan jn.pierr...@gmail.com schrieb am Dienstag, 6. April