[tw5] Re: Automatically create tiddlers from outside source

2020-07-15 Thread UBi
Regarding standalone Tiddliwikis, you could inject Tiddlers with Python like this: from lxml import html from lxml import builder as E from datetime import datetime infile, outfile = 'empty.html','modified.html' def maketiddler(title,text): timestamp =

[tw5] Re: Presenting: SideEditor 2.0 - A live editor floating by the river side...

2020-07-15 Thread Jon
Hi Mat, Yes, I had disabled them rather than remove them. So given what you've said, I've removed those and the ones left are: When I get time, I'll copy the wiki, and remove all the plugins. If it doesn't work then, it must be something else. Favourites Highlight-searched-text encryptTiddler

[tw5] Re: [ Demo ] : floating editor toolbar

2020-07-15 Thread 'Stephen Kimmel' via TiddlyWiki
I definitely like the idea of the pop-up editor toolbar though I do have a difficulty or two that I haven't worked my way through yet. Perhaps my biggest gripe is that the preview window changed position from beside the editing window to below and to the right of the editing window. I'm

[tw5] Re: Sharing Drift

2020-07-15 Thread casey.d...@gmail.com
Hey Tony. Loving the plugin. I ran into one issue though I wondered if I could get help with. When using the markdown file type, the bulleted items are off by a large amount. They appear nicely when using the standard tiddly format. Is there any way to resolve this easily? [image:

[tw5] Re: [ Demo ] : floating editor toolbar

2020-07-15 Thread TW Tones
Saq, I love the solution so far, however I have a range of editor Toolbar buttons, I use for insert rather than act on a selection, so I need some way to open the toolbar at a cursor only. I would be happy if I could still use and select what appears in the standard toolbar. I like your

[tw5] Re: [ Demo ] : floating editor toolbar

2020-07-15 Thread Saq Imtiaz
Hi Stephen, Let me just re-iterate that this a quick 30 minute hack meant to serve as a demo/proof of concept for an alternative way to implement a text formatting toolbar. It is not meant for anyone to use. There are fair few edge cases that cause issues, and no affordance for toolbar

Re: [tw5] Re: Notes on History - How would you do it?

2020-07-15 Thread History Buff
The thread that Pit.W. was referring to (thanks for the nice comments by the way), is here: https://groups.google.com/forum/#!topic/TiddlyWiki/ckbmFxV4gRk I used tidgraph to display the ancestors of my family members and I created a macro to list the descendants. Works well for my purposes at

[tw5] Re: Side Preview?

2020-07-15 Thread amreus
Yes. On Wednesday, July 15, 2020 at 5:00:36 AM UTC-4, Saq Imtiaz wrote: > > Are you familiar with the preview option in the default editor? > > > > On Tuesday, July 14, 2020 at 11:28:38 PM UTC+2, amreus wrote: >> >> This is related to Mat's SideEditor, but I thought not on-topic so I >> started

Re: [tw5] Re: Notes on History - How would you do it?

2020-07-15 Thread TW Tones
Pit/Scott, Pit I Just realised you replied inline to my reply on history. Scott make sure you review Pits comments. I will extract a few key items from Pits's response to me to answer and question your comments (retained below) 1. I think you are best using the date format that the tools

[tw5] Re: Presenting: SideEditor 2.0 - A live editor floating by the river side...

2020-07-15 Thread Mat
@Jon, OK, that's a longish list of plugins to it's nothing I can test directly, so yes please, do copy your wiki and show me as you propose. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: Presenting: SideEditor 2.0 - A live editor floating by the river side...

2020-07-15 Thread Mat
@Jon, If I understand you right, you thus *only *have the SideEditor plugin installed. Here are some tests: *1)* So, it can be a separate stylesheet that is not part of a plugin. You can list all stylesheets by typing <> to get a tag button which, when clicked, shows all stylesheets. The

[tw5] Re: Presenting: SideEditor 2.0 - A live editor floating by the river side...

