[tw5] Does TW on Node have an image problem?

2020-05-19 Thread Mat
Question to the TiddlyWiki on Node.js users: Are tiddlers lazily loaded? If yes, does this mean that there is no problem with directly embedding big content (e.g images)? Or is it the same limitation as with single file TW? Thx <:-) -- You received this message because you are subscribed to

[tw5] Re: tweaking draggable list with filter

2020-05-19 Thread Mat
http://linkstyle.tiddlyspot.com/ <:-) -- 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

[tw5] Re: tweaking draggable list with filter

2020-05-19 Thread Dave Parker
Tony, I don't think I'm as clever as you think I am... Filter={{filtertiddler}} > could you elaborate on what that means? -- 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

[tw5] Re: How to publish a plugin?

2020-05-19 Thread Mat
The poor-mans-plugin-way is to merely give all the relevant tiddlers a common tag. You can then use this tag as a handle to drag'n drop them as a group. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw5] Re: TiddlyWiki is so powerful. Thanks

2020-05-19 Thread balasubramanian Achuthan
i was searching for personal Wiki Software - Google search , TW was in the list. On Wednesday, May 20, 2020 at 2:26:13 AM

[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.

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

2020-05-19 Thread Tomas Santos
Thanks so much for making this. It's really amazing software. It makes learning feel like a game and I love it. One utility that I think is missing in order for this to be a real replacement for Roam is the automatic creation of tiddlers when referenced if they don't already exist. I think

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

2020-05-19 Thread 'Mark S.' via TiddlyWiki
The original post asks about multiple tid files. When I try to adapt your code like this: <$list filter="[tag[HelloThere]]"> <$action-sendmessage $message="tm-download-file" $param="$:/core/templates/exporters/TidFile" exportFilter=<> filename={{{

[tw5] Re: TiddlyWiki is so powerful. Thanks

2020-05-19 Thread Reet Pandher
How did you make your tasks look like that? On Wednesday, May 20, 2020 at 2:07:57 AM UTC+5:30, balasubramanian Achuthan wrote: > > Hi All, > > Just yesterday, i stumbled across "TiddlyWiki" and i now i am a big fan of > it. I have been searching for tools that can help me organize my notes and

[tw5] Possible Bug - New Journals no longer get Journal tag?

2020-05-19 Thread Diego Mesa
When I create a new journal entry, it no longer receives a "journal" tag. When I go to the control panel to reset this setting, in the tag drop down I type Journal and select it from the dropdown but when I select it, it dissapears and no tag pill appears in its place. This persists after

[tw5] Stroll and NoteSelf together?

2020-05-19 Thread 'Christian Perez' via TiddlyWiki
I've been looking for an open source tool like Roam Research where I have control of my data. I think I've found it in Stroll! But I'm starting with the NoteSelf version to avoid the biggest painpoint of TiddlyWiki: saving your progress. The trouble is that some features of Stroll don't seem

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: tweaking draggable list with filter

2020-05-19 Thread Dave Parker
Thanks Eric! For some reason I'd gotten it in my head that when a filter is in quotes the outer brackets are not needed, and I'd either forgotten or never learned about the single bracket -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. 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] Re: TiddlyDesktop method for exporting individual tiddlers (90% there)

2020-05-19 Thread Eric Shulman
On Tuesday, May 19, 2020 at 3:14:38 PM UTC-7, Jared Lettau wrote: > > Goal: To export individual tiddlers in a format where they can be imported. > Give this a try: Export tiddlers with this tag: <$edit-text tag="input" width="50" placeholder="Tag name" tiddler= "$:/temp/myfavtag"/> Found

[tw5] Re: How to publish a plugin?

2020-05-19 Thread Joshua Fontany
I would really love to test such functionality. Tinka is a good option. Here is the official documents on how to pack a plugin-tiddler in the browser. Once packed, it appears a a plugin in the wiki and can be exported just like any other tiddler.

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

2020-05-19 Thread Jared Lettau
Goal: To export individual tiddlers in a format where they can be imported. The code below works well, EXCEPT: - It exports as HTML, which when imported doesn't get parsed the way importing json or .tid files do. If there's a workaround for importing HTML that would solve. - I

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

2020-05-19 Thread David Gifford
MarkS, Things have been developing so quickly, I think that was the original name, but now it is $:/.giffmex/sidebar/advancedconfig On Tue, May 19, 2020 at 4:52 PM 'Mark S.' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > > > On Tuesday, May 19, 2020 at 10:22:14 AM UTC-7, David

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

2020-05-19 Thread 'Mark S.' via TiddlyWiki
On Tuesday, May 19, 2020 at 10:22:14 AM UTC-7, David Gifford wrote: > > 1) Wow, that is impossible that nothing comes up when you click on that > tag pill. > I don't see "$:/.giffmex/ViewTemplate/titleviewchooser" in TiddlyBlink nor Stroll. -- You received this message because you are

[tw5] Re: tweaking draggable list with filter

2020-05-19 Thread Eric Shulman
On Tuesday, May 19, 2020 at 2:30:30 PM UTC-7, Dave Parker wrote: > > I'm trying to add a little indication to items in a draggable list to have > the word "done" beside the item but only if that tiddler has a tag "done" > This seems to add "done" to every item in the list, regardless of whether

[tw5] tweaking draggable list with filter

2020-05-19 Thread Dave Parker
Hi, I'm trying to add a little indication to items in a draggable list to have the word "done" beside the item but only if that tiddler has a tag "done" This seems to add "done" to every item in the list, regardless of whether its tagged done or not: template tiddler: [[draggableTemplate1]]

Re: [tw5] Redesign of TiddlyWiki

2020-05-19 Thread Edgaras
*Riz *I think that's a good idea and would get the ball rolling. I can contribute with UI/Visual Design, html/css coding, even some js. I am also busy upcoming 2 month with my thesis and other work, but I could jump in when I have time. To start out we could outline a priority list, maybe make

[tw5] Re: TiddlyWiki is so powerful. Thanks

2020-05-19 Thread Mat
Welcome Bala! You're in for a ride. I was just about to ask what Birthe asked - how did you find out about TW? Be sure to send a link to TW to your friends. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw5] Re: TiddlyWiki is so powerful. Thanks

2020-05-19 Thread Birthe C
Hi Bala, And a warm welcome! Your tasks look very nice. Out of curiosity, how did you find Tiddlywiki? Birthe -- 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] TiddlyWiki is so powerful. Thanks

2020-05-19 Thread balasubramanian Achuthan
Hi All, Just yesterday, i stumbled across "TiddlyWiki" and i now i am a big fan of it. I have been searching for tools that can help me organize my notes and research notes. So far been using Evernote, onenote, orgmode .. and recently notion. But was not happy. TiddlyWiki has the right

[tw5] Re: Personal News

2020-05-19 Thread Dave Parker
Apparently Vitamin D is turning out to //possibly// be helpful, so might be a good idea to start taking that if you're not already. Also, if you have access to a Pulse Oximeter keep checking your oxygen saturation, and if it goes below 90% then ring up your medical people - going on O2

[tw5] Re: Personal News

2020-05-19 Thread Nick
Feel and get better soon Jeremy! If you're OK at day 10+ you are almost certainly going to be fine. But do rest! I didn't, kept trying to go back to work - mistake! Took a month to be able to return. BW Dr Nick (UK Chest Physician) On Monday, 18 May 2020 09:59:36 UTC+1, Jeremy Ruston

[tw5] Re: Help with a filter: Return a list of all tiddlers with a particular tag, excluding any that are tagged with the title of any other entry in the list

2020-05-19 Thread si
Haha yes it is, I did not spot that! Thanks a lot to you both. On Tuesday, 19 May 2020 19:40:04 UTC+1, Mat wrote: > > (Probably going to upset Mark but...) I think it is the very same question > Gifford asked about the other day where you (si) clarified my reply, i.e: > > <$list

[tw5] Re: Help with a filter: Return a list of all tiddlers with a particular tag, excluding any that are tagged with the title of any other entry in the list

2020-05-19 Thread Mat
(Probably going to upset Mark but...) I think it is the very same question Gifford asked about the other day where you (si) clarified my reply, i.e: <$list filter="""[tag[website]] -[tag[website]tagging[]]"""> <:-) -- You received this message because you are subscribed to the Google Groups

