[tw5] Re: Code highlighting

2020-05-11 Thread Edgaras
Thanks for the reply! I will try! -- 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

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

2020-05-11 Thread TonyM
HC, > >>- Provide a config tiddler such as $:/config/TOC-Generic-filter with >>a default filter than can be modified, for example some may want >>"[all[current]!is[system]]" some may not >> >> you are right. I will look into that. But are you talking about the > filter for toc, bac

[tw5] Re: How to show text conditionally when the field is no empty?

2020-05-11 Thread TonyM
yrosgi I see Eric got in first, but since I wrote this. <$list filter="[all[current]has[source]get[source]]"> Source: <> This should work for you - This operates on the current tiddler, and would work well in the view template - has[source] with return only non blank content, as oppo

[tw5] Re: How to show text conditionally when the field is no empty?

2020-05-11 Thread Eric Shulman
On Monday, May 11, 2020 at 5:51:14 PM UTC-7, yrosgi L wrote: > > I have tried to add the source field to the view template with following > text: > >> source: {{!!source}} >> > when the source field is empty, it just display "source:" at the bottom. > I hope that the snippet above only display whi

[tw5] Re: New to TiddlyWiki - need some advice regarding images

2020-05-11 Thread Joshua Fontany
To manage large collections of images, I recommend having them in a folder next to your wiki. Well, the actual setup depends on how you are hosting/serving your wiki. If you open a local `index.html` or equivalent, with one of the browser savers, then you can simply have an `./images` directory

[tw5] Re: [Plugin] TWCrossLinks

2020-05-11 Thread Sullevy Pan
I like this plugin, show daily notes by card style, it's awesome. I wish you can add two-pannel feature, this is also much useful. -- 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,

[tw5] How to show text conditionally when the field is no empty?

2020-05-11 Thread yrosgi L
I have tried to add the source field to the view template with following text: source: {{!!source}} > when the source field is empty, it just display "source:" at the bottom. I hope that the snippet above only display while source field is no empty. How can I do that? Thanks. -- You received

[tw5] Re: Using kin filter with multiple tags

2020-05-11 Thread Damon Pritchett
Alrighty then. After a bit of trial and error and realizing that there were other considerations when a tiddler has a succession of two tags, but then those two tags have a common single tag and also having to make sure that I didn't break the normal case where only one tag was involved (whew!),

[tw5] Re: Using kin filter with multiple tags

2020-05-11 Thread Damon Pritchett
After a bit of trial and error, I was able to modify the code as follows; Successors to ''<>'': <$list filter="[titletags[]tag[Railroads]first[]]" variable=firsttag> <$list filter="[titlekin:tags:from[]!kin!title ]"> -> <$link><$view field="title"/> <$list filt

[tw5] Re: Generating a stand-alone version from Node

2020-05-11 Thread Scott Sauyet
Yes, that was it. I misread it as needing to do tiddlywiki --input path/to/folder tiddlywiki ./Wiki --rendertiddler $:core/save/all index.html text/plain in two separate commands. When I tried to combine them, I put the --output command at the end. Putting it first fixes it. Thank y

[tw5] Re: Generating a stand-alone version from Node

2020-05-11 Thread Soren Bjornstad
The output option needs to come before any other commands you use -- TiddlyWiki executes them in the order you list them, so if you put it after the export command, it only resets the output location after the file has already been rendered. Not sure if that's your problem, but that fixed it fo

[tw5] Re: Can I use <$transclude> inside <$codeblock>?

2020-05-11 Thread 'Mark S.' via TiddlyWiki
In this case remember that: {{mytiddler}} will transclude the text field of mytiddler {{mytiddler!!myfield}} will transclude the contents of the field "myfield" of "mytiddler". And {{!!myfield}} will transclude the contents of the field "myfield" of the current tiddler. Inside of a list wi

[tw5] Re: [Plugin] TWCrossLinks

2020-05-11 Thread Odin Jorna
Hi Tony. Thank you for responding. No worries, there is no hurry. Op maandag 11 mei 2020 19:58:14 UTC+2 schreef Tony K: > > Hello Odin > > I hear you, I don't know how much I can do this since the context plugin > is not mine. > This said, I have something in mind let me test it and will update

[tw5] Re: How can I insert a timestamp as "text" ?

2020-05-11 Thread Anne-Laure Le Cunff
Thank you, Tony! On Monday, May 11, 2020 at 9:14:41 PM UTC+1, Tony K wrote: > > Hi Anne > > In case you are still following the thread, this might interest you > > https://groups.google.com/forum/m/#!topic/tiddlywiki/YOawrinusJM > > -- You received this message because you are subscribed to the

