[tw5] Fetching tiddlers from one wiki to another

2021-04-03 Thread Saq Imtiaz
I've been contemplating a project where if I were to use TiddlyWiki, I would need to be able to fetch content from other wikis on startup, and preferably without needing to have extra plugins installed on the wiki that is the content source. I've created a quick and messy proof of concept.

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

2021-04-03 Thread Saq Imtiaz
I forgot to mention that the starting point for this plugin was some code from Bob that Jed pointed out that handled uploads. The eventual goal is a plugin - if not core capability - that can be used by the node.js server as well as TiddlyServer and Bob. On Sunday, April 4, 2021 at 7:03:44 AM

[tw5] Re: List Fields : How to get the "Position" of an item in a list field

2021-04-03 Thread TW Tones
Mohammadd, I just saw this now. The Count operator or count widget, with an allbefore can be used to count the items before a position in a list to get the N for the Nth. [{!!list}allbefore[string]count[]] or something similar. add[1] if needed. Tones On Tuesday, 23 March 2021 at 22:16:08

[tw5] Re: Can external .mhtml files be displayed in Tiddlywiki like external img files?

2021-04-03 Thread TW Tones
Quick tip You can use width="100%" in iframes to make use of the available space. I have used a range of firefox plugtins over the years some of which copy and save html very nicely. If not too large pasting strait into a tiddler may be fine. If you save a full html site to a subfolder,

[tw5] Re: Wikitext img failing under node.js (5.1.23)

2021-04-03 Thread Saq Imtiaz
Thank you. I've created a separate thread and posted the latest version here: https://groups.google.com/g/tiddlywiki/c/T0MP1Adzzk0 On Sunday, April 4, 2021 at 5:35:26 AM UTC+2 joshua@gmail.com wrote: > This is very cool stuff Saq. Mahalo for sharing your experiments. > > Best, > Joshua

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

2021-04-03 Thread Saq Imtiaz
This is an in-development plugin for Node.js that has been recently discussed in another thread. I'm posting it separately as well in case others find it of interest. For images (and other binary files), when importing to a wiki it allows you to save the files as external files in the files

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

2021-04-03 Thread Mohammad
Hi Odin, These will be addressed in new update of Refnotes plugin! adding output styles for different entry types. See GitHub and Forum for feedback. https://github.com/kookma/TW-Refnotes https://groups.google.com/g/tiddlywiki/c/qgss_exy97g/m/L99utjKEBQAJ On Friday, June 19, 2020 at

[tw5] Re: Wikitext img failing under node.js (5.1.23)

2021-04-03 Thread Joshua Fontany
This is very cool stuff Saq. Mahalo for sharing your experiments. Best, Joshua Fontany On Friday, April 2, 2021 at 10:28:28 AM UTC-7 saq.i...@gmail.com wrote: > That's good to hear Mark. I wasn't looking forward to having to debug this > if it was still an issue with the newer code. > > I'm

[tw5] Re: How to find transclusions

2021-04-03 Thread 'Mark S.' via TiddlyWiki
If it's any comfort, AFAIK there is no official "backlinks" for transclusions. For fixing transclusions after changed tiddler names, there is the relink plugin: https://flibbles.github.io/tw5-relink/ On Saturday, April 3, 2021 at 2:57:29 PM UTC-7 joh@gmail.com wrote: > > Hello there!

[tw5] How to find transclusions

2021-04-03 Thread J. C. S.
Hello there! My name is Johannes and I'm new here. I've been using TiddlyWiki for a long time and I love it. However, I don't speak English very well, so I find it difficult to work my way through the documentation and maybe I just missed the right hint, sorry. I have a question about

[tw5] Re: Wikitext img failing under node.js (5.1.23)

2021-04-03 Thread Adithya B
Hi Saq, This plugin is very nice. Thanks for the contribution! It runs beautifully - I had to make a small change in the JS to make it work on my TiddlyServer installation though! I changed "var uploadURL = '/api/upload';" to "var uploadURL = 'api/upload';" Because the initial / was making

[tw5] Re: [Plugin] TW5-CodeMirror-Plus - with better formatting and autocompletion

2021-04-03 Thread dieg...@gmail.com
Soren, This is exactly how I imagined it! On Monday, March 29, 2021 at 6:17:40 PM UTC-5 Soren Bjornstad wrote: > Can't speak for how Diego imagined it, but this kind of custom > autocomplete is a really interesting idea. I would imagine that beginning > an autocomplete run with a custom

[tw5] Refnotes plugin: Development version

2021-04-03 Thread Mohammad Rahmani
Refnotes is a plugin jointly developed with Mark S. Recently there were some requests to add features like different output styles and support for other reference types like conference papers, websites, theses, ... I have pushed a beta version in a development branch on GitHub. Those interested