Re: [tw5] Re: [Question] Keyboard shortcut to get focus on the textfield.

2020-05-19 Thread A Gloom
With most hidden settings, the tiddler for the setting is often not present because its not needed till the setting is made. You will have to create a tiddler named $:/config/EditTabIndex with "1" in its text field $:/config/EditTabIndex is used by the following template tiddlers:

[tw5] Re: Bullets and numbers of lists are not visible.

2020-05-19 Thread A Gloom
Did you get the assistance you needed? You said that the bullets and numbers didn't appear before you edited your theme? Did you have any add on global stylesheets (tiddlers tagged $:/stylesheet) or modifications to TW's theme stylesheet (other than your color edits) before you installed

[tw5] Re: [newbie] Setting up sync/saving

2020-05-19 Thread Flan Mou
Yeah, it worked! Awesome, thanks. On Tuesday, May 19, 2020 at 11:02:24 AM UTC-7, Michael Durland wrote: > > I've been using TiddlyDrive successfully on Android. Once I added > TiddlyDrive as an app to my Google Drive/Docs, then it showed up on mobile > automatically. I open the Google Drive app

[tw5] Re: Help with a filter: Return a list of all tiddlers with a particular tag, excluding any that are tagged with the title of any other entry in the list

2020-05-19 Thread 'Mark S.' via TiddlyWiki
Try \define filter-web() <$vars lb="[" rb="]"><$list filter="[tag[website]]">!tag<$text text=<>/><><$text text=<>/> \end <$vars lb="[" rb="]"> <$wikify name=filt text={{{[addprefixaddsuffix]}}}> <$list filter="[tag[website]] +[subfilter]"> On Tuesday, May 19, 2020 at 10:28:32 AM UTC-7,

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