[tw5] Re: Can I use <$transclude> inside <$codeblock>?

2020-05-11 Thread Scott Sauyet
Thank you very much. That worked find. I tried all sorts of variants that seemed vaguely likely, but not that one. Every time I get back into doing something significant with TW, I have to relearn the model. I know that it's fairly logical and self-consistent, but I can't seem to keep it in

[tw5] Re: Code highlighting

2020-05-11 Thread Sylvain Naudin
Le lundi 11 mai 2020 14:59:56 UTC+2, Edgaras a écrit : > > Hey! I am using Prism.js for code highlighting, but I can't make it work. > > The problem is that I use ``` markup around the code, that spits out > around the code. But I also need to include class="language-html"> (or other languages

[tw5] Re: How can I insert a timestamp as "text" ?

2020-05-11 Thread Tony K
Hi Anne In case you are still following the thread, this might interest you https://groups.google.com/forum/m/#!topic/tiddlywiki/YOawrinusJM -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving email

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

2020-05-11 Thread David Gifford
bump. Didn't get an answer. By email Yoni Balkind said it looks like the static exporter is closing the before the . Any ideas? On Friday, May 8, 2020 at 8:24:02 AM UTC-5, David Gifford wrote: > > Hi all > > I recently came up with a way to transclude tiddlers within popups in a > way that work

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

2020-05-11 Thread Anjar
Hi Odin, Good question! First I thought this was controlled by the class parameter, but I was wrong. I think the easiest would be to add another macro in $:/plugins/kookma/refnotes/macro/bibtex/showrefs: \define showrefsAPA(filter:"[]", title:"Empty", class:"ref-list") <$reveal tag="div" type=

[tw5] Re: Web Clipper equivalent

2020-05-11 Thread Mohammad
Hi BJ, Many thanks for your clarification! In http://tiddlyclip.tiddlyspot.com/ I see the latest TC is 0.07alpha Would you mind to update the tiddlyspot with latest release of TC-Plugin from https://github.com/buggyj/tiddlyclip-plugin/releases Thank you On Monday, May 11, 2020 at 7:35:31 P

[tw5] Re: Can I use <$transclude> inside <$codeblock>?

2020-05-11 Thread 'Mark S.' via TiddlyWiki
This seems to work: Helpers <$list filter="[tag[MyTag]sort[title]]"> <$link><$view field="name" /> <$codeblock language="javascript" code={{!!text}} field="text" /> Note this comment from tiddlywiki.com: The content of the <$codeblock> widget is ignored

[tw5] New to TiddlyWiki - need some advice regarding images

2020-05-11 Thread Rhod Evans
Hi - I'm a landscape painter and a long term user of Day One which I use for my daily art journal. I'm new to Tiddlywiki and wondering if it can replace Day One as my art journal. Inevitably, as a painter, my journal is very image heavy. Would it be best to establish a folder for images and

[tw5] Can I use <$transclude> inside <$codeblock>?

2020-05-11 Thread Scott Sauyet
I would like to grab some code for a codeblock from the text of another tiddler, all taking place inside a <$list>. This is what I tried: Helpers <$list filter="[tag[MyTag]sort[title]]"> <$link><$transclude field="name" mode="block"/> <$codeblock language="javascript"><$transclude f

[tw5] Re: The MESS of knowing what is what ... GG is poison ...

2020-05-11 Thread Martin Piron
I agree that Reddit is a really nice alternative to GG for these reasons ! Moderators as well as viewers (through votes) have more power to organize the discussions. There is also the sidebar with global information available. Le lundi 11 mai 2020 01:20:40 UTC+2, Riz a écrit : > > Hmm, there is

[tw5] Re: [Plugin] TWCrossLinks

2020-05-11 Thread Tony K
Hello Odin I hear you, I don't know how much I can do this since the context plugin is not mine. This said, I have something in mind let me test it and will update you accordingly Can't promise on a time frame though -- You received this message because you are subscribed to the Google Gro

[tw5] Re: [Plugin] Daily Notes - Interstitial Journaling plugin TiddilyWiki

2020-05-11 Thread Tony K
Thread bump. updated to v0.0.15 that brings inline editing :) :) :) On Sunday, May 10, 2020 at 12:12:29 AM UTC+3, Tony K wrote: > > Plug in update to v0.0.15 > This update bring inline editing to the table... you can now edit / delete > your entries from one place > > > Test it and download it on

