[tw5] Re: Interstitial Journaling in TiddlyWiki

2020-04-26 Thread TonyM
Scott, Is this another way of keeping a log? I did something similar where you can do a log entry on any tiddler or the wiki and you could review them in reverse chronological order either by tiddler or for all. My solution put them all inside a data tiddler with references back to where they

[tw5] Does freelinks break codemirror ?

2020-04-26 Thread Pit.W.
*Observation* After upgrading to 5.1.22, codemirror editor shows unexpected behaviour: upon entering text, the editor window "jumps" (scrolls) to the top *Cure* After disabling the freelinks plugin the phenomenon disappeared Can this be observed by others? Or is it a question of my working

Re: [tw5] Re: Is there a solution for triggering scrolling to to Top ( when you are not using the storyriver. )

2020-04-26 Thread Saq Imtiaz
In simple terms: macros -> text substitution or defining a variable widgets -> everything else So you need a widget. And widgets that cause an action, rather than display something, need to be triggered, typically by a button, checkbox, select etc. These are called action widgets and the

[tw5] Re: [Plugin] TiddlyWiki EasyBookmark

2020-04-26 Thread Tony K
any luck ? did it work? On Sunday, April 26, 2020 at 12:00:08 PM UTC+3, Mohammad wrote: > > Thanks for help. > > Best wishes > Mohammad > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw5] Re: [Plugin] TiddlyWiki EasyBookmark

2020-04-26 Thread Mohammad
Thanks for help. Best wishes 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 view this discussion on the web

[tw5] Re: [Plugin] TiddlyWiki EasyBookmark

2020-04-26 Thread Tony K
can you please share 1. what URL you gave it? 2. did you include screenshot ? On Sunday, April 26, 2020 at 12:33:56 PM UTC+3, Mohammad wrote: > > Unfortunately no! > > On Sunday, April 26, 2020 at 1:31:27 PM UTC+4:30, Tony K wrote: >> >> any luck ? did it work? >> >> On Sunday, April 26, 2020 at

[tw5] Re: Retrieving external url title

2020-04-26 Thread Mohammad
Hi Tony K. Your plugin can be very useful! There are some attempt to use bookmarklet to save a webpage (title and link) as a nice TW link as noted in earlier post http://tw.boffosocko.com/#Bookmarklet%20for%20pasting%20content%20into%20TiddlyWiki Also a great job by called Tiddlyclip which I

Re: [tw5] Re: What is a large tiddlywiki file size? What is too large?

2020-04-26 Thread Jeremy Ruston
You may want to optimise the image file sizes using a tool like https://squoosh.app/ Best wishes Jeremy -- Jeremy Ruston jer...@jermolene.com https://jermolene.com > On 26 Apr 2020, at 06:44, Bob Jansen wrote: > >  > Mark S, > > Thank you for that pointer. Not sure how that 9Mbyte got

[tw5] Re: Interstitial Journaling in TiddlyWiki

2020-04-26 Thread Tony K
Hello Scott thanks for sharing, I was looking at something similar. is it a plugin or something? How can I install it on my TiddlyWiki ? On Sunday, April 26, 2020 at 8:35:59 AM UTC+3, Scott Kingery wrote: > > An article by Anne-Laure Le Cunff titled Interstitial journaling: > combining notes,

[tw5] Re: [Plugin] TiddlyWiki EasyBookmark

2020-04-26 Thread Mohammad
Thank you! The need for refresh is a bit strange! What is the name of new tiddler? Is it part of URL or something else like Bookmark 1, ... On Sunday, April 26, 2020 at 1:11:01 PM UTC+4:30, Tony K wrote: > > Yes sir it is a new tiddler but you need to refresh for it to show > > I don't know

[tw5] Re: Interstitial Journaling in TiddlyWiki

2020-04-26 Thread Mat
Nice. I would imagine that not only ease-of-adding notes is critical but also that the tool is accessible while using the rest of the wiki. I made QuickTid long ago with this in mind. It could probably be modified to also add timestamped notes like you demo.

Re: [tw5] Re: Is there a solution for triggering scrolling to to Top ( when you are not using the storyriver. )