2020-05-19 Thread Jared Volpe
That fixed it! Thank you! On Tuesday, May 19, 2020 at 10:22:14 AM UTC-7, David Gifford wrote: > > 1) Wow, that is impossible that nothing comes up when you click on that > tag pill. > > 2) If you really need to uninstall: > > a) click the magnifying glass next to the search window > b) Filter

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

2020-05-19 Thread David Gifford
I think advancedconfig and titleview chooser are the two that are similar. Pick the one with more options and delete the other. On Tue, May 19, 2020 at 12:26 PM Jared Volpe wrote: > There aren't any duplicates... > > [image: Screen Shot 2020-05-19 at 10.17.53.png] > > > On Tuesday, May 19,

[tw5] Re: [newbie] Setting up sync/saving

2020-05-19 Thread Michael Durland
I've been using TiddlyDrive successfully on Android. Once I added TiddlyDrive as an app to my Google Drive/Docs, then it showed up on mobile automatically. I open the Google Drive app on Android, navigate to the TiddlyWiki file, and then do Open With TiddlyDrive. It opens in Chrome.

[tw5] Help with a filter: Return a list of all tiddlers with a particular tag, excluding any that are tagged with the title of any other entry in the list?

2020-05-19 Thread si
This is really awkward to explain but hopefully this example will make it clear what I'm trying to do. Say I have the following tiddlers, *all* of which are tagged *website*: * Google * Microsoft * Google Docs (also tagged with *Google*) * Gmail (also tagged with *Google*) I want to return a

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

2020-05-19 Thread David Gifford
1) Wow, that is impossible that nothing comes up when you click on that tag pill. 2) If you really need to uninstall: a) click the magnifying glass next to the search window b) Filter tab c) insert [tag[stroll]] d) click the red trashcan e) click 'delete these tiddlers On Tue, May 19, 2020

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

2020-05-19 Thread Jared Volpe
Could this be because in installed Stroll and Blinks? On Tuesday, May 19, 2020 at 10:18:39 AM UTC-7, Jared Volpe wrote: > > There aren't any duplicates... > > [image: Screen Shot 2020-05-19 at 10.17.53.png] > > > On Tuesday, May 19, 2020 at 9:59:08 AM UTC-7, David Gifford wrote: >> >> Add this to

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