[tw5] Re: Web Clipper equivalent

2020-05-11 Thread BJ
The color buttons in the tiddlyclip drop down add highlighting to a selected text - select some text and then press a color button to lightlight the text. This can be used before a screenshot (a tiddlyclip snap) or can be used when clipping html - via the ((*@web*)) syntax (eg in the defaultSni

[tw5] Re: Web Clipper equivalent

2020-05-11 Thread BJ
HI Mark, the only way to undock a tw is to reload the page - so if I modify tidddlyclip to automatically redock to a reloaded page then it will be impossible to undock a tw from tiddlyclip (without closing the tab). Also I thought it unlikely that people would use tiddlyclip without a saver

[tw5] Re: Web Clipper equivalent

2020-05-11 Thread 'Mark S.' via TiddlyWiki
Could there be a way to configure the exension so that it always docks to a specified file whenever it has an open tab? Or adds it to the list of dockable TW files? Or a way to make files auto-dock when they are reloaded? Thanks! On Monday, May 11, 2020 at 8:05:31 AM UTC-7, BJ wrote: > > Hi Pet

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

2020-05-11 Thread Odin Jorna
Thank you so much for helping me out. Would you use instead of <>, <> in your example, to make a reference list with the new ordering? Op maandag 11 mei 2020 14:48:04 UTC+2 schreef Anjar: > > Hi Odin, > > Have a look at the tiddler > $:/plugins/kookma/refnotes/macro/bibtex/showrefs. You can make

[tw5] Re: Web Clipper equivalent

2020-05-11 Thread BJ
Hi Petruschka, I am using ff 76.0 on linux. The tiddlyclip browser addon is version 0.1.5, the current released version of the tiddlywiki plugin is 1.12.2pre. do you have these version of tiddlyclip? unforntunately firefox reload a webpage when there is a download (chrome does not) which rem

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

2020-05-11 Thread Mohammad
Good hack Anders! This is the beauty of Tiddlywiki highly customizable! --Mohammad On Monday, May 11, 2020 at 5:18:04 PM UTC+4:30, Anjar wrote: > > Hi Odin, > > Have a look at the tiddler > $:/plugins/kookma/refnotes/macro/bibtex/showrefs. You can make your own > output style there, and fiddle

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

2020-05-11 Thread Mohammad
WoW! You are a TW celebrity! ;-) On Monday, May 11, 2020 at 5:03:53 PM UTC+4:30, David Gifford wrote: > > Cool! Thanks for letting me know, Dave! > > On Mon, May 11, 2020 at 12:19 AM Dave Parker > wrote: > >> Hey Dave, not sure if you know yet (I didn't read this entire thread), >> but you got

[tw5] Re: Generating a stand-alone version from Node

2020-05-11 Thread Scott Sauyet
>> Scott Sauyet wrote: > Mark S. wrote: >>> Is there a straightforward way in Node to generate a stand-alone version of the all-in-one file? >> This might be something like what you want: >> https://tiddlywiki.com/#How%20to%20build%20a%20TiddlyWiki5%20from%20individual%20tiddlers >> What isn't

Re: [tw5] Re: [plugin] Project-Manager & Notebook theme updates

2020-05-11 Thread Mohammad
Much appreciated! On Monday, May 11, 2020 at 6:07:33 PM UTC+4:30, Nicolas Petton wrote: > > Mohammad > writes: > > > Hi Nico, > > Hi Mohammad, > > > I appreciate to have a look at the below issue! > > It looks like the plugin misses a tiddler, I'll update it! > > Cheers, > Nico > -- You

Re: [tw5] Re: [plugin] Project-Manager & Notebook theme updates

2020-05-11 Thread Nicolas Petton
Mohammad writes: > Hi Nico, Hi Mohammad, > I appreciate to have a look at the below issue! It looks like the plugin misses a tiddler, I'll update it! Cheers, Nico -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this grou

[tw5] Re: Building static sites in the browser

2020-05-11 Thread C. Wess Daniels
Just to close this loop. I was able to get it to work. I started from scratch using the pre-release! Thank you for all the help. I really appreciate. https://nurselog.online/ On Saturday, May 2, 2020 at 4:36:01 PM UTC-4, Jeremy Ruston wrote: > > A disadvantage for some users of TiddlyWiki’s st

Re: [tw5] Building static sites in the browser

2020-05-11 Thread Edgaras
Saq Imtiaz yes, that was the problem, thank you again for the support here! -- 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] Code highlighting