2020-04-26 Thread Jan
Hi Birthe, hi Mat, my problem is, that the grid does not use storylist or storyriver, they are not even displayed. I could try the navigator widget...I am not optimistic with that. FIrst I will use Saq`s apporach. Jan Am 25.04.2020 um 20:57 schrieb Mat: Maybe | trigger ... <$set

Re: [tw5] Is there a solution for triggering scrolling to to Top ( when you are not using the storyriver. )

2020-04-26 Thread Jeremy Ruston
Hi Jan Things like your grid view are intended to be implemented as custom storyviews. The storyview object is responsible for inserting and removing tiddlers from the story river, and for animating navigations to new tiddlers. There are several examples of storyviews in the core repo:

[tw5] Help with regex expression ?

2020-04-26 Thread Tony K
Hello I am trying to do a regex that would extract the youtube video ID from a URL i found this https://stackoverflow.com/questions/3452546/how-do-i-get-the-youtube-video-id-from-a-url and the regex seems to be /^.*((youtu.be\/)|(v\/)|(\/u\/\w\/)|(embed\/)|(watch\?))\??v?=?([^#&?]*).*/

Re: [tw5] Re: Is there a solution for triggering scrolling to to Top ( when you are not using the storyriver. )

2020-04-26 Thread Jan
Hi Saq, I think you got me...I do not really know what the difference is. I think all the js I did so far was macros. I finally should learn some of the basic concepts of programming js in TW ;-) Thanks for giving me a hint to start. Do I need a widget or can I perform that action with a

[tw5] [Plugin] TiddlyWiki EasyBookmark

2020-04-26 Thread Tony K
As a result to this thread of mine https://groups.google.com/forum/#!topic/tiddlywiki/UeGyWFCoSjw I am venturing in creating my first TiddlyWiki Plugin [image: Annotation 2020-04-26 112029.png] You can grab it here https://github.com/akhater/TiddlyWiki-EasyBookmark Read me file

Re: [tw5] Re: Is there a solution for triggering scrolling to to Top ( when you are not using the storyriver. )

2020-04-26 Thread Mat
> > But isn't it all in a tiddler, $:/Plugins/JJ/Grid/Gridlist - ? > I think that this would work, which doesn't rely on a storylist: > > <$action-navigate $to="$:/Plugins/JJ/Grid/Gridlist"/> > OK, I just tried adding it in a button to one of your tiddlers and you're right it does NOT work.

[tw5] Re: Does freelinks break codemirror ?

2020-04-26 Thread Jeremy Ruston
Hi Pit I can't duplicate that problem with the prerelease, so perhaps it is something with your setup? Can you try to duplicate it with empty.html? Best wishes Jeremy On Sunday, April 26, 2020 at 9:12:09 AM UTC+1, Pit.W. wrote: > > *Observation* > > After upgrading to 5.1.22, codemirror

Re: [tw5] Re: Is there a solution for triggering scrolling to to Top ( when you are not using the storyriver. )

2020-04-26 Thread Mat
> > my problem is, that the grid does not use storylist or storyriver, they > are not even displayed. I could try the navigator widget...I am not > optimistic with that. > But isn't it all in a tiddler, $:/Plugins/JJ/Grid/Gridlist - ? I think that this would work, which doesn't rely on a

[tw5] Re: Retrieving external url title

2020-04-26 Thread Tony K
Hello Mohammad all done at https://groups.google.com/forum/#!topic/tiddlywiki/pr42e29nwU8 totally opened for any suggestions On Sunday, April 26, 2020 at 10:43:48 AM UTC+3, Mohammad wrote: > > Hi Tony K. > Your plugin can be very useful! > > There are some attempt to use bookmarklet to save a

[tw5] Re: [Plugin] TiddlyWiki EasyBookmark

2020-04-26 Thread Tony K
Yes sir it is a new tiddler but you need to refresh for it to show I don't know why On Sunday, April 26, 2020 at 11:39:54 AM UTC+3, Mohammad wrote: > > Many Thanks Tony K, > I just installed and create the first bookmark! > just I cannot see where is the created bookmark! Is it a new Tiddler? >

[tw5] Re: [Plugin] TiddlyWiki EasyBookmark

2020-04-26 Thread Mohammad
Many Thanks Tony K, I just installed and create the first bookmark! just I cannot see where is the created bookmark! Is it a new Tiddler? --Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: [Plugin] TiddlyWiki EasyBookmark

2020-04-26 Thread Tony K
yes it is strange I am still trying to figure out why the title of the tiddler should be the name of the webpage but, as reported https://github.com/akhater/TiddlyWiki-EasyBookmark/issues, some websites refuse to work try something like https://google.com please On Sunday, April 26, 2020 at

[tw5] Re: [Plugin] TiddlyWiki EasyBookmark

2020-04-26 Thread Mohammad
Unfortunately no! On Sunday, April 26, 2020 at 1:31:27 PM UTC+4:30, Tony K wrote: > > any luck ? did it work? > > On Sunday, April 26, 2020 at 12:00:08 PM UTC+3, Mohammad wrote: >> >> Thanks for help. >> >> Best wishes >> Mohammad >> > -- You received this message because you are subscribed to

[tw5] Re: Interstitial Journaling in TiddlyWiki

2020-04-26 Thread Mohammad
Lovely! Many thanks for sharing Scott! A minor comment - How to simply edit an entry if I did a mistake, typo, ... --Mohammad On Sunday, April 26, 2020 at 10:05:59 AM UTC+4:30, Scott Kingery wrote: > > An article by Anne-Laure Le Cunff titled Interstitial journaling: > combining notes, to-do

[tw5] Redirect a click

2020-04-26 Thread 'Peter Buyze' via TiddlyWiki
I have reinstalled Freelinks, and, in order to have the best chance of it identifying linkable tids, I have amended the tid titles to more natural language phrases and/or words. In some cases there are more ways than 1 of a natural combination of words. In such cases I have made "twin"

[tw5] Re: Interstitial Journaling in TiddlyWiki

2020-04-26 Thread Saq Imtiaz
Hi Scott, well done! Especially if you are new to working with TiddlyWiki. A few suggestions for potential improvements that you might find useful and shouldn't be too difficult: - use the enter key to save the entry, defaulting the type corresponding to whichever tab is open, journal or to-do.

[tw5] Re: Interstitial Journaling in TiddlyWiki

2020-04-26 Thread Birthe C
Scott, Looks nice and works well. Thanks for sharing! @TonyM, Please share. We all like to see what others are doing. And we learn from it. Birthe -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: Referencing palette colors in svg code

2020-04-26 Thread Thomas Elmiger
Hi Steve My first idea would be to remove the CSS you placed in the

[tw5] Re: [Plugin] TiddlyWiki EasyBookmark

2020-04-26 Thread Tony K
It shld be something like this [image: Annotation 2020-04-26 125323.png] On Sunday, April 26, 2020 at 12:38:40 PM UTC+3, Tony K wrote: > > can you please share > 1. what URL you gave it? > 2. did you include screenshot ? > > On Sunday, April 26, 2020 at 12:33:56 PM UTC+3, Mohammad wrote: >> >>

[tw5] Re: Markdown plugin doesn't work

2020-04-26 Thread Anne-Laure Le Cunff
Thanks! I'm familiar with markdown syntax including links, but the markdown link syntax is conflicting with the wikitext syntax as discussed earlier. Not using markdown for now with TW as most of my links are internal anyway. -- You received this message because you are subscribed to the

Re: [tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-26 Thread Saq Imtiaz
Updates: - the gap between stories with zoom storyview and sidebar closed should hopefully be resolved - the divert button in edit mode now works even if the tiddler title has spaces. - Note the behaviour is currently that it opens the same tiddler in the other story

[tw5] Re: What is a large tiddlywiki file size? What is too large?

2020-04-26 Thread PMario
Hi Bob The $:/Import tiddler is deleted from TW: - If you Import button - If you click the Cancel button - If you select More : Delete from the tiddler menue bar -mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: [Plugin] TiddlyWiki EasyBookmark

2020-04-26 Thread Mohammad
I got it working! It seems the new bookmark is not in Recent list! I found it in More, All tab Thank you --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

[tw5] Re: Markdown plugin doesn't work

2020-04-26 Thread 'Mark S.' via TiddlyWiki
On Saturday, April 25, 2020 at 9:51:25 PM UTC-7, ludwa6 wrote: > > Hey Mark: Good to hear! am glad to have jumped on board since 5.1.22 > (just yesterday in fact :-), > >> >> <$link>My Tiddler >> > > Interesting: This markup renders enclosed string as something that > *looks* like a link

Re: [tw5] Re: TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-04-26 Thread Arlen Beiler
To run it portable, use "node index.js" instead of the "tiddlyserver" command. (sorry, forgot to mention the name change). tiddlyserver-* contains a package folder which should be renamed TiddlyServer. tiddlywiki-production-* contains a package folder which should become

[tw5] Re: Markdown plugin doesn't work

2020-04-26 Thread ludwa6
i see; this is indeed a vexing problem. For my part, i will keep the Markdown plugin installed for those cases where the tiddler is written for export purposes -in which case, internal links could be problematic in context of export- so this plugin is still has its UseCase for me. But i

[tw5] Re: Help with regex expression ?

2020-04-26 Thread 'Mark S.' via TiddlyWiki
There was an error in your expression. It might help to explain what it is you want to do. This will work, but I don't know if it is what you want: {{{ [[https://www.youtube.com/watch?v=OcLbZFS4Ge8=68s]splitregexp[/.*(youtube.com/)]] }}} On Sunday, April 26, 2020 at 4:57:56 AM UTC-7, Tony K

[tw5] Re: Help with regex expression ?

2020-04-26 Thread Mohammad
This is a booklet on using Regexp in Tiddlywiki http://tw-regexp.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

Re: [tw5] Re: Is there a solution for triggering scrolling to to Top ( when you are not using the storyriver. )

2020-04-26 Thread Jan
Hi Mat, gridlist uses some functions of TW like the list- , reveal- and buttonwidget but inserts the content into its own pagetemplate. That is why all the storyriver-related functions do not work. It would be great to be able to navigate to ids or classes. Jan Am 26.04.2020 um 10:22

[tw5] Re: [Plugin] TiddlyWiki EasyBookmark

2020-04-26 Thread Mohammad
Suggestion: Tag the New BookMark with $:/tags/SideBar to be displayed in the sidebar tabs! -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

Re: [tw5] Re: Does freelinks break codemirror ?

2020-04-26 Thread Pit.W.
Yes, I can duplicate it with empty. Interestingly the problem did not occur in my pre-upgrade file 5.1.21 Am 26.04.2020 um 11:12 schrieb Jeremy Ruston: Hi Pit I can't duplicate that problem with the prerelease, so perhaps it is something with your setup? Can you try to duplicate it with

Re: [tw5] Re: Does freelinks break codemirror ?

2020-04-26 Thread Mat
Pit.W. wrote: > > Yes, I can duplicate it with empty. > Even better if you can make it public, e.g via http://tiddlywiki5.tiddlyspot.com/ so people can test the exact same thing and hopefully (not) get different results. <:-) -- You received this message because you are subscribed to the

[tw5] Re: Help with regex expression ?

2020-04-26 Thread Tony K
Thanks Mohammad but I still don't get why the regex i found doesn't work :( is it a non-standard format/? On Sunday, April 26, 2020 at 1:30:18 PM UTC+3, Mohammad wrote: > > This is a booklet on using Regexp in Tiddlywiki > > http://tw-regexp.tiddlyspot.com/ > -- You received this message

[tw5] Re: Markdown plugin doesn't work

2020-04-26 Thread Anne-Laure Le Cunff
Yes, other apps I use don't seem to have this issue. My muscle memory of [[*]] is too strong to make the effort to use another style :) On Sunday, April 26, 2020 at 2:14:57 PM UTC+1, ludwa6 wrote: > > i see; this is indeed a vexing problem. For my part, i will keep the > Markdown plugin

[tw5] Re: Markdown plugin doesn't work

2020-04-26 Thread ludwa6
Thanks, Mark -but, having just discovered the documentation inside the plugin itself, which recommends [this notation](#InternalLink), i guess that will serve my edge-case of internal links within a Markdown-formatted tiddler -which i will use only in authoring for export as a general rule.

[tw5] Re: Markdown plugin doesn't work

2020-04-26 Thread ludwa6
Brilliant! Just installed, this appears to be working like a champ, even with internal links. Thanks, Vaughn! On Sunday, April 26, 2020 at 2:43:31 PM UTC+1, Vaughn Papenhausen wrote: > > So I found this alternate markdown plugin, which does appear to support > wikilinks:

[tw5] Re: Create TiddlyWiki sitemap

2020-04-26 Thread Saq Imtiaz
What plugin are you using for the sitemap? As far as I am aware, there is no built in support in TiddlyWiki for generating a sitemap. Regards, Saq On Saturday, April 25, 2020 at 7:44:07 PM UTC+2, Anne-Laure Le Cunff wrote: > > Hi everyone, > > I added the following command to my build.sh file

[tw5] Re: [Plugin] TiddlyWiki EasyBookmark

2020-04-26 Thread Tony K
Great Mohammand thanks for the feedback Just for info are you using TiddlyWiki with NodeJS or "standalone" file ? On Sunday, April 26, 2020 at 1:29:07 PM UTC+3, Mohammad wrote: > > Suggestion: > > Tag the New BookMark with $:/tags/SideBar to be displayed in the sidebar > tabs! > > > -Mohammad

[tw5] Re: Markdown plugin doesn't work

2020-04-26 Thread Anne-Laure Le Cunff
Wow, thanks so much, Vaughn! On Sunday, April 26, 2020 at 2:56:56 PM UTC+1, ludwa6 wrote: > > Brilliant! Just installed, this appears to be working like a champ, even > with internal links. Thanks, Vaughn! > > On Sunday, April 26, 2020 at 2:43:31 PM UTC+1, Vaughn Papenhausen wrote: >> >> So I

[tw5] [rendertiddlers] filter not working

2020-04-26 Thread Abram El-Sabagh
Hello I'm trying to export my tiddlywiki as a static site, following this tutorial: https://nesslabs.com/tiddlywiki-static-website-generator When I try to enter this into the terminal: tiddlywiki --rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html static text/plain I get

Re: [tw5] Re: ALERT! In about 1h the meeting starts

2020-04-26 Thread PMario
Hi, Any video recordings? -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 discussion on the web visit

Re: [tw5] Is there a solution for triggering scrolling to to Top ( when you are not using the storyriver. )

2020-04-26 Thread Jan
Hi Saq, Hi Jeremy, thank you two for this valuable help. Saq, your explanationon the difference between macros and widgets is very helpfull. And Jeremy, I guess it is most usefull to turn the grid into a storyview. I realize that a lot of things I did in TW are workarounds for this because I

[tw5] Re: [Plugin] TiddlyWiki EasyBookmark

2020-04-26 Thread Mohammad
I am using the standalone TW On Sunday, April 26, 2020 at 3:10:11 PM UTC+4:30, Tony K wrote: > > Great Mohammand > > thanks for the feedback > > Just for info are you using TiddlyWiki with NodeJS or "standalone" file ? > > On Sunday, April 26, 2020 at 1:29:07 PM UTC+3, Mohammad wrote: >> >>

Re: [tw5] Prevent overwritting images via copy paste import

2020-04-26 Thread TonyM
In a similar vein I would like to use a filter on incoming import tiddler titles primarily to add or remove a prefix. This would allow importing tiddlers that may potentially clash into the wiki then have a soft way of processing conflicts. Generating a set of alternate import titles with a

[tw5] Re: Tutorial: How to use TiddlyWiki as a static website generator

2020-04-26 Thread Anne-Laure Le Cunff
Oh, thank you, it worked! Curious what these much complex steps in the official documentation bring to the table? On Saturday, April 25, 2020 at 4:46:30 PM UTC+1, Mohammad wrote: > > Hi Anne-Laure >

[tw5] Re: Markdown plugin doesn't work

2020-04-26 Thread Vaughn Papenhausen
So I found this alternate markdown plugin, which does appear to support wikilinks: http://demo.santosa.family/#tw5-markdown -- 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: [Presenting] New tool for transcluding tooltips that works in static webpages

2020-04-26 Thread David Gifford
Will this work in a static page? I don't think the static page will be able to access the plugin. On Thursday, April 23, 2020 at 1:08:55 PM UTC-5, Mohammad wrote: > > Thank you for sharing this handy tool, David! > > You may also interested in: > >

[tw5] Re: Create TiddlyWiki sitemap

2020-04-26 Thread Anne-Laure Le Cunff
Ha, I used this but looks like I missed some steps! I somehow thought it was a native functionality. Thank you! On Sunday, April 26, 2020 at 11:39:29 AM UTC+1, Saq Imtiaz wrote: > > What plugin are you using for the sitemap? As far as I am aware, there

Re: [tw5] Is there a solution for triggering scrolling to to Top ( when you are not using the storyriver. )

2020-04-26 Thread Julio Peña
Hello Jan and all, Maybe this can help or give you an idea? Take a look: Cultures d'Avenir

Re: [tw5] Zettelkasten Questions

2020-04-26 Thread 'Peter Buyze' via TiddlyWiki
Joshua, Welcome to the TiddlyWiki community. I am a newbie myself, and have for the last 5 years been taking notes and trying to set up a Zettelkasten. I did not find the right app that fully satisfied me, mainly because I found that simply linking notes was not enough to get a sort of

[tw5] Re: [rendertiddlers] filter not working

2020-04-26 Thread BurningTreeC
Hi Abram, this has probably something to do with your zsh shell that's being used. try "[!is[system]]" - does that work? Hello > > I'm trying to export my tiddlywiki as a static site, following this > tutorial: https://nesslabs.com/tiddlywiki-static-website-generator > > When I try to enter

Re: [tw5] Is there a solution for triggering scrolling to to Top ( when you are not using the storyriver. )

2020-04-26 Thread Jan
Salut Julio, nice site, but it is not so easy to find the key to your backstage-area to see how it is done... As I said things are a little complicated because I do use another storyview. Best wishes Jan Am 26.04.2020 um 17:13 schrieb Julio Peña: Hello Jan and all, Maybe this can help or

Re: [tw5] Is there a solution for triggering scrolling to to Top ( when you are not using the storyriver. )

2020-04-26 Thread Julio Peña
Hello Jan Oh yes your storyview is different... Let me see...oh yes forgot about that one... I believe if you use the alt+s it should open up the sidebar. I found that out by accident...I don't even know if they are maintaining that site any longer, but found it interesting relating to your

Re: [tw5] Zettelkasten Questions

2020-04-26 Thread Anne-Laure Le Cunff
Hi Joshua, Welcome to the community! I use TiddlyBlink myself and it's doing an amazing job so far. In terms of themes, here are some that were recently shared: - http://j.d.tiddlyspot.com/ - http://j.d.simplemobile.tiddlyspot.com/ - http://j.d.material.tiddlyspot.com/ -

[tw5] Re: [Plugin] TiddlyWiki EasyBookmark

2020-04-26 Thread Tony K
Updated # Change log ***2020-04-26***: v0.0.4 * added URL encoding as per herokuapp.com api documentation * tagged New Bookmark as $:/tags/SideBar to make it show as per Mohammad Suggestion **2020-04-25**: v0.0.2 initial release On Sunday, April 26, 2020 at 11:21:55 AM UTC+3, Tony K wrote: >

[tw5] [Plugin] Embed YouTube Videos

2020-04-26 Thread Tony K
Ok another plug in I made today that allow to embed a YouTube Video in TiddlyWikky by simply copy/paste the YouTube URL Grab it on https://github.com/akhater/TiddlyWiki-EmbedYouTube # Features: * Create tiddler that embed a YouTube Video by copy / paste of a URL * Retrieves Video Title and use

Re: [tw5] Prevent overwritting images via copy paste import

2020-04-26 Thread Sylvain Naudin
Le samedi 25 avril 2020 17:53:26 UTC+2, Saq Imtiaz a écrit : > > Jeremy: being able to rename a tiddler before import would be very useful. > Even when dragging and dropping files, I quite often import and immediately > edit the tiddler to change the name. > > We could also warn the user if

[tw5] Zettelkasten Questions

2020-04-26 Thread Joshua Buzzard
Hi! I'm new to Tiddlywiki. My coding background involves some coding experience (I used to code and network for Building Management Solutions involving HVAC/Lighting Control/Security) but very little by way of HTML. I'm also new to Tiddlywiki. So, please treat me like a child. My interests

[tw5] Re: Tutorial: How to use TiddlyWiki as a static website generator

2020-04-26 Thread Jeffrey Honeycutt
Obviously, I do not know how to add a TW5.html wiki on Google Groups, so here it is (I hope): https://jwhoneycutt.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,

Re: [tw5] Is there a solution for triggering scrolling to to Top ( when you are not using the storyriver. )

2020-04-26 Thread Jan
Hi Jeremy, think it would be a good idea to turn the grid-plugin into a storyview to be compatible with the mechanisms of TW. But I still do not really understand the storyview mechanism... My container is called .gridpage (off course I could easily switch it to tc-page-view-grid). I fear the

Re: [tw5] Is there a solution for triggering scrolling to to Top ( when you are not using the storyriver. )

2020-04-26 Thread TonyM
Jan, I am not sure if I have your requirment clear but... If you designed the page layout you can place an anchor at the top and use a html Top of page! And this in a tiddler tagged $:/tags/BelowStory Go to top or {{$:/core/images/chevron-up}} Or place them somewhere on your own page layout

[tw5] Re: [Use case] TiddlyWiki as exam database

2020-04-26 Thread Birthe C
Well done Anjar and thank you for sharing. Jeg blev glad, da jeg så, at det ligefrem var forståeligt. 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

Re: [tw5] Re: TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-04-26 Thread 'Mark S.' via TiddlyWiki
The startup didn't like my old 2.0 settings file. The upgrade instructions say to use example-settings.json file as a starting point. But there are only two json files in the directories (package.json), and neither are example-settings.json. On Sunday, April 26, 2020 at 6:00:02 AM UTC-7, Arlen

Re: [tw5] Is there a solution for triggering scrolling to to Top ( when you are not using the storyriver. )

2020-04-26 Thread Birthe C
Det er Thomas Elmigers Linktotop-standalone. Desuden anvendes her et Font Awesome icon søndag den 26. april 2020 kl. 20.54.23 UTC+2 skrev Julio Peña: > > Hello Jan > > Oh yes your storyview is different... > > Let me see...oh yes forgot about that one... > I believe if you use the alt+s it

Re: [tw5] Is there a solution for triggering scrolling to to Top ( when you are not using the storyriver. )

2020-04-26 Thread TonyM
Jan The original thread refers to top of page. If you simply want to move to the top of the page surely there exists a simple html method like hidden anchor at the topand a link to that. If on the other hand you are referring to tiddler navigation it is different. Have you looked throught the

Re: [tw5] Re: Is there a solution for triggering scrolling to to Top ( when you are not using the storyriver. )

2020-04-26 Thread Saq Imtiaz
Open the browser developer tools and the console. Do you see any error messages when loading your wiki? I would expect you to. Your refresh method is not valid JavaScript. You can actually just remove it entirely. Remove the refresh method. It will inherit from the widget base class and that

Re: [tw5] Zettelkasten Questions

2020-04-26 Thread Anne-Laure Le Cunff
It's not a TiddlyWiki theme, it's just Bootstrap :) My TW uses the default theme. On Sunday, April 26, 2020 at 10:05:37 PM UTC+1, Tony K wrote: > > Anne the theme you are using for your website is so clean > > any chance you have one similar but dark mode? > > On

[tw5] paste in external table?

2020-04-26 Thread Dave Parker
Is there a way to copy an external table, say on a website or in a pdf and be able to paste it into a tiddler and keep the table formatting without having to edit with "|"s by hand? Maybe there's a plugin for this? For example right now I'm reading a pdf from my association on return-to-work

[tw5] Re: Tutorial: How to use TiddlyWiki as a static website generator

2020-04-26 Thread Jeffrey Honeycutt
Anne-Laure - I love your work on this - I have a few missing pieces, especially when "taking it to the next level"... Constructive criticism, turned into a question, then an attempted demo of TW5 -> static website... Terminal commands display incorrectly - The font used to display the

Re: [tw5] Re: Is there a solution for triggering scrolling to to Top ( when you are not using the storyriver. )

2020-04-26 Thread Jan
Hi Saq, many thanks for your gentle explanation. Following your recipe I made what you can find below: It does not crash the Wiki or show the red sign, which is already great for a first approach;-) , but so far the button says that the widget is not defined: Can you give me another hint?

[tw5] [Use case] TiddlyWiki as exam database

2020-04-26 Thread Anjar
Hi all, I just wanted to share an example of using TiddlyWiki as a database for exam essays: http://ununderstandable.com It is pretty basic (but still a bit pretty, I think;)) The table in the sidebar allows you to click on a subject, a year, or the intersection between them to open the

Re: [tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-26 Thread Dave Parker
Hi Dave, Not sure if this is the right thread for feedback on https://giffmex.org/gifts/tiddlyblink.html , and I didn't read this entire thread (so this may be a repeat question/suggestion), but I tried writing a short story on it (in 30 seconds) and one thing that I noticed was that when

Re: [tw5] Zettelkasten Questions

2020-04-26 Thread Tony K
Anne the theme you are using for your website is so clean any chance you have one similar but dark mode? On Sunday, April 26, 2020 at 10:27:33 PM UTC+3, Anne-Laure Le Cunff wrote: > > Hi Joshua, > > Welcome to the community! I use TiddlyBlink myself and it's doing an > amazing job so far. > >

Re: [tw5] Re: TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-04-26 Thread Arlen Beiler
I apologize. The upgrade from 2.0 to 2.1 was quite significant. Here is my getting started guide for 2.1 and up. https://arlen22.github.io/tiddlyserver/docs/gettingstarted You can just copy the tree property over, but the other settings are different for the most part. Arlen On Sun, Apr 26,

Re: [tw5] Is there a solution for triggering scrolling to to Top ( when you are not using the storyriver. )

2020-04-26 Thread Jan
Am 26.04.2020 um 23:50 schrieb TonyM: Jan The original thread refers to top of page. If you simply want to move to the top of the page surely there exists a simple html method like hidden anchor at the topand a link to that. If on the other hand you are referring to tiddler navigation it is

Re: [tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-26 Thread Dave Parker
Oops, I went to the beginning of this thread and tried the same on https://giffmex.org/experiments/tiddlyblink.experiment.html, and it works even with empty tiddlers, so nevermind - you're way ahead of me :D -- You received this message because you are subscribed to the Google Groups

[tw5] Deleting overwritten shadow tiddlers that are identical to the shadow

2020-04-26 Thread TonyM
Folks, In an attempt to fix a Wiki I have as mentioned here 5.1.22 Upgrade Problem - TypeError I need to establish a method to delete a pile of overidden shadow tiddlers. [all[shadows+tiddlers]] I need a way to test if there

[tw5] Re: Deleting overwritten shadow tiddlers that are identical to the shadow

2020-04-26 Thread TonyM
Flks, I am progressing on this; The following code works on tiddlywiki.com and editing the $:/Acknowledgements tiddler <$list filter="[all[shadows+tiddlers]prefix[$:/Ack]]"> <$set name=source value={{{ [all[current]shadowsource[]] }}}> <$link/> <> subTiddler Fields <$list

[tw5] Re: Tutorial: How to use TiddlyWiki as a static website generator

2020-04-26 Thread Anne-Laure Le Cunff
Thanks Jeffrey! - Dashes — I fixed these about ten hours ago, way before you posted this message, are you sure that's still the case or were you maybe drafting this for a while? - You can use TW5.html or TW Node.js for your personal wiki, but if you want to use TW as a static

[tw5] Re: [rendertiddlers] filter not working

2020-04-26 Thread Anne-Laure Le Cunff
Just looked here (which has been updated recently), and maybe you need to do the following? tiddlywiki *myfirstwiki* --rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html static

[tw5] Re: Deleting overwritten shadow tiddlers that are identical to the shadow

2020-04-26 Thread TonyM
Folks, With the Previous code snipit I have discovered that some shadows+tiddlers have a modified date field and others do not. I would think this would be sufficient to identify any tiddler I have changed intentionally as the modified is set by any interactive edits. So now my target is to

[tw5] Re: [Use case] TiddlyWiki as exam database

2020-04-26 Thread TonyM
Anjar, Thanks for Sharing. My full appreciation is limited by the fact I only speak english. But it looks good. *I Little Suggestion to try;* Control Panel > Appearance > SideBar Layout set to *Fluid Story, Fixed SideBar* Control Panel > Appearance > SideBar Width (At the bottom) set to

[tw5] Re: [rendertiddlers] filter not working

2020-04-26 Thread C. Wess Daniels
I've gone through the whole thing now (which was a lot of fun and overall pretty easy for me to follow given that I don't know much about terminal). However, having uploaded my files to github, it's not working. The main error I ran into was pasting: tiddlywiki --rendertiddlers [!is[system]]

[tw5] Re: [Use case] TiddlyWiki as exam database

2020-04-26 Thread Anjar
Thanks, Tony, will fix! I think the supporting and engaged community (such as your help right now) is one of the biggest strengths of tiddlywiki! Anders mandag 27. april 2020 03.00.45 UTC+2 skrev TonyM følgende: > > Anjar, > > Thanks for Sharing. My full appreciation is limited by the fact I

[tw5] Re: Tutorial: How to use TiddlyWiki as a static website generator

2020-04-26 Thread Jeffrey Honeycutt
:.butler @@color:navy;"You can use TW5.html or TW Node.js for your personal wiki, but if you want to use TW as a static website generator you need to use the Node.js version."@@ After my prior post, I messed up the link to my personal blog hosted on GitHub (this wiki). I found [[Eric

[tw5] Re: [Use case] TiddlyWiki as exam database

2020-04-26 Thread TonyM
Anjar, Your welcome. Keep in mind tiddlywiki would also be good at adaptive tests where a tests questions alters according to the answers given. An area of weakness would have more questions, and students thus learn more. Regards Tony On Monday, April 27, 2020 at 1:22:44 PM UTC+10, Anjar

[tw5] Re: Tutorial: How to use TiddlyWiki as a static website generator

2020-04-26 Thread Jeffrey Honeycutt
Maybe I do not understand what a "generator" accomplishes -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroups.com. To view this

[tw5] TIP: when editing svgs - for section view and zoom in & out

2020-04-26 Thread A Gloom
For when editing svg's in tiddler edit mode, to manually select section view and zoom in & out of svg in the preview window-- temporarily edit the svg viewBox and width attributes. To change view to certian area: left half only of svg: viewBox="50 50 50 50" To zoom in: width="200" or

Re: [tw5] Live Demo: SVG, embedded buttons controlling animations, audio, other widgets embedded

2020-04-26 Thread A Gloom
Joshua I am currently translating the gameicons.net icon SGVs into tiddlywiki > image tiddlers. > Just figured out how to recolor multiple sub-paths with CSS selectors. > Hope to share some of that soon. > definitely interested in seeing it Really neat to see how far you are taking these SVG

  1   2   >