2020-07-15 Thread Jon
Hi Mat, copied wiki, deleted all plugins apart from core. Searched for anything SideEditor related in advanced search and deleted that. Saved & refreshed and then re-installed SideEditor but same problem, so it must be something to do with my wiki but what I've no idea! Regards Jon On

[tw5] Re: Tight

2020-07-15 Thread TW Tones
Note: Copy and past the link and it works don't follow the link in the email This one works ! https://giffmex.org/experiments/tight.empty.html Regards Tony On Thursday, July 16, 2020 at 3:14:05 AM UTC+10, PMario wrote: > > Hi David, > > There seems to be something wrong with your link. For me

[tw5] Re: New tiddlywiki, same setup

2020-07-15 Thread danraymond
Hi Eric; I was looking at this solution for Sara and realised it may help me with an issue I have been trying to solve. I am a very long term TiddlyWiki Classic (Thank you Jeremy!) user and am now learning the internals of TW5 and loving it. I am trying to develop some ZettelKasten bits so I

[tw5] Re: New tiddlywiki, same setup

2020-07-15 Thread Saq Imtiaz
@dan have you looked at http://snowgoon88.github.io/TW5-extendedit/ ? On Wednesday, July 15, 2020 at 8:40:16 AM UTC+2, danraymond wrote: > > Hi Eric; > > I was looking at this solution for Sara and realised it may help me with > an issue I have been trying to solve. I am a very long term

[tw5] Re: [ Demo ] : floating editor toolbar

2020-07-15 Thread Saq Imtiaz
I've updated the configuration UI to represent the design concept I have in mind: https://saqimtiaz.github.io/sq-tw/floating-menu.html#config:config%20%5B%5BDraft%20of%20'RikerIpsum'%5D%5D -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Side Preview?

2020-07-15 Thread Saq Imtiaz
Are you familiar with the preview option in the default editor? On Tuesday, July 14, 2020 at 11:28:38 PM UTC+2, amreus wrote: > > This is related to Mat's SideEditor, but I thought not on-topic so I > started a new topic. > > So would it be possible to make a "Side Preview" plugin? So instead

[tw5] Re: Side Preview?

2020-07-15 Thread Mat
I'm thinking it might be possible to split out the editor preview div outside of the tiddler frame. Not sure how to make it appear smaller. I doubt it's possible to merely "shrink evertyhing with 50%" and get a representative visual result. <:-) -- You received this message because you are

[tw5] Re: [ Demo ] : floating editor toolbar

2020-07-15 Thread Mat
Saq Imtiaz wrote: > > the configuration UI > +1 IMO that should be the UI for setting toolbars in TW. The horizontal display of the selected tools directly reflects how they are displayed in the tiddler and the current use of checkboxes for these settings is an extra visual abstraction. Is

[tw5] Re: TiddlyWiki Hangout #108 with David Gifford

2020-07-15 Thread Saq Imtiaz
Thanks for the hangout Jeremy and David. +1 for the need for highlighting dynanotate plugin I suspect most people aren't aware it even exists, let alone its potential for annotating notes and integration with search. Well worth a peek at the examples tab at

[tw5] Re: Side Preview?

2020-07-15 Thread _Phi / hpx1
a quick hack by overruling the css : /* === text editor size ===*/ .tc-tiddler-preview { overflow: visible; /* to make the preview-preview on top of the sidebar */ } .tc-edit-texteditor { max-height: 55vh; /* max height of text editor */ overflow-y: auto; }

Re: [tw5] Re: Side Preview?

2020-07-15 Thread Jeffrey Denison
Can somebody tell me how to turn off receiving daily emails from the group? I prefer to read them on the website. I'm getting flooded with messages. jd On 7/15/20, _Phi / hpx1 wrote: > a quick hack by overruling the css : > > /* === text editor size ===*/ > > .tc-tiddler-preview

[tw5] Re: [ Demo ] : floating editor toolbar