2020-05-11 Thread Edgaras
Hey! I am using Prism.js for code highlighting, but I can't make it work. The problem is that I use ``` markup around the code, that spits out around the code. But I also need to include (or other languages depending on a situation). Is there a way to specify extra attributes like classes to

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

2020-05-11 Thread HC Haase
> I think your functionality is great in this plugin. > > thank you! >- Provide a config tiddler such as $:/config/TOC-Generic-filter with a >default filter than can be modified, for example some may want >"[all[current]!is[system]]" some may not > > you are right. I will look in

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

2020-05-11 Thread Anjar
Hi Odin, Have a look at the tiddler $:/plugins/kookma/refnotes/macro/bibtex/showrefs. You can make your own output style there, and fiddle with things as you want; this will move the year and add DOI and page range. \define custom_output(p) <$wikify name=p2 text=<<__p__>> > <$set name="curtid"

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

2020-05-11 Thread David Gifford
Cool! Thanks for letting me know, Dave! On Mon, May 11, 2020 at 12:19 AM Dave Parker wrote: > Hey Dave, not sure if you know yet (I didn't read this entire thread), but > you got a mention in the YouTube thing on "alternatives to roam" > > https://youtu.be/KJdnZpUXluQ > > -- > You received this

[tw5] Re: Generating a stand-alone version from Node

2020-05-11 Thread Scott Sauyet
> Scott Sauyet wrote: Mark S. wrote: >> Is there a straightforward way in Node to generate a stand-alone version of the all-in-one file? > This might be something like what you want: > https://tiddlywiki.com/#How%20to%20build%20a%20TiddlyWiki5%20from%20individual%20tiddlers > What isn't mention

Re: [tw5] Re: The MESS of knowing what is what ... GG is poison ...

2020-05-11 Thread PMario
On Sunday, May 10, 2020 at 8:48:59 PM UTC+2, Sarath Addanki wrote: > > Ciao TiddlyTweeter, > > Github is more than code management. It's used for project management, > defects board, discussions, Devops, Wiki. > We did use the main github repo for discussions about new TW options and ideas, seve

Re: [tw5] Re: The MESS of knowing what is what ... GG is poison ...

2020-05-11 Thread Ste Wilson
We have been down and around this topic several times before and the outcome is usually that yes Google groups is a bit meh but this is where the community is, there have been attempts to get other platforms going we have a Reddit (which I think was Riz driving that) .. There may be a yammer.. b

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

2020-05-11 Thread Odin Jorna
It seems that the https://kookma.github.io/Refnotes/ refnotes plugin uses another type of reference style than the A.P.A. style that I am used (or supposed to use) to. It is possible to use this plugin to create A.P.A. style reference? It uses this format: Author, A., & Author, B. (year). *Title

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

2020-05-11 Thread TonyM
HC I think your functionality is great in this plugin. I am sorry coming so late to comment but for any solution making use of the view template there are two features I think are important, - Provide a config tiddler such as $:/config/TOC-Generic-filter with a default filter than can b

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

2020-05-11 Thread HC Haase
*Announcement*: TOC Generic - bugfix *Date*: 2020/05/11 *Release*: 2.0.1 Downlaod/demo: https://hchaase.github.io/HC-Plugins/#TOC-Generic%20Introduction

[tw5] Re: Plugin design: splitting up vs. duplicating

2020-05-11 Thread PMario
Hi, I think, it depends on how "connected" your plugins are. If 1 functionality is hardly used *without* the other, I would keep it in 1 plugin. If it is very likely, that they are useful alone, and do completely different things, you should split them. The chance is high, that users demand d

Re: [tw5] Re: XML plugin for Tiddlywiki??

2020-05-11 Thread PMario
Hi, You already have a <$xpath> widget, imo you can have an <$xselect> too. -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...@googlegrou

Re: [tw5] Re: XML plugin for Tiddlywiki??

2020-05-11 Thread TonyM
Flibbles, Once again a fantastic effort on your part to open tiddlywiki to even more possibilities. I had not even thought of turning such a tool to parsing html, I actually this could be very helpful because HTML can be pasted from elsewhere then tiddlywiki can interrogate it. It could actua

[tw5] Re: Plugin design: splitting up vs. duplicating

2020-05-11 Thread bimlas
HCHaase, Tiddly handles plugin dependencies well, so I would vote for separate plugins in this regard. https://tiddlywiki.com/#Plugin%20Dependencies If we look at how NPM (Node.js Package Manager) works, it is entirely made up of package dependencies: each package does one single thing (in pr