[tw5] Re: Editing fields as multi-line text

2020-06-11 Thread Saq Imtiaz
@Tony your initial post made it seem like the issue was having and editing multiline text in custom fields. It seems however that your issue is using the framed editor with fields other than text for multiline content. AFAIK the framed editor will default to using an input element, regardless o

[tw5] Re: How to import .xlsx file on my hosting when Tiddlywiki start?

2020-06-11 Thread Saq Imtiaz
@Siniy what you want is possible but will require some custom JavaScript coding. I see that you already run custom JS in your TW so hopefully this is something you are able to work on yourself. What could try to do is something like this: - instead of getting data from the google sheet, GET

[tw5] Re: Editing fields as multi-line text

2020-06-11 Thread Saq Imtiaz
I haven't looked at your code, but the following is all that's needed to have a text area to edit a field: <$edit-text tiddler=temp field=xyz tag=textarea/> Pretty sure we have had this capability since we first got custom fields in TWC, though I think at some point there were issues with multi

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-10 Thread Saq Imtiaz
Hi Thomas, Thank you for the feedback, much appreciated. *Keyboard shortcuts*: yes the intention is to have them in the Control Panel, though I am still pondering ways to separate them from other shortcuts visually to avoid clutter. The Control Panel lumps together all shortcuts: global, for e

[tw5] Re: Plugin prototype: Command Palette

2020-06-10 Thread Saq Imtiaz
OK played with it for a few minutes and so far I love it. It is a souped up version of a search solution I use in one of my wikis. Would love to be able to: - add custom commands - choose which commands to show and which to hide On Wednesday, June 10, 2020 at 7:31:24 PM UTC+2, Souk21 wrote: > >

[tw5] Re: Plugin prototype: Command Palette

2020-06-10 Thread Saq Imtiaz
@Souk21 welcome to the group and thank you for sharing! I will take a detailed look later and will provide feedback, I too prefer keyboard based solutions later. On the technical side if you have specific questions, feel free to post a list. State in TW plugins is managed via tiddlers, usually

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-10 Thread Saq Imtiaz
ackground > > Also, any chance i can hide the *link to the source tiddler* i mentioned > in point 2 or at least move it to the bottom? > > On Wednesday, June 10, 2020 at 2:14:47 AM UTC+5:30, Saq Imtiaz wrote: >> >> https://saqimtiaz.github.io/sq-tw/streams.html >

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-10 Thread Saq Imtiaz
*$:/core/ui/ViewTemplate/body* On Wednesday, June 10, 2020 at 12:00:27 PM UTC+2, Raghu Veer S wrote: > > Saq, It still shows up at the bottom of the tiddler. (just like in the > previous image) > > On Wednesday, June 10, 2020 at 3:19:56 PM UTC+5:30, Saq Imtiaz wrote: >> >>

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-10 Thread Saq Imtiaz
issue on the > side of the theme, but how do I position the bullets inside the tiddler > body? > > > *See the attached image for reference: * > > On Wednesday, June 10, 2020 at 2:14:47 AM UTC+5:30, Saq Imtiaz wrote: >> >> https://saqimtiaz.github.io/sq-tw/streams.

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-09 Thread Saq Imtiaz
https://saqimtiaz.github.io/sq-tw/streams.html Not many outward differences, but I've cleaned up the code a fair bit and the *field names are now stable*. Which means that if you starting using it now, you should be able to upgrade to newer versions without much trouble. So I have removed the w

[tw5] Re: Linking to another tiddler specified in a custom field

2020-06-09 Thread Saq Imtiaz
Try <$link to={{!!04_location}}>{{!!04_location}} or {{{ [{!!04_location}] }}} On Tuesday, June 9, 2020 at 8:30:28 PM UTC+2, Joseph Scourfield wrote: > > Hi all > > I'm building up a tiddlywiki to manage my campaign notes for a Dungeons & > Dragons game I run. I'm loving the platform a lot for

[tw5] Re: Import external XML with Marco?