2020-07-15 Thread Saq Imtiaz
@Mat: > Is there a reason why you have the icons to the right of the item, rather > than on the left which probably would make for an even less cluttered > display? > Lack of time: since I first posted this I've only worked on the bit above the divider line, that is the display for what is

[tw5] Tight

2020-07-15 Thread David Gifford
Hey everyone A couple people asked for a link to Tight, something I showed in my hangout. It's not something I want to maintain, or entertain requests for help in tweaking it, so the instructions there are all you are getting. I'm not sure if anyone will like or use it. It was not for sharing

Re: [tw5] TiddlyWiki Hangout #108 with David Gifford

2020-07-15 Thread Jeremy Ruston
Thanks Birthe! Much appreciated, and charmingly put, Best wishes Jeremy. > On 14 Jul 2020, at 18:57, Birthe C wrote: > > Thank you so much to Jeremy and David, > > Tiddlywiki is of course wonderful, but some kind of users need help seeing > the beauty, and David has done a lot of work

Re: [tw5] Re: Side Preview?

2020-07-15 Thread Birthe C
Looking at the website, you will see two buttons at the upper right corner. Click on your settings, change your preferences for mail. And please, this was a change of subject for this thread, sorry! Birthe onsdag den 15. juli 2020 kl. 15.49.38 UTC+2 skrev Jeffrey: > > Can somebody tell me

[tw5] Re: Tight

2020-07-15 Thread PMario
Hi David, There seems to be something wrong with your link. For me it links to youtube with a confusing question. -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

Re: [tw5] Re: Notes on History - How would you do it?

2020-07-15 Thread Scott Kingery
Thanks, all for the continued discussion and lengthy replies. I know there has been some talk about how people are using Tiddlywiki for genealogy. I look forward to diving into that topic as well. On Wed, Jul 15, 2020 at 4:06 PM TW Tones wrote: > Pit/Scott, > > Pit I Just realised you replied

[tw5] Chatbot Plugin

2020-07-15 Thread ChristianB
Hi All, I've created a chatbot plugin that would like to share with this group. Its available here: http://ceebeetree.tiddlyspot.com/#:%24%3A%2Fplugins%2Fceebee%2Fchatbot%2Fui%2Fchat I'm interested to see what uses people can apply this to in their own wiki's... at the moment the chatbot

[tw5] Re: [ Demo ] : floating editor toolbar

2020-07-15 Thread 'Stephen Kimmel' via TiddlyWiki
As it runs out the fix to the preview was easy enough. All I had to do was to move the opening to a new position directly in front of the reveal pop-up line. I was also able to put back the standard editor tool bar by adding the removed code ahead of the relocated position:relative div line.

[tw5] Re: [ Demo ] : floating editor toolbar

2020-07-15 Thread Saq Imtiaz
@Stephen good catch on that div. Though now that you have pointed it out, I will try to remove the need for that div altogether. Will just require tweaking the calculations for the position of the popup menu a little bit. As you have discovered adding back the standard toolbar is quite easy.

[tw5] Re: Why do Startup Actions not work?

2020-07-15 Thread ChristianB
Hi Tony Did you every complete this work ? I found your post when searching on the same problem and was looking to build the same type of plugin ( ie passwords and encrypted tiddlers etc )... Perhaps we can exchange notes I found that the following code worked - as it hooks into the core

[tw5] [noob question] Node JS with TiddlyDesktop confusion

2020-07-15 Thread _Phi / hpx1
Hi, help me dispel some confusion : I first installed TW5 using npm, and served it via NodeJS because I wanted to have multiple *.tid files rather than one unique html file (see my last question below). My 'tiddlywiki.info' had a couple of plugins, themes, options. Back then, I was using

[tw5] Re: Sharing Drift

2020-07-15 Thread john roland
Hi Casey, I found that this helped me with bullet spacing issues for the markdown plugin in recent versions of TiddlyWiki, and I think it must address the issue you’re seeing too in Drift because markdown bullet lists appear fine for me: https://github.com/Jermolene/TiddlyWiki5/issues/4592