[tw5] Re: New plugin: Highlight searched text

2019-11-13 Thread HC Haase
tirsdag den 12. november 2019 kl. 22.31.36 UTC+1 skrev bimlas: > > I think I fixed the bug, please check the "settings/SETTINGS" tab of the > latest version. > > https://bimlas.gitlab.io/tw5-highlight-searched-text/ > Thank you bimlas.. this is a nice solution, however it cant find my search

Re: [tw5] Re: New plugin: Highlight searched text

2019-11-13 Thread bimlas
If you are interested in finding a "find-in-page" please follow the developments here. Ideas and comments are welcome! https://github.com/bimlas/tw5-highlight-searched-text/issues/1 -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

Re: [tw5] Re: Export PDF, Doc, Docx Plugin

2019-11-13 Thread TonyM
If you select all in a word doc and copy and past it into a regular tiddler you will get unformatted text. If you copy and past into ckediter It should retain the formatting but in html. There are dozens of ways to transfer content via intermediate formats. Even online tools to open most

Re: [tw5] Re: Export PDF, Doc, Docx Plugin

2019-11-13 Thread HC Haase
onsdag den 13. november 2019 kl. 08.37.48 UTC+1 skrev Sycom: > > Hello, > > You won't have much success with this request I'm afraid. As far as I know > there are bounties on xsl converters for docx / HTML / markdown / odt etc. > And nobody hunting... > > So I guess that free (hard) work on a

[tw5] Re: How to create mutually exclusive checkboxes?

2019-11-13 Thread Hubert
Hi, You need to wrap your tag related widget messages in the fieldmangler widget. Working code below: \define uncheck-high-priority() <$fieldmangler> <$action-sendmessage $message="tm-remove-tag" $param="high-priority"/> \end \define uncheck-low-priority() <$fieldmangler> <$action-sendmessage

[tw5] Re: Making navigation buttons using system images

2019-11-13 Thread A Gloom
we here at the WikiWichery may have something... first we must initiate the uninitiated, repeat the ecsoteric words... Double, double toil and trouble; Fire burn and caldron bubble. Tag of code and toe of frog, Wikitext and tongue of prog, For a code of powerful trouble, Like a hell-broth boil

[tw5] Re: Best method to update date fields in tiddlers?

2019-11-13 Thread A Gloom
My idea is to have the due-dates shown by using the https://tiddlywiki.com/static/days%2520Operator.html days filter. The days filter can filter on any field which has a date in it (provided that the date is put in a specific format). So the plan is that the task tiddlers will have their

[tw5] Re: workaround for apache webdav