2020-06-07 Thread Saq Imtiaz
You will find it instructive to have a look at this thread: https://groups.google.com/d/msg/tiddlywikidev/SpKc-K4ydCw/vPid1wjIAQAJ On Monday, June 8, 2020 at 7:42:25 AM UTC+2, Christian Nikola wrote: > > Hello, > > I want to realize something like a search box within a tiddler. > > I ente

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-06 Thread Saq Imtiaz
One of the things I would like to emphasize is that, the entire workflow of Streams is built on fields and wikitext and re-usable widgets. There is no blackbox logic that is obscured from the user. So don't be too hesitant to dive in and try to tweak/adapt things to your liking. For example, t

[tw5] Re: Reading within tiddlywiki

2020-06-06 Thread Saq Imtiaz
There is an ePub Slicer plugin mentioned here: https://groups.google.com/d/msg/tiddlywiki/_VLufc4Svp8/jALzYZ09BAAJ Not sure how much work it would be to convert an epub, but once done you could presumably use the tools presented in that thread for annotations/notes. Cheers, Saq On Saturday, Ju

[tw5] Re: Tiddlywiki mention on self hosted podcast

2020-06-06 Thread Saq Imtiaz
Regarding images, the flow I personally need and am slowly working towards for myself is: - have a dropzone widget on which I can drop images to import -- the dropzone widget should support specifying post-import actions to run - trigger Import UI, which should have affordances to rename incoming

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-05 Thread Saq Imtiaz
The problem is one of implementation. Currently there is no clean and flexible way of doing so. On Friday, June 5, 2020 at 5:36:13 PM UTC+2, SizzlinSJ wrote: > > Double click feels right so there are no accidental edits > I do like Reet's suggestion, > >> Once we click outside the edit area it s

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-05 Thread Saq Imtiaz
For evaluation: a version that requires double click to edit: https://saqimtiaz.github.io/sq-tw/bullets-dblclick.html -- 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: How to build a "dynamic" list ?

2020-06-05 Thread Saq Imtiaz
Is there a specific reason why you need nested lists? Do you want the tiddler titles or the text that matches the regexp? [tag[DailyNotes]regexp[$pattern$\b(?i)] or [tag[DailyNotes]regexp:text[$pattern$\b(?)i] -- You received this message because you are subscribed to the Google Groups "Tidd

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-05 Thread Saq Imtiaz
Some small updates: - changed shortcut for deleting a tiddler from Delete to Ctrl+Delete - changed styling of "bullet" to distinguish it from regular unordered lists - expanded the area in which you can right click to access the context menu -- You received this message because you are subscribed

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-04 Thread Saq Imtiaz
A point of clarification in response to some of the comments here, and some private messages I have received: Firstly, this is not an attempt at creating a WYSIWYG editor or mitigating the lack of one. I see the value in two areas: a) quickly and conveniently creating and manipulating a hiera

Re: [tw5] Re: Preview: keyboard driven draggable bullets

2020-06-04 Thread Saq Imtiaz
k: tiring for regular users to have to do an extra step for every > new tiddler. Possible workaround: a way for users to turn that off. > > > > > On Thu, Jun 4, 2020 at 9:18 AM Saq Imtiaz > > wrote: > >> @David: what would be the workflow? >> >> - a butt

Re: [tw5] Re: Preview: keyboard driven draggable bullets

2020-06-04 Thread Saq Imtiaz
ard to limiting to certain tiddlers, have you thought about > creating this as a new tiddler type? > > > > > On Thu, Jun 4, 2020 at 8:43 AM Saq Imtiaz > > wrote: > >> >> >> On Thursday, June 4, 2020 at 1:16:09 PM UTC+2, Tony K wrote: >>> >>&

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-04 Thread Saq Imtiaz
@Ognsya thanks for the feedback, comments below: >- I wonder if an abandoned empty tiddler should be removed/deleted >automatically? Would make it cleaner. > > Hitting "escape" in an empty tiddler already deletes it. Beyond that I prefer to err on the side of not deleting data, too much

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-04 Thread Saq Imtiaz
@pmario does the screenshot below illustrate what you refer to? I agree it looks odd. Two issues: a) its confusing whether its a draggable bullet or a regular one, (b) the extra padding/margins. I am not sure if we should be tweaking content CSS though > >>- If the snipit contains "*"

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-04 Thread Saq Imtiaz
On Thursday, June 4, 2020 at 1:16:09 PM UTC+2, Tony K wrote: > > Saq once again this is wonderful > > is there an easy way to have it only on some tiddlers ? maybe a widget > <$bulletTiddler /> or something similar > You can try {{||$:/plugins/sq/bullets/bullet-list-template}} I am not the b

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-04 Thread Saq Imtiaz
@TonyM: > >- The east of changing the regexp of what to split on suits me, simply >changing to /n in some cases, even ".\n\n" >- What if I wanted to split on html tag, eg " > The suggested workflow here is that you decide how to split things as you type, by hitting enter. The pl

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-04 Thread Saq Imtiaz
om field, this > doesn't mess with the tagging system. Only main difference (I think) would > be that, whenever a tiddler is opened (or transcluded), they also bring in > all of their subtiddlers. > > That's what I have for now. As I mentioned, Im working on a mockup to mak

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-04 Thread Saq Imtiaz
@pmario @tonyk Thank you for the detailed feedback, this is exactly what's needed to iron out bugs and ensure a smooth workflow. A few quick points for now and another reply to follow shortly. >>- The delete key is often used to remove a line, or even delete >>multiple characters, but

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-03 Thread Saq Imtiaz
Hi Tony, Is it possible, or practical to be able to make the subTiddlers have the > title of the first (and often only line in a bullet point)? > I recognize the use case but this is not supported and wont be any time soon at least, as it isn't trivial to add. Currently tiddlers are created as