2020-05-19 Thread Jared Volpe
There aren't any duplicates... [image: Screen Shot 2020-05-19 at 10.17.53.png] On Tuesday, May 19, 2020 at 9:59:08 AM UTC-7, David Gifford wrote: > > Add this to a tiddler: <> > > then click it, and see what tiddlers come up. That should show you if > there are duplicates, and you can delete

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

2020-05-19 Thread Jared Volpe
Nothing comes up. [image: Screen Shot 2020-05-19 at 10.15.51.png] On Tuesday, May 19, 2020 at 9:59:08 AM UTC-7, David Gifford wrote: > > Add this to a tiddler: <> > > then click it, and see what tiddlers come up. That should show you if > there are duplicates, and you can delete one of them. >

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

2020-05-19 Thread Jared Volpe
They aren't. And all of the colors are borked too. I'd really like to start fresh. Again, not blow away my content but blow away Stroll and other customizations (not plugins) and then reinstall. [image: Screen Shot 2020-05-19 at 10.13.49.png] [image: Screen Shot 2020-05-19 at 10.13.55.png]

[tw5] Re: Any idea how to collapse/expand section within a tiddler

2020-05-19 Thread Reet Pandher
Final Version: \define fold(heading, text) <$button class="tc-btn-invisible" popup=<>> $heading$ {{$:/core/images/fold-button}} <$reveal type="nomatch" state=<> text=""> $text$ \end Changed the image from chevron-right to fold-button. It is a smaller icon so it doesn't bother as much without

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

2020-05-19 Thread David Gifford
Add this to a tiddler: <> then click it, and see what tiddlers come up. That should show you if there are duplicates, and you can delete one of them. David Gifford On Tue, May 19, 2020 at 11:36 AM Jared Volpe wrote: > My sidebar doesn't look broken to you? E.g. The 2 settings tabs. Doesn't >

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

2020-05-19 Thread 'Mark S.' via TiddlyWiki
Are the contents of the two settings identical? The tag you want to look for is $:/tags/SideBar On Tuesday, May 19, 2020 at 9:36:26 AM UTC-7, Jared Volpe wrote: > > My sidebar doesn't look broken to you? E.g. The 2 settings tabs. Doesn't > that seem odd/broken? > > Also, I looked at my tags

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

2020-05-19 Thread 'Mark S.' via TiddlyWiki
Posted to tiddly toolmap under: "Interfacing with, importing and exporting to and from other formats" On Wednesday, May 13, 2020 at 6:58:46 AM UTC-7, Flibbles wrote: > > Name:* tw5-xml* > Version: *1.0.0* > Demo:

[tw5] Re: Any idea how to collapse/expand section within a tiddler

2020-05-19 Thread Reet Pandher
I tried this version and it seems to work: \define fold(heading, text) <$button class="tc-btn-invisible" popup=<>> $heading$ {{$:/core/images/chevron-right}} <$reveal type="nomatch" state=<> text=""> $text$ \end Only problem is that the arrow button now stays the same but i think i can live

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

2020-05-19 Thread Flibbles
Please let me know if there are any tool or abilities you feel this plugin is lacking for working with xml. I'd like this plugin to have all the basic tools someone would need. For one, I'm thinking of adding an <> macro which will behave like XSLT's apply-templates, only tiddlywiki style. --

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

2020-05-19 Thread A Gloom
nice work Flibbles I use svg a lot and intend on useing x3d xml so I'm hoping this will help Lets you parse XML, HTML, and SVG using the <$xpath> and <$xselect> > widgets, which use XPath and CSS selectors to navigate your tiddlers > I wonder if it solves this issue I have with links inside

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

2020-05-19 Thread Jared Volpe
My sidebar doesn't look broken to you? E.g. The 2 settings tabs. Doesn't that seem odd/broken? On Tuesday, May 19, 2020 at 9:30:06 AM UTC-7, David Gifford wrote: > > Jared, > > What exactly do you want your sidebar tabs to look like? It would make > more sense to remove tags from tiddlers

[tw5] Re: Any idea how to collapse/expand section within a tiddler