2019-11-13 Thread Daimon Eu
Yes it's working with gzip! I've also tried this client-side workaround: self.etag = etag.replace(/^W\//,""); -> self.etag = self.etag.replace(/-gzip/,""); I've added the second line to $:/core/modules/savers/put.js and the effect is the same as modifying the server conf.

[tw5] Do storyviews work with vanilla theme?

2019-11-13 Thread A Gloom
I never notice storyviews animations-- like pop for lists-- is that because I use vanilla theme which minimizes animations? -- 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: Do storyviews work with vanilla theme?

2019-11-13 Thread PMario
On Wednesday, November 13, 2019 at 10:55:40 AM UTC+1, A Gloom wrote: > > I never notice storyviews animations-- like pop for lists-- is that > because I use vanilla theme which minimizes animations? > Some animations have been added recently. ... So thy may have not been there in older

[tw5] Re: New plugin: Highlight searched text

2019-11-13 Thread bimlas
HC Haase, > Thank you bimlas.. this is a nice solution, however it cant find my search > tiddler :( this is wired > Sorry, I was probably ambiguous in the description of the plugin (can anyone translate the text for me to make it clearer?): "find-my-search-tiddler" should be typed in the

[tw5] Re: New plugin: Highlight searched text

2019-11-13 Thread HC Haase
Thank you so much bimlas! works well now. here is a proposal for the wording: To find the tiddler that stores the search string, make a search for find-my-search-tiddler > in your standard search field (e.g. in the sidebar). The tiddler will be > shown bellow. > onsdag den 13. november

[tw5] Re: Reordering Tags

2019-11-13 Thread mageykun
Well, at the very least, I now know $:/core/ui/ViewTemplate/tag is what needs to be altered. One possible workaround: if filtering based off a centralized list doesn't work, could I just alter the sort instead? Say, define a new field "tagpriority" and assign a value in this field for the

[tw5] Re: Reordering Tags

2019-11-13 Thread Eric Shulman
On Wednesday, November 13, 2019 at 6:47:12 AM UTC-8, mageykun wrote: > > As far as I can tell, the main issue here is > > filter="[all[current]tags[]] +[enlist{MyTagOrder}]" > DOESN'T return "all current tags that also appear in MyTagOrder" as one > might expect (it always returns the contents

Re: [tw5] Anyone good with bookmarklets? QUick config of tiddlywikis

2019-11-13 Thread TonyM
Jeremy et al, As you say; A JavaScript bookmarklet cannot in general read files from the local disk. > However node and TiddlyServer as an example can host files at local urls and I found the following that I am not sufficiently skilled to use Reference External Resources from your

[tw5] Re: feather-icons not visible when export tiddler

2019-11-13 Thread TonyM
Markus, I do not have an immediate answer but I believe open in new windows is not including references to variables and stylesheets that are normally included when displaying tiddlers in the main body of tiddlywiki. Perhaps the gap is to do with page variables and stylesheets that are

[tw5] ICal's ".ics" File: Conversion of Standards-Based Data Objects to Tiddlers

2019-11-13 Thread Brian Litman
Further to the theme of portability and privacy (especially if encrypted) I wonder if there exists any historical work on a converter that will read an *.ics calendar file and turn it into a "Date-Formatted" Tiddler? If I could code, I'd write it myself. TiddlyWiki is my new attempt to

[tw5] Re: Themes (or Good Virgin TiddlyWiki "Baseline HTMLs)

2019-11-13 Thread TonyM
Brian, A lot of designers have done this. Many are published under tiddlyspot and many in their own domain addresses often as demos or editions. Start with a search at tiddlywiki.com then a search in the tiddlywiki forum. The truth is we could revisit having a central index however when

[tw5] Re: A TIDDLYWIKI AS CONTACT MANAGER: Replacing VCF Cards with Tiddlers

2019-11-13 Thread Brian Litman
Thx, Tony. I will take a look but I am actually less interested in QR than being able to config TWK to serve as a independent Contacts DB *and DIALER.*Unfortunately, I am not a coder and can't make the Android telto: connection work with TWK on my own. :( >>> B

[tw5] Re: Proof of concept: Sticky Notes in Tiddlywiki

2019-11-13 Thread Markus Adler
Look's cool! I would change the font of the StickyNotes. Am Mittwoch, 13. November 2019 21:28:39 UTC+1 schrieb Mohammad: > > This is a proof of concept to create sticky notes in Tiddlywiki! > It is an idea and hopefully will be completed later on! > > > Demo:

[tw5] Coding a Tiddler to "Call" Dialer in Devices

2019-11-13 Thread Brian Litman
In many apps this is done via *tel: *or *telto:* but I am hell bent on creating a TiddlyWiki that replaces my contact management across all devices. Free from prying Google eyes. (or worse.) This would really be of great utility. >>> B <<< -- You

[tw5] Re: Proof of concept: Sticky Notes in Tiddlywiki

2019-11-13 Thread 'Mark S.' via TiddlyWiki
That's amazing! Suggestions -- Find a "cork-board" background for the notes. The notes would be most useful when opened in their own window. But if you try that, the "pins" are chopped off. Perhaps have a way to start the notes lower on the page, so they fit completely in their own window?

[tw5] Re: workaround for apache webdav

2019-11-13 Thread PMario
On Wednesday, November 13, 2019 at 7:52:30 PM UTC+1, Daimon Eu wrote: > > Yes it's working with gzip! I've also tried this client-side workaround: > > self.etag = etag.replace(/^W\//,""); > -> self.etag = self.etag.replace(/-gzip/,""); > > I've added the second line to

[tw5] Re: Proof of concept: Sticky Notes in Tiddlywiki

2019-11-13 Thread TonyM
Looking beautiful again Mohammad, - Perhaps an option on the "pin" to remove the pin (not complete the item), and or choose the colour of the pin? You should win the "extensive contribution to beautifying tiddlywiki award" Regards Tony On Thursday, November 14, 2019 at 7:28:39 AM

[tw5] Re: How to create mutually exclusive checkboxes?

2019-11-13 Thread si
Thank you both for your help! On Wednesday, November 13, 2019 at 10:25:22 AM UTC, Luis Gonzalez wrote: > > If you want mutually excluded check boxes the easiest way is doing with > fields: > > <$checkbox field="priority" checked="low"/> Low task > <$checkbox field="priority" checked="medium"/>

[tw5] Re: How to create multiple entries in a data tiddler?

2019-11-13 Thread 'Mark S.' via TiddlyWiki
Joshua's site says that the improved "indexes" filter will return all paths. So IF you have the same number of entries for each nested group, then you can divide by that number and add one to get the next number in the sequence: <$list filter="[[myData]indexes[]count[]divide[2]add[1]]"

[tw5] Automated Conversion of Raw Text to Basic Tiddler (for later enhancement)

2019-11-13 Thread Brian Litman
Does there exist such a utility usable on "prepped" text files or text in paragraphs or x-number of lines of separation? Please kindly advise . ### -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: feather-icons not visible when export tiddler

2019-11-13 Thread Markus Adler
I tried your Solution but it does not work good for me. I'm playing around with some print-workflows: - Printing from "open in new window" | Layout good | icons not visible - Printing after "export to HTML" | Layout bad | icons visible - Printing TW-Funktion "print the current page" |

[tw5] Themes (or Good Virgin TiddlyWiki "Baseline HTMLs)

2019-11-13 Thread Brian Litman
Does there exist a *working* repository of forum members nice works of TiddlyWiki's of various design and functionality? Last link I tried (can't recall now) resolved to dead end. As Wordpress authors proudly serve up their creative output - why not experienced T-Wikians?? ### -- You

[tw5] Re: Shared, synced collection of macros between multiple wikis?

2019-11-13 Thread TonyM
David, The update process across wikis is like being able to update all word documents on your hard drive. Here some designer type notes, the first components you need are; - Create a set or bundle of the items you wish to distribute to more than one wiki - Get each wiki to subscribe

[tw5] Re: How to create multiple entries in a data tiddler?

2019-11-13 Thread TonyM
Mark perhaps each time you add a tiddler to the data tiddler you increment a key number and use it as the key, even in a field on the data tiddler If you delete a tiddler it will just be a missing key. If you use a button to add new tiddlers you can make use of the button to trigger an event

[tw5] Re: How to create mutually exclusive checkboxes?

2019-11-13 Thread TonyM
Of course the standard method for this is the radio button. It uses fields not tags https://tiddlywiki.com/#RadioWidget Regards Tony On Wednesday, November 13, 2019 at 8:40:09 AM UTC+11, si wrote: > > I have a 'task' tiddler that displays checkboxes to indicate the priority > of the task: > >

[tw5] Re: More math: standard-metric converter

2019-11-13 Thread HansWobbe
On Monday, November 11, 2019 at 11:09:42 PM UTC-5, A Gloom wrote: > > ... > > Too late, I'm sidetracked-- we'll now will have the RagsCalculator with > customizable Hans keys :) > > oooh, something else to delve into... > Gloom: I am honored that there may be Hans keys. After 50 years

Re: [tw5] Re: feather-icons not visible when export tiddler

2019-11-13 Thread Sylvain Comte
Well (not so much I'm afraid ;-). I don't see any good reason why feather plugins would have such an incidence on layout. I'll take a look at this and investigate some more. But : * I don't really get what good layout is in your example * You are using a customized stylesheet aren't you? Are you

[tw5] Re: Shared, synced collection of macros between multiple wikis?

2019-11-13 Thread TonyM
David, The update process across wikis is like being able to update all word documents on your hard drive. Here some designer type notes, the first components you need are; - Create a set or bundle of the items you wish to distribute to more than one wiki - Get each wiki to subscribe

[tw5] Re: How to create multiple entries in a data tiddler?

2019-11-13 Thread 'Mark S.' via TiddlyWiki
Yeah. That's a good idea. On Wednesday, November 13, 2019 at 3:32:54 PM UTC-8, TonyM wrote: > > Mark perhaps each time you add a tiddler to the data tiddler you increment > a key number and use it as the key, even in a field on the data tiddler > > If you delete a tiddler it will just be a

[tw5] Re: How to create mutually exclusive checkboxes?

2019-11-13 Thread 'Mark S.' via TiddlyWiki
I wonder if you can use CSS to make it look like checkboxes? On Wednesday, November 13, 2019 at 3:40:38 PM UTC-8, TonyM wrote: > > Of course the standard method for this is the radio button. It uses fields > not tags > > https://tiddlywiki.com/#RadioWidget > > Regards > Tony > > On Wednesday,

Re: [tw5] [TW5] AWS Plugin and external modules

2019-11-13 Thread Philip Wonski
Jeremy, Following up on this, I believe I have imported the module without issue (verified by checking the index.js output of ``--build lambda`` ). However, testing the Lambda in AWS still throws an error. It seems the issue is that my javascript macro that makes the AJAX call is actually

[tw5] Re: Automated Conversion of Raw Text to Basic Tiddler (for later enhancement)

2019-11-13 Thread TonyM
More details would help Wrapping text in """ triple quotes """ will retain all line feeds. An editorToolbar button to wrap all lines in the html paragraph is another solution eg paragraph or single line Once all the paragraphs are within the html p tag you could apply css to to change the way

[tw5] Re: ICal's ".ics" File: Conversion of Standards-Based Data Objects to Tiddlers

2019-11-13 Thread TonyM
Brian, My comments on VCF largely apply to ics as well. From Google Calendar I exported a zip of all my calendar files. Dropping an ics on tiddlywik imports it as text. It looks like a data dictionary tiddler however it re-uses the same key names for each calendar entry. ics files can be

[tw5] Re: Coding a Tiddler to "Call" Dialer in Devices

2019-11-13 Thread TonyM
Brian, Its a simple matter of crafting an appropriate link using html 1-847-555- or Call <>or In your wiki on a device that knows how to phone should work. I just tested in on tiddlywiki.com (Laptop cant dial) and on Tiddloid it works Regards Tony On Thursday, November 14, 2019 at

[tw5] Re: Proof of concept: Sticky Notes in Tiddlywiki

2019-11-13 Thread Mohammad
Markus, You can simply hack the css and use the font you like! or use the TW default font. On Thursday, November 14, 2019 at 1:43:30 AM UTC+3:30, Markus Adler wrote: > > Look's cool! > I would change the font of the StickyNotes. > > > Am Mittwoch, 13. November 2019 21:28:39 UTC+1 schrieb

[tw5] Re: Proof of concept: Sticky Notes in Tiddlywiki

2019-11-13 Thread Mohammad
Hi Mark, Yes, the notes in their own window have issue with first row! I will fix it For cork-board I will add optional css A sidebar and a button for new notes will be added Thanks for your comments --Mohammad On Thursday, November 14, 2019 at 2:16:21 AM UTC+3:30, Mark S. wrote: > > That's

[tw5] Re: Proof of concept: Sticky Notes in Tiddlywiki

2019-11-13 Thread Mohammad
Tony, I will gradually add more option! Yes being able to change the color and order is great! --Mohammad On Thursday, November 14, 2019 at 2:22:12 AM UTC+3:30, TonyM wrote: > > Looking beautiful again Mohammad, > > >- Perhaps an option on the "pin" to remove the pin (not complete the >

[tw5] Re: Making navigation buttons using system images

2019-11-13 Thread A Gloom
I applied the svg style to your macro and it seems to work \define scroll_buttons2(filterlimit: 1) .scroll_button {padding: 0px; font-size: 1.5em;} .scroll_button_div {display: table-cell; width: 5%;} .scroll_button_div svg{vertical-align:top;} [image: Clipboardscroll.jpg] -- You received

[tw5] Re: Proof of concept: Sticky Notes in Tiddlywiki

2019-11-13 Thread Birthe C
Hi Mohammad, Tony are right, you are beautifying tiddlywiki, and I do think that matters. I wonder though, not that they are in anyway alike, but there is already sticky notes: http://stickynotes.tiddlyspot.com/ Searching TiddlyWiki toolmap will not be easier. (I do realise the difficulties of

[tw5] Re: More math: standard-metric converter

2019-11-13 Thread A Gloom
> > > I am honored that there may be Hans keys. After 50 years of marriage, it > will be interesting to see how others might push my buttons :-) > > lol, 50? wow, just hiting 20-- Fri, the 13tth of Dec 2013 was the 13th anniversary-- and considering the wedding gift was a black cat... --

[tw5] Re: How to create mutually exclusive checkboxes?

2019-11-13 Thread TonyM
Mark, I wonder if you can use CSS to make it look like checkboxes? Do you mean radios, look like checkboxes? By design no, because a radio has two items, however a toggle button (2 masquerading as one) can look like anything. Including checkboxes and radios. Regards Tony > -- You

[tw5] Re: Themes (or Good Virgin TiddlyWiki "Baseline HTMLs)

2019-11-13 Thread A Gloom
Brian Themes (or Good Virgin TiddlyWiki "Baseline HTMLs) Does there exist a *working* repository of forum members nice works of TiddlyWiki's of various design and functionality? As Wordpress authors proudly serve up their creative output - why not experienced T-Wikians?? ### reading these

[tw5] Re: [TW5] Wiki opens to blank screen

2019-11-13 Thread Jon
Hi, this happenned again yesterday but fortunately I could rely on Mario's backups to retrieve an up to date copy. I was using a laptop and would have closed the lid with the browser still open which would be my normal practice (although I appreciate it might not be the best and I have been