[tw5] Re: Query: Could The Regex Tool In Tiddler Commander Have A Standalone Version?

2020-06-03 Thread Saq Imtiaz
Spiffy docs indeed! On Wednesday, June 3, 2020 at 11:03:15 PM UTC+2, Mohammad wrote: > > Hi TT, > > On Wednesday, June 3, 2020 at 8:25:07 PM UTC+4:30, TiddlyTweeter wrote: >> >> Just FYI, I downloaded v. 2.1.0 on the assignment. >> >> The documentation is brilliant in https://kookma.github.io/TW-C

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-03 Thread Saq Imtiaz
@Reet if you are trying to import the plugin in to your own wiki then you will run into issues due the missing dependencies (Relink plugin and some core patches). Try the same steps in the demo. On Wednesday, June 3, 2020 at 8:20:37 PM UTC+2, Saq Imtiaz wrote: > > @Reet thanks for the s

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-03 Thread Saq Imtiaz
, 2020 at 8:09:14 PM UTC+2, Reet Pandher wrote: > > Hi Saq, > > Facing a bug with renaming. The bullet point disappers after renaming. > I have attached images. > > > On Wednesday, June 3, 2020 at 10:26:39 PM UTC+5:30, Saq Imtiaz wrote: >> >> Updates: >>

[tw5] Re: NotoWritey - A proposed simple document editor for TW