[tw5] Re: [Plugin] TW5-CodeMirror-Plus - with better formatting and autocompletion

2021-04-03 Thread Adithya B
Thanks for the feedback and suggestions. I will appreciate it if you add them to the github repo. I have a sense of how to approach these problems but its likely to take a good amount of time. So please dont expect anything soon :D Thanks, Adithya On Friday, April 2, 2021 at 8:17:11 AM UTC-6

[tw5] Re: How to make Dropdown Selector like the tag picker

2021-04-03 Thread Adithya B
Thanks Mat. My requirement is slightly different from a select widget (with custom entries) - I want something like the tag picker edittemplate. The difference being that the tag-picker allows for multiple tags to be picked and deleted. My workflow would be something like: 1. Allow the

[tw5] Re: Hide stuff added by a custom template in folded mode

2021-04-03 Thread jln
Thank you very much for this very quick and efficient response. It works perfectly! Have a nice day! Le samedi 3 avril 2021 à 15:41:54 UTC+2, Eric Shulman a écrit : > On Saturday, April 3, 2021 at 6:36:39 AM UTC-7 jln wrote: > >> I have created a custom template that adds, at the top of the

[tw5] Re: Hide stuff added by a custom template in folded mode

2021-04-03 Thread Eric Shulman
On Saturday, April 3, 2021 at 6:36:39 AM UTC-7 jln wrote: > I have created a custom template that adds, at the top of the tiddler, a > link to my Nextcloud platform if the "url-nxc" field is filled. This works > very well, but the only small issue I have is that this link is still > visible

[tw5] Hide stuff added by a custom template in folded mode

2021-04-03 Thread jln
Hi, First of all, I want to thank the authors of TiddlyWiki and the whole community. I am a new user impressed by the tool, its simplicity and its power! I have created a custom template that adds, at the top of the tiddler, a link to my Nextcloud platform if the "url-nxc" field is filled.

Re: [tw5] Re: Filtering by field within Dynamic Tables by Jed Carty

2021-04-03 Thread J Z
Many thanks Birthe. That worked! One issue: the hyperlinks created in the table (first column) do not work. They work when using ColumnTable but not RowTable. Is this a known glitch? Virus-free.

[tw5] TiddlyMap and FontAwesome 5 Free - a partial working solution

2021-04-03 Thread Frédéric Demers
Hello everyone; I am a big fan of TiddlyWiki and thought a partial 2-step solution would help a few of you. The problem: FontAwesome 4 integration with TiddlyMap works well using http://tobibeer.github.io/tw/fa/#GettingStarted. FontAwesome 5 splits up the font files in 3 (as of v5.14.0

Re: [tw5] [Semi off topic] How best create screencasts (about TW)?

2021-04-03 Thread Måns Mårtensson
Hi Mat If you own or you are able to borrow an ipad you are able to create a screen recording with pip in one go - with no learning curve: https://youtu.be/zKyioOBK-Rg If you want to arrange the pip to be placed somewhere else on the screen recording - and you have the Luma Fusion app - simply

Re: [tw5] Re: [Semi off topic] How best create screencasts (about TW)?

2021-04-03 Thread PMario
On Friday, April 2, 2021 at 12:11:18 PM UTC+2 Ste wrote: > I've been using OBS studio for my screen casts. It's free open source and, > most importantly for me at least is available through portableapps.com so > I can install it on my works of without bothering the IT dept. > It's good. Let's

[tw5] Re: Presenting: The TiddlyGoo project - integrate your wiki with the web

2021-04-03 Thread Saq Imtiaz
I hope you are taking the time to inform potential users of your plugin about the caveats with your work thus far, namely that is uses an API planned to be deprecated, and a technique considered outdated (JSONP) which makes future support rather unsure. Neither of which is a reason not to use

[tw5] Re: Presenting: The TiddlyGoo project - integrate your wiki with the web

2021-04-03 Thread Jon
Hi Mat, this looks really good and I've played around with the Pic Macro. Am I right in thinking Google Photos are not synced to Google Drive anymore (that's the message I get anyway)? Would it be possible to adapt things so that the sharing link from Google Photos works, as well as the link

[tw5] Re: How to make Dropdown Selector like the tag picker

2021-04-03 Thread Mat
You can look at these threads for some clues: https://github.com/Jermolene/TiddlyWiki5/issues/3431 https://github.com/Jermolene/TiddlyWiki5/discussions/5508 <:-) On Saturday, April 3, 2021 at 6:54:05 AM UTC+2 bmad...@gmail.com wrote: > Hi, > I want to add a custom field editor to my TW which