2020-05-19 Thread Reet Pandher
I didn't even create a second button though :( All the formatting disappears the moment i enclose my text into the folds. On Tuesday, May 19, 2020 at 9:25:14 PM UTC+5:30, Mat wrote: > > Reet Pandher wrote: >> >> Now it works but it completely removes the formatting of the hidden >> text!!  >> >

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

2020-05-19 Thread David Gifford
Jared, What exactly do you want your sidebar tabs to look like? It would make more sense to remove tags from tiddlers tagged $:/tags/SideBar than to uninstall and reinstall Stroll. On Tue, May 19, 2020 at 11:21 AM Jared Volpe wrote: > I'd love to remove my current version of Stroll and then

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

2020-05-19 Thread Jared Volpe
I'd love to remove my current version of Stroll and then reinstall it. Can someone share a workflow for doing that? This is what my sidebar looks like now and I want to reset it. [image: Screen Shot 2020-05-19 at 09.20.35.png] On Thursday, May 7, 2020 at 8:04:17 AM UTC-7, David Gifford

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

2020-05-19 Thread David Gifford
Riz: Accordion would be visually jarring inside the edittoolbar area. And popup is how the viewtemplate more button works. Mat: Thanks for these! Fixed #2 and #3. #1 will have to wait until upgrading to the next version, whenever that is.

[tw5] Re: Any idea how to collapse/expand section within a tiddler

2020-05-19 Thread Mat
Reet Pandher wrote: > > Now it works but it completely removes the formatting of the hidden text!! >  > Try adding an empty row before the second button. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw5] Re: Personal News

2020-05-19 Thread A Gloom
Completly understandable, covid is more contagious than the flu so even with precautions, misfortune can happen KAOS is rootin' for you! [image: kittenrow.jpg] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw5] Re: Fullscreen button for images

2020-05-19 Thread Kalcifer Kandari
Thanks for the replies. Before I respond let me make some clarifications. So there are 2 separate problems: 1. Click on image, image takes up fullscreen. Not just the browser window, but the entire screen. 2. When in fullscreen, a button appears to exit fullscreen only when the

[tw5] Re: Any idea how to collapse/expand section within a tiddler

2020-05-19 Thread Reet Pandher
Hi Eric, Now it works but it completely removes the formatting of the hidden text!!  On Tuesday, May 19, 2020 at 8:58:45 PM UTC+5:30, Eric Shulman wrote: > > On Tuesday, May 19, 2020 at 8:08:15 AM UTC-7, Reet Pandher wrote: >> >> I tried it and it displays the heading with the right arrow but

[tw5] Re: Any idea how to collapse/expand section within a tiddler

2020-05-19 Thread Reet Pandher
Wink Wink On Tuesday, May 19, 2020 at 8:35:23 PM UTC+5:30, Mat wrote: > > Reed and Eric > > Incidentally I was just pondering over this earlier today. I don't have > any answer but I think it ought to be possible to make a "markup"

[tw5] Re: Any idea how to collapse/expand section within a tiddler

2020-05-19 Thread Eric Shulman
On Tuesday, May 19, 2020 at 8:08:15 AM UTC-7, Reet Pandher wrote: > > I tried it and it displays the heading with the right arrow but when i > click on the heading to expand text, no text appears *and *the heading > disappears as well. When i click anywhere on the screen the heading >

[tw5] WorldBrain Memex Tool

2020-05-19 Thread Diego Mesa
Just came across this tool on Hacker News today, and found the tools capabilities and users comments interesting Article: https://getmemex.com/ HN Comments: https://news.ycombinator.com/item?id=23227186 Some of you might also be interested -- You received this message because you are

[tw5] Re: Fullscreen button for images

2020-05-19 Thread A Gloom
> > So the this works unless you have 2 images on the same page, because as > the last one will always be on top. I thought maybe I could make the image > a label for the button and a radio, but that doesn't seem to work. I need > some way to keep track of which image is 'active'. Any

[tw5] Re: Any idea how to collapse/expand section within a tiddler

2020-05-19 Thread Reet Pandher
Hi Eric, I tried it and it displays the heading with the right arrow but when i click on the heading to expand text, no text appears *and *the heading disappears as well. When i click anywhere on the screen the heading re-appears. I am using the same syntax to call the *fold* macro that tobias