2020-06-03 Thread Saq Imtiaz
@Mark S: I strongly suspect that any performance issues are not due to sorting/ordering but rather due to the rendering of so many tiddlers. The dynalist plugin should be able to help you deal with that by not rendering anything that isn't in the viewport. On Wednesday, June 3, 2020 at 7:42:26

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-03 Thread Saq Imtiaz
Updates: - Enabled keyboard shortcut keys for text formatting, like ctrl+b - Added a configuration option to show the formatting toolbar in the editor. (This doesn't make sense unless you are specifically writing longer text in each bullet) - Fixed some issues with deleting a pare

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

2020-06-03 Thread Saq Imtiaz
update >>>> TiddlyBlink (or its cousin Idea Stew) from here on out, except may be to >>>> upgrade to new versions of TiddlyWiki. >>>> >>>> I have uploaded Stroll to its official home: >>>> https://giffmex.org/stroll/stroll.html. >>>&g

[tw5] Re: Request for plugin: Import improvement

2020-06-03 Thread Saq Imtiaz
I > already send such imports a different ways including to JSON, data > tiddlers, plugins and more. It is highly extencible. > > Keep an eye on this thread. > > Thanks > Tony > > On Wednesday, June 3, 2020 at 10:15:17 PM UTC+10, Saq Imtiaz wrote: >> >> I hav

[tw5] Re: Request for plugin: Import improvement

2020-06-03 Thread Saq Imtiaz
I have working, tested code sitting around to make a pull request to add renaming to the import process. If Tony or someone else doesn't get around to it before I do that, I can take a look at this as well. It's a pragmatic request. I would want to be able to easily toggle shadow tiddlers as wel

Re: [tw5] Re: Personal News

2020-06-03 Thread Saq Imtiaz
Jeremy, Very good to hear! I think I speak for all of us when I say, don't overdo it and err on the side of doing less than you think you can, so as to not set back your recovery. I do understand well though that being idle brings its own frustration. Cheers, Saq On Wednesday, June 3, 2020 at

[tw5] Rethinking the Keyboard widget

2020-06-03 Thread Saq Imtiaz
This is potentially more suited to the dev forum but I am posting here as it may be of interest to others. I would like to discuss enhancing the core keyboard widget ( https://tiddlywiki.com/#KeyboardWidget ), at first as a plugin and later potentially for the core. Currently the widget only su

[tw5] Re: Question regarding Drift

2020-06-03 Thread Saq Imtiaz
2020 at 8:03:25 AM UTC+1, Saq Imtiaz wrote: >> >> OK, so that is not the story river but what is displayed when there is >> nothing open in the river... which I believe defaults to the recent >> tiddlers. If you don't want images showing up here and in the Recent >

[tw5] Re: Question regarding Drift

2020-06-03 Thread Saq Imtiaz
OK, so that is not the story river but what is displayed when there is nothing open in the river... which I believe defaults to the recent tiddlers. If you don't want images showing up here and in the Recent sidebar, make sure their names start with $:/ so that they are considered system tiddle

[tw5] Re: Re-imaging tag pills working prototype macros

2020-06-02 Thread Saq Imtiaz
Hi Tony, Just a suggestion: I think you will get more feedback if you lower the barrier to entry by posting a link to a working demo or attach a tiddlywiki file, even if it is just a copy of TiddlyWiki.com with your tiddlers added. Cheers, Saq On Wednesday, June 3, 2020 at 8:19:55 AM UTC+2, To

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-02 Thread Saq Imtiaz
Just a quick note to say thank you for the input, feedback and discussion so far. Even if I haven't managed to reply to everything, I have carefully read and considered what has been written. I am working away slowly as health allows. I'll post some updates later today, along with an updated ro

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-01 Thread Saq Imtiaz
@Reet it isn't a bad idea, just a very different end workflow and experience and not what I am aiming for. It would be easy enough to implement so perhaps someone will tweak my code to do it later. In fact once I've added templating support it might be possible to use a custom template to achie

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-01 Thread Saq Imtiaz
@Reet that's a use case I considered and is entirely valid, though far more limited in potential. There is nothing stopping anyone from implementing that though and it would be pretty easy. @Birthe I am generally terrible at names. Whether it be projects, macros or methods. I'd like to avoid th

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-01 Thread Saq Imtiaz
*Demo has been updated:* https://saqimtiaz.github.io/sq-tw/bullets.html *What's new:* - Added new keyboard shortcuts Alt+Up and Alt+Down to move the bullet being edited up or down the list. - Hitting enter with the caret in the middle of text now drops subsequent text new bullet - Fixed bug repo

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-01 Thread Saq Imtiaz
@SizzlingSJ both questions are still under consideration and ultimately I think will be guided by the usage patterns that emerge. The issue with export is that the content of each bullet is a tiddler and therefore can be multiline. We don't really have a format in TW that supports both hierarch

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-31 Thread Saq Imtiaz
One of the things I would love to get feedback on, is how to handle tiddlers being renamed. If a child tiddler is renamed, it vanishes from the bullet list as the reference saved in a field in the parent is no longer accurate. Possible options are: 1. do nothing and use an external plugin li

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-31 Thread Saq Imtiaz
Hi Mario, Thank you for the kind words. To be honest I don't think of it as an outliner either, but the approach is pretty versatile and lends itself well to different use cases. For me, brainstorming still involves paper and a pen, or a plain text file. I see this as one step up, still fast an

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-31 Thread Saq Imtiaz
Thanks @pmario. I see the problem. Will update a little later. On Sunday, May 31, 2020 at 10:41:59 AM UTC+2, PMario wrote: > > On Sunday, May 31, 2020 at 7:21:02 AM UTC+2, Reet Pandher wrote: > ... > >> How do i indent another level under the bullet points? >> > > Edit the bullet and hit TAB key

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-30 Thread Saq Imtiaz
> > > *In Dynalist, when you want to split a line of text, you insert cursor at > desired split location, and hit enter to drop the text found to the right > of the cursor down to a new line.* > The closest thing we have at the moment, is if you hit shift+enter twice to get a blank line inbetw

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-30 Thread Saq Imtiaz
Hi Dave, - Enabling the edit toolbar would be quite easy. It's just that it causes more disorientation when switching to editing because of the space it takes up and makes the interface look cluttered. It could be a configurable setting though. - Escape key cancels the edit, see

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-30 Thread Saq Imtiaz
This is a prototype. Do not use it for anything important. Major changes are likely that will make it very difficult to migrate your content to newer versions. No support is available for content migration. *Please take the time to read through the information provided in the demo, it will make

[tw5] Re: Use a single, dynamically-named tiddler to display a collection of other tiddlers.

2020-05-29 Thread Saq Imtiaz
Does the tiddler Daily Notes: 28-May-2020 need to exist at all times? Two ideas that come to mind right off: 1) Let's say you choose the date with a select. Use actions to create the tiddler for the selected day based off a template, with the correct title and the date in a field that is used t

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-29 Thread Saq Imtiaz
Just a quick heads up that I am still a bit under the weather but hope to get something posted this weekend for everyone to play with. Regards, Saq -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: Import mindmap file to TiddlyWiki

2020-05-28 Thread Saq Imtiaz
difficult but requires javascript knowledge. On Thursday, May 28, 2020 at 10:38:04 PM UTC+2, Alexander Zelenukhin wrote: > > Well almost all programs support the .mm FreeMind format: > http://freemind.sourceforge.net/wiki/index.php/File_format > > On Thursday, May 28, 2020 at 11:30:0

[tw5] Import mindmap file to TiddlyWiki

2020-05-28 Thread Saq Imtiaz
Do they share an export file format? If so, what is it and can you post an example file? -- 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...@go

[tw5] Re: Import a load of txt files into TW

2020-05-28 Thread Saq Imtiaz
If you are using TW on node.js, an easy way to get your txt files into TW is via tiddlywiki.files: https://tiddlywiki.com/#tiddlywiki.files%20Files However, to get them to save correctly back to the original location, you will need an updated version of this patch, which I can provide if needed.

[tw5] Re: NotoWritey - A proposed simple document editor for TW

2020-05-27 Thread Saq Imtiaz
The button widget is far more powerful than users realize. You can use it to create any html element with an onclick handler that triggers actions. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: NotoWritey - A proposed simple document editor for TW

2020-05-27 Thread Saq Imtiaz
@Mark using tag=div on the button should help. It surfaces another issue, which is that trying to select text in view mode triggers the click (and editing). I have a couple of workarounds in mind, will investigate soon. -- You received this message because you are subscribed to the Google Grou

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Saq Imtiaz
the problem is that [[..]] is not valid markdown syntax for a link. To enable that format for a link with the official MD plugin follow these steps: edit the following shadow tiddler: $:/config/markdown/renderWikiTextPragma and replace the text with: \rules only html image macrocallinline sysl

[tw5] Re: Stroll updates

2020-05-27 Thread Saq Imtiaz
@Brady77 the problem is that [[..]] is not valid markdown syntax for a link. To enable that format for a link follow these steps: edit the following shadow tiddler: $:/config/markdown/renderWikiTextPragma and replace the text with: \rules only html image macrocallinline syslink transcludeinline

[tw5] NotoWritey - A proposed simple document editor for TW

2020-05-26 Thread Saq Imtiaz
@Mark S I don't think it would be difficult to use this with the base code from my "outlined" demo. See: https://groups.google.com/forum/m/#!topic/tiddlywiki/KeVDndcnY0g I'll be posting the code sometime this week. The difference in logic is that in your code the order and relationship using ta

[tw5] Re: Need help (yet again) with filter {match}

2020-05-26 Thread Saq Imtiaz
@TonyK Use triple or single quotes for filter= assignments as they are strings. But when passing a filter to a normal parameter you need no quotes and the triple braces to indicate that the parameter should be interpreted as a filter and not a literal string -- You received this message beca

[tw5] Can you disable cross-browser sync in Node?

2020-05-26 Thread Saq Imtiaz
This is an unintended bug surfaced by that change. For now add $:/StoryList to the sync filter: https://tiddlywiki.com/#%24%3A%2Fconfig%2FSyncFilter This should mitigate the problem. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

Re: [tw5] Re: Preview: keyboard driven draggable bullets

2020-05-26 Thread Saq Imtiaz
I'll post code and possibly a demo later today or tomorrow. I've been a bit indisposed and not able to work on this for about a week, but hope to get the ball rolling again. Regards, Saq -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsub

[tw5] Re: TW5: textfield in a template

2020-05-25 Thread Saq Imtiaz
> > So it externalises the determination of the view template "pieces" to use > given provided conditions? > > Exactly > I would like to use this to replace the edit mode field handling with a > customised one on particular tiddlers. > > I've been doing exactly this using one small part of t

[tw5] Re: TW5: textfield in a template

2020-05-25 Thread Saq Imtiaz
@TonyM in short this allows you to completely override and replace any part of the ViewTemplate that you want to. Look at Joshua's example for $:/config/ViewTemplate/Body from above. [tag[$:/tags/Macro]then[$:/plugins/joshuafontany/core/ui/ViewTemplate/body/ macro]] [tag[Glossary]then[$:/plugins/

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-24 Thread Saq Imtiaz
@bimlas no rush, take your time. I am still in recovery mode anyway. -- 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 vi

[tw5] [alpha testing] Drift gets TiddlyMap

2020-05-24 Thread Saq Imtiaz
My two pence worth: Do be wary of feature creep and keep TiddlyMap an optional part of Drift. -- 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.

Re: [tw5] Re: Preview: keyboard driven draggable bullets

2020-05-24 Thread Saq Imtiaz
Hiya Dave, Answers below: On Sunday, May 24, 2020 at 8:17:05 PM UTC+2, David Gifford wrote: > > 1. I would love to know, from the three or four of you working on similar > ideas at the same time: what was your inspiration to do this? > So mine is essentially a simplified and more general purp

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-24 Thread Saq Imtiaz
@bimlas Sent you a private message with some info and suggestions last night. Not sure if it was received. Let me know if you would like to collaborate and work on one plugin together, instead of duplicating effort. On Saturday, May 23, 2020 at 11:18:01 PM UTC+2, bimlas wrote: > > Saq, > > I th

[tw5] Re: Query: What is a fragment?

2020-05-24 Thread Saq Imtiaz
> > > But think your point in using the TITLE field as a unique identifier is > right, as that is what it IS, built in. > Using the title also has the advantage of uniqueness being guaranteed and quick lookups (in terms of performance) via filters, which is important when working with larger

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-23 Thread Saq Imtiaz
Hi Bimlas, No wonder we both discovered the bug with the droppable widget and the class assignment at the same time :) I was cleaning up my code and improving the CSS styling when I ran into it, and saw you had just made a pull request for it! I would be very happy to collaborate, especially a

[tw5] Re: Trigger action when a tab loses focus?

2020-05-23 Thread Saq Imtiaz
I wrote a widget at some point that allowed you to setup actions to be triggered in response to specific tiddlers changing. The issue from what I recall, was the potential to trigger recursion. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Recent tab sorting wrong in CHROME, across computers.

2020-05-23 Thread Saq Imtiaz
Corrupted data rather than a bug. The real question is how the "Using TiddlyWiki on Node.js" tiddler got corrupted. On Saturday, May 23, 2020 at 11:10:11 AM UTC+2, Mat wrote: > > It is definitely a bug! You find it also on https://tiddlywiki.com/ (not > prerelease) > > Go to https://tiddlywik

[tw5] Re: Recent tab sorting wrong in CHROME, across computers.

2020-05-23 Thread Saq Imtiaz
The tiddler "Using TiddlyWiki on Node.js" has a corrupted modified field. Try editing and re-saving it. On Saturday, May 23, 2020 at 10:39:28 AM UTC+2, Birthe C wrote: > > Springer, > > I tried your link in Firefox, did not see the problem, but then I opened > it i chromium and saw the sorting p

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-23 Thread Saq Imtiaz
@Thomas: also remembered that the droppable widget doesn't support the ALT key (and I was trying to work with just what is in the core), but that may get addressed soon: https://github.com/Jermolene/TiddlyWiki5/pull/4671#discussion_r429346222 On Thursday, May 21, 2020 at 11:21:58 AM UTC+2, Thom