[tw5] Re: Any idea how to collapse/expand section within a tiddler

2020-05-19 Thread Mat
Reed and Eric Incidentally I was just pondering over this earlier today. I don't have any answer but I think it ought to be possible to make a "markup" kind of thing that converts + characters into revealwidgets,ie +foo -bar Lorem ipsum Lorem ipsum +baz + In the example, the "bar" is opened

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

2020-05-19 Thread Mat
This should get you started #1 Did you try: https://tiddlywiki.com/prerelease/#PopupMechanism - i.e tc-popup-keep #2 In $:/.giffmex/Buttons/more-tiddler-edit-actions , add a custom class to the div so you can target it. #3 $:/core/ui/ControlPanel/Settings/EditorToolbar <:-) -- You received

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

2020-05-19 Thread Riz
Hi David a. Popups are unwieldy in mobile screens. Go for an accordion instead. https://tiddlywiki.com/#RevealWidget This will solve two of your issues - persistence of the checkboxes, as well as ensuring that the data stays within the confines of tiddler. b. You can hide them with CSS

[tw5] Re: Any idea how to collapse/expand section within a tiddler

2020-05-19 Thread Eric Shulman
On Tuesday, May 19, 2020 at 7:31:14 AM UTC-7, Reet Pandher wrote: > > Just wanted to check if there is any way to add a arrow indicator to the > collapsed section to your macro code. > Try this: \define fold(heading, text) <$reveal type="match" state=<> text=""> <$button class="tc-btn-invisible"

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

2020-05-19 Thread David Gifford
In the main redesign thread, PMario, I think, mentioned improvements to the edittemplate area. This reminded me that last year I had experimented with this. So I refined it a bit more today. https://giffmex.org/experiments/edittemplateexperiment2.html Please give me feedback, or instructions

[tw5] Re: Any idea how to collapse/expand section within a tiddler

2020-05-19 Thread Reet Pandher
Hi Tobias, Sorry to bring up such an old issue. Just wanted to check if there is any way to add a arrow indicator to the collapsed section. I tried a few other Macros which have the arrow feature but all of them remove the formatting of the heading text. So would there be a way to add an arrow

Re: [tw5] Redesign of TiddlyWiki

2020-05-19 Thread Mat
I'm up for it but with two disclaimers: This month I have a lot of (real) work on and off. Comes in "lumps". I suck at Github so my PRs would be via demos etc at tiddlyspot and someone else would have to do the merging. If that is OK, then I'm in. <:-) -- You received this message because

[tw5] Re: How to publish a plugin?

2020-05-19 Thread Birthe C
https://tinkaplugin.github.io/ -- 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

Re: [tw5] How to publish a plugin?

2020-05-19 Thread Mohammad Rahmani
You may have a look at http://sistan.tiddlyspot.com/ Best wishes Mohammad On Tue, May 19, 2020 at 5:54 PM Roel Vanhout wrote: > Hi all, > > I've gotten my plugin, to show videos in tiddlywiki with extra > functionality so that I can use tiddlywiki for video analysis and > annotation,

[tw5] How to publish a plugin?

2020-05-19 Thread Riz
I am on mobile. But search this group for a plugin called "tinka". It is a plugin that will help you make other plugins -- 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

Re: [tw5] Redesign of TiddlyWiki

2020-05-19 Thread Rizwan Ishak
How about we start a organisational Repo in GitHub called TW5-Community and work collaboratively on the wizard Jeremy asked for? It would take the noise out the main repo. Once Jeremy is well, we can loop him in. Sincerely, Riz On Tue, 19 May 2020, 17:33 Mat, wrote: > PMario > > It is a GREAT

[tw5] How to publish a plugin?

2020-05-19 Thread Roel Vanhout
Hi all, I've gotten my plugin, to show videos in tiddlywiki with extra functionality so that I can use tiddlywiki for video analysis and annotation, working. I've done this by putting my code and assets in tiddlers in a standalone tiddlywiki, which I view through 'timimi' (I used to rename my

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

2020-05-19 Thread David Gifford
Unfortunately, no. I don't have the know how. On Tue, May 19, 2020 at 7:56 AM Mike Tannenbaum wrote: > Has anyone come up with a fix for this? I was tinkering with it for a > while yesterday but wasn't able to solve. > > On Monday, May 18, 2020 at 9:20:59 PM UTC-4, Julio Peña wrote: >> >>

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

2020-05-19 Thread Mike Tannenbaum
Has anyone come up with a fix for this? I was tinkering with it for a while yesterday but wasn't able to solve. On Monday, May 18, 2020 at 9:20:59 PM UTC-4, Julio Peña wrote: > > Greetings Dave, > > Not a problem...glad to be of assistance and that you found then useful. > ^_^ > > > Best

Re: [tw5] Redesign of TiddlyWiki

2020-05-19 Thread Mat
PMario It is a GREAT idea to use the info area as a mini-type controlpanel for the tiddler, especially to set which view/edittemplates to show. Overall I think transclusion enables control both to be central/global for the wiki and local for specific contexts. I think this is under-used in TW.

Re: [tw5] Redesign of TiddlyWiki

2020-05-19 Thread PMario
Hi, I think it would be possible to give the TW default (i)nfo section more love. At the moment, it is hidden by default. So users need apps like stroll or others to find out, that the whole backlinking mechanism has always been there. Just 1 click away. Many users have to go a long way, and

[tw5] [Question] Is there a way to issue an action when I tiddler "lose focus"

2020-05-19 Thread Tony K
I need to delete a temp tiddler when that tiddler is not active anymore (loses focus ideally or closed if not possible) is it possible? thank you -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

Re: [tw5] Redesign of TiddlyWiki

2020-05-19 Thread Edgaras
*Mat *I don't mind building widgets and using macros to simplify them. Actually I would like to choose my own templating language. In static site builders like 11ty or Gatsby you also use something like Liquid, Nunchucks, Handlebars as a templating language. Kind of like macros that run widgets

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

2020-05-19 Thread Alysha Chua
Hi guys, can anyone share an empty Stroll + Tiddlymap file? When I try to import the Tiddlymap plugins, I don't get the Map and Live tab. There are instructions on the Troubleshooting tab to add a new line of code 'In the tiddler $:/plugins/felixhayashi/tiddlymap/hook/editor of your file, on

[tw5] Re: wikifying custom fields

2020-05-19 Thread Mat
Here's a scenario that might not exactly be how you do it but it should give some info about how to approach it: There are several tiddlers tagged "book". There are several other tiddlers (quotes) which have a custom field named book, holding the name of a book title, and it has a quote in its

[tw5] Re: wikifying custom fields

2020-05-19 Thread Xavier Roy
Yes.linkify is the right word. :-) Thanks for the simpler version. Is there a way to pass on the title of a tiddler as a filter value? Like can I do something like this with a 'book' tiddler : <$list filter="[book[!!title]+[sort[title]]"> I am trying to pass the value of the book field to a

Re: [tw5] Re: Personal News

2020-05-19 Thread PMario
Hi, I wish you all the best and get well soon! -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. To view this

Re: [tw5] Re: Personal News

2020-05-19 Thread Paco Rivière
Hi Jeremy, Recover yourself and get well soon! Take your time, and best wishes! El dimarts, 19 maig de 2020 10:19:15 UTC+2, Jeremy Ruston va escriure: > > Thank you all so much for all the good wishes, a great comfort and really > appreciated by me and my family. The disease is moving along

[tw5] Re: wikifying custom fields

2020-05-19 Thread Mat
> > Is this the right way or is there a simpler way to do the above? > Yeah that expression can be shortened to <$link to={{!!writer}}/> in // <$link to={{!!book}}/>// BTW, I'm not sure "wikify" is the correct term here (...but I'm also a bit uncertain what exactly wikify does mean). I think

[tw5] TiddlyDrive - Create wikitext link - (crtl-L) EditToolbar button not working on TiddlyDrive

2020-05-19 Thread Paco Rivière
I've been using TiddlyDrive at work on a daily basis for the last six months (TW5 v5.1.20 to 5.1.22) as we use drive as a file repository and it is really helpfull. I find everybody at work wasting time waiting for search docs to be found on a slow wifi, while I have all my links nicely

[tw5] Re: wikifying custom fields

2020-05-19 Thread Xavier Roy
Thanks Mat. Forgot that version info. This is TW5. I figured out one way to wikify the fields now: by <$link to={{!!writer}}>{{!!writer}} in // <$link to={{!!book}}>//{{!!book}}// // Is this the right way or is there a simpler way to do the above? Thanks Xavier On Tuesday, 19 May 2020

[tw5] Re: Fullscreen button for images

2020-05-19 Thread Mat
Kalcifer When you say "page" do you mean "tiddler"? Or maybe you mean the viewport? I'm not sure how to do "showing the button when the mouse is moved" but it would be simple to make the button hide until it is *hovered*. Is that sufficient (or maybe you already solved the show-on-mouse-move).

[tw5] Re: wikifying custom fields

2020-05-19 Thread Mat
Xavier, welcome back, if that is the right term then :-) A first step is to make clear if you're using TiddlyWiki5 or the old version which is now known as TiddlyWiki Classic or (TiddlyWiki2). When you type <> in a tiddler and save the tiddler, what does it say? <:-) -- You received this

Re: [tw5] Redesign of TiddlyWiki

2020-05-19 Thread Mat
Riz wrote: > > The idea is to get users to use widgets and macros, definitely. However, > the question is how to get them to that level quickly. If the syntax for > normal things like headings, bold and italics are something they are > already familiar with, users don't have to spend time

Re: [tw5] Redesign of TiddlyWiki

2020-05-19 Thread Rizwan Ishak
The idea is to get users to use widgets and macros, definitely. However, the question is how to get them to that level quickly. If the syntax for normal things like headings, bold and italics are something they are already familiar with, users don't have to spend time picking them up. That time

Re: [tw5] Re: Personal News

2020-05-19 Thread Jeremy Ruston
Thank you all so much for all the good wishes, a great comfort and really appreciated by me and my family. The disease is moving along slowly and a little inscrutably, but I remain optimistic and thankful that I appear to have a mild dose. Best wishes Jeremy -- Jeremy Ruston

[tw5] wikifying custom fields

2020-05-19 Thread Xavier Roy
Hi all, I've been using TiddlyWiki on and off for some years. Recently I found an old tiddlywiki that contains quotations on a backup disk nearly a decade ago and I wanted to restart my TiddlyWiki journey. I have a couple of custom fields: 'writer' and book as part of my tiddlers. I am

Re: [tw5] Redesign of TiddlyWiki

2020-05-19 Thread Mat
Riz wrote: > > May be TW5 can offer an edition where wikitext markup mimic the markdown > syntax. It won't be hard, a few regex changes in 20-25 parser tiddlers. > That way new users don't have to deal with learning a new markup. If they > do not intend to dive deep to use widgets and macros

[tw5] Re: Personal News

2020-05-19 Thread Rohrreiniger
Get well soon Jeremy Ruston! [image: 25 Bible Verses about Suffering - KJV - DailyVerses.net] Am Montag, 18. Mai 2020 10:59:36 UTC+2 schrieb Jeremy Ruston: > > I should let you all know that I have somehow contracted Covid-19, despite > being in careful lockdown for two months. I haven't been

[tw5] Re: Fullscreen button for images

2020-05-19 Thread Sylvain Naudin
Hi, An idea perhaps, that you associate to your second button an action to close the previous image. But it's okay if there's only a few pictures... -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

Re: [tw5] Redesign of TiddlyWiki

2020-05-19 Thread Odin Jorna
As a recent user of TiddlyWiki, with no coding experience, I agree with a lot of Edgaras has said in his posts. TiddlyWiki is highly customizable, but there is also a high barrier of entry to it. I think new users would use the lists-link macro, but most of their writing would just be text,

[tw5] Re: TiddlyWiki theme palette is too complicated to understand.

2020-05-19 Thread Mat
Thank you very much! (Ironically, I use np++ myself but have never even considered that it might have such settings, but then I just use np++ as a clipboard type area.) Anyway, that view is, in deed, totally superior to TWs current palette. I think we ought to make something like it. Hope to

  1   2   >