[tw5] Re: how not to run same filter twice ??

2020-05-22 Thread Saq Imtiaz
You can but most of the time savings are neglibile. If in doubt, turn on performance profiling to see how long each filter takes to execute. Otherwise you can do something like this, watch out for syntax errors since this is written on my tablet: <$set name="_list" filter="""[regexp:title] [rege

[tw5] Re: Please help with a "complex" then else filter

2020-05-22 Thread Saq Imtiaz
try: {{{ [regexp:title] [regexp:text] -[all[current]backlinks[]] -[is[current]] -[tag[hide]] -[is[system]] +[then[true]else[false]] }}} On Friday, May 22, 2020 at 8:56:23 AM UTC+2, Tony K wrote: > > > > i have this filter > >[regexp:title] [regexp:text] -[all[current] > backlinks[]] -[i

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-21 Thread Saq Imtiaz
rigger actions on the tiddler that >>was edited as the "currentTidder". >> >> Love Your work >> TonyM >> >> >> >> NB; I got the video working in FireFox for me not My Chrome >> >> >> On Thursday, May 21, 2020 at 11:11:38

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-21 Thread Saq Imtiaz
Hi Mat, responses below for convenience. On Thursday, May 21, 2020 at 2:18:47 PM UTC+2, Mat wrote: > > Saq Imtiaz wrote: >> >> Tiddlers with the bullet functionality are identified via the presence of >> a field. >> > > ...so... how was the field added? >

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-21 Thread Saq Imtiaz
Hi David, responses below: 1) You say each bullet is a tiddler. Are we seeing/editing in the present > tiddler the text field of that other tiddler? Some other field? > You see/edit the text fields of the underlying tiddlers. You are editing directly and the changes are saved as you type. It wo

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-21 Thread Saq Imtiaz
Hi Mat and Thomas, First off, don't expect a release. More of a sharing of code. As I said, the intent is not to share a finished product but rather something others can understand to implement similar solutions. Lots of rough edges still, and unfinished bits, but enough to get started. Regard

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-21 Thread Saq Imtiaz
to see this. > > Any suggestions? > > Tony > > On Thursday, May 21, 2020 at 10:37:43 AM UTC+10, Saq Imtiaz wrote: >> >> There are a few things not shown in the video: >> >> - bullets can be multiline. >> - you can drag and drop bullets between "b

[tw5] Re: Redesign of TiddlyWiki

2020-05-21 Thread Saq Imtiaz
@Edgaras don't be discouraged. There is merit in your suggestions and requirements, even if they differ from those of others. I think you have done well by sidelining the requirement for a better editor for now. Not because it is not important, but rather because it is a large and challenging u

[tw5] Re: Redesign of TiddlyWiki

2020-05-21 Thread Saq Imtiaz
I second that the way to work on this is as set of plugins and a theme that comprise a new vertical edition. Low fidelity prototyping only gets you so far. After enough real world testing and usage in the wild, learnings can be considered for adoption into the core. It is worth remembering that

[tw5] Preview: keyboard driven draggable bullets

2020-05-20 Thread Saq Imtiaz
There are a few things not shown in the video: - bullets can be multiline. - you can drag and drop bullets between "bullet list tiddlers". This moves a bullet from one tiddler to another. - you can hold down Ctrl when dragging to another tiddler to copy it rather than move it. - holding down sh

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-20 Thread Saq Imtiaz
Hopefully I've fixed the permissions issue on the video. -- 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 disc

[tw5] Preview: keyboard driven draggable bullets

2020-05-20 Thread Saq Imtiaz
When I'm under the weather I tend to prototype. Spent some time reworking code from my eternally in progress task manager in an attempt to make it more general purpose, as a bullet list note taking tool that may be of utility to others. https://drive.google.com/file/d/1SB06s13tj8P3cC2UewnfzXf0

[tw5] Re: Date format without $view ?

2020-05-20 Thread Saq Imtiaz
Is a string with the timestamp, or a tiddler title? Perhaps post the entirety of your code as I don't quite understand what timestamp represents in each case. On Wednesday, May 20, 2020 at 6:54:48 PM UTC+2, Tony K wrote: > > is it possible to manipulate a timestamp without the $view? > > I have

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

2020-05-20 Thread Saq Imtiaz
>>>> I have uploaded Stroll to its official home: >>>> https://giffmex.org/stroll/stroll.html. >>>> >>>> I am hoping that its detailed tutorial will help introduce TiddlyWiki >>>> to a new generation of non-techy users. I am also hoping t

[tw5] Re: Set value of a variable conditionally

2020-05-20 Thread Saq Imtiaz
Eg: <$list filter="""[length[]match[9]then[short]else[long]]""" variable="type"/> {full code here} On Wednesday, May 20, 2020 at 6:28:11 PM UTC+2, Saq Imtiaz wrote: > > Many combinations of list and set widgets can be used, but this basic i

[tw5] Re: Set value of a variable conditionally

2020-05-20 Thread Saq Imtiaz
Many combinations of list and set widgets can be used, but this basic idea is probably what you need: [length[]match[9]then[short]else[long]] On Wednesday, May 20, 2020 at 6:19:59 PM UTC+2, Tony K wrote: > > I can't figure out how to set the value of a variable based on a specific > condition s

[tw5] Re: Stroll and NoteSelf together?

2020-05-20 Thread Saq Imtiaz
Does Noteself load tiddlers on demand? If so, getting Stroll to work with it may be a challenge. Here's another option for an online hosted node version of Stroll: https://dynalist.io/d/VA2eH2p8x8-beDiyYJV04YA9 On Wednesday, May 20, 2020 at 3:42:27 AM UTC+2, Christian Perez wrote: > > I've been

[tw5] Re: Query: What is Markdown? Which implementation do you use?

2020-05-20 Thread Saq Imtiaz
Note that you can enable [[...]] style prettylinks by adding on to the end of that pragma. I haven't checked, but would think they would then show up in backlinks. It's not markdown syntax, but seems that a lot of markdown users are used to this syntax too. -- You received this message becau

[tw5] Re: Query: What is Markdown? Which implementation do you use?

2020-05-20 Thread Saq Imtiaz
Since this is related, I'll mention here that the markdown plugin from the official library will try to parse wikitext, after markdown. So you can get the best of both worlds, markdown and macros/transcludes, or disable this feature. This is what wikitext features are enabled by default: https:

[tw5] Re: Markdown plugin breaking static site render

2020-05-20 Thread Saq Imtiaz
Consider using the official markdown plugin instead, via Settings -> Plugins On Tuesday, May 19, 2020 at 12:11:15 AM UTC+2, Mike Tannenbaum wrote: > > Hi everyone, > > I'm new here and have been immersing myself in TW for the past week or so. > Thanks for sharing so much in this group — it's been

[tw5] Re: Sharing Drift

2020-05-18 Thread Saq Imtiaz
Regarding updating from the pre-plugin versions: Maybe provide the code for a button that deletes all prefix $:/ak/drift - tiddlers before installing the plugin? You just need a button and an action-deletetiddler widget. The latter accepts

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

2020-05-17 Thread Saq Imtiaz
will make it attractive to those who enjoy Roam but are concerned >> about privacy issues for some of their information, or who won't be able to >> afford Roam when it begins charging a subscription. >> >> Thank you to everyone who gave me feedback during the experimen

<    5   6   7   8   9   10   11   12   13   >