[tw5] Re: How do you put icons onto ur tags?

2020-08-30 Thread jin
Haha, noted tony :)) On Monday, 31 August 2020 at 09:47:55 UTC+8 Charlie Veniot wrote: > Totally understood. > > I suppose I'm a total sucker for punishment and continue to use at my own > risk. > > Well, until it bites me in the caboose. > > For now, I just can't help myself. For example, I

[tw5] Re: Can I still retrieve my Wiki? (Internal Javascript Error)

2020-08-30 Thread jin
Many thanks guys, I tried Mr. Eric's reply and it worked! I can retrieve some tiddlers and just transfer it onto another. Thanks again! On Monday, 31 August 2020 at 10:20:55 UTC+8 Eric Shulman wrote: > On Sunday, August 30, 2020 at 8:41:57 AM UTC-7, jin wrote: >> >> So an Internal Javascript

Re: [tw5] Re: How to keep multiple wikis running on node.js without terminal up

2020-08-30 Thread Morgaine O'Herne
Thanks Rob. I think #2 is the best I can do for the wikis on my own computer, given my current skill level. If someone could simplify this for me, I'd be most grateful. Thanks. On Sun, Aug 30, 2020 at 9:20 PM Rob Hoelz wrote: > Hello! > > This is how I approach that: > > 1) Each wiki has a

[tw5] Re: How to keep multiple wikis running on node.js without terminal up

2020-08-30 Thread Rob Hoelz
Hello! This is how I approach that: 1) Each wiki has a script in the same directory as tiddlywiki.info - all it does is check that the installed TiddlyWiki version matches what's in package-lock.json, set the TIDDLYWIKI_PORT environment variable, and invoke ./node_modules/.bin/tiddlywiki.

[tw5] How to keep multiple wikis running on node.js without terminal up

2020-08-30 Thread Morgaine O'Herne
Hi all. I have 3 wikis running on node.js on my computer. They each connect through a different port number. I want to be able to access any of them in the browser at any time without pulling up the terminal. I believe I remember doing this before, but I don't know how. How do I make my wikis

[tw5] Re: Can I still retrieve my Wiki? (Internal Javascript Error)

2020-08-30 Thread Eric Shulman
On Sunday, August 30, 2020 at 8:41:57 AM UTC-7, jin wrote: > > So an Internal Javascript Error apeared while I was editing my wiki and I > saved all the things I did then closed the tab. > > The problem is when I opened the file I saved and put in the password, at > the top it says "A web page

[tw5] Re: [TW5] New Plugin: Simple Search

2020-08-30 Thread Zhe Lee
Thank you~ On Saturday, August 29, 2020 at 6:38:41 PM UTC+8, Thomas Elmiger wrote: > > Hi again, I had to search for that myself ... this should do the trick: > > In $:/plugins/telmiger/simple-search/SearchResultsOther replace > > sort[title] => !sort[modified] > > In

[tw5] Anyway to run python in tiddlywiki like jupyter?

2020-08-30 Thread Zhe Lee
I need to run some lightweight snippet code of python. If it can be done in tiddlywiki will be great. Anyway to do it? I want it somehow like jupyter. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: Regex help please for /* comments */

2020-08-30 Thread TW Tones
Mark, Thanks, this led to the solution, but I think it was my code, not the method, I had used define to define the open/close. FYI: Here is it now working <$vars open-comment="/*" close-comment="*/"> <$list filter="[[$:/PSaT/author-styles/stylesheet]get[text]splitregexp[\n]prefix[.]]"

[tw5] Re: Can I still retrieve my Wiki? (Internal Javascript Error)

2020-08-30 Thread Charlie Veniot
I doubt this will be of much help. What the heck ... The only time I've ever had an internal Javascript Errors (since I started using TiddlyWiki a few years ago) happened with Internet Explorer. If you are using Internet Explorer, try seeing if you still have problems with your TiddlyWiki

[tw5] Re: How do you put icons onto ur tags?

2020-08-30 Thread Charlie Veniot
Totally understood. I suppose I'm a total sucker for punishment and continue to use at my own risk. Well, until it bites me in the caboose. For now, I just can't help myself. For example, I really love this (one of many simple/light yet really nice visual cues): [image: Screenshot

[tw5] Re: Regex help please for /* comments */

2020-08-30 Thread 'Mark S.' via TiddlyWiki
I'm not sure if you need regexpsplit for this. This worked for me: <$vars split1="/*" split2="*/"> {{{ [{test}splitnth[2]splitnth[1]] }}} where test contains This is some text with an /* embedded comment */ in it. If you really needed regexpsplit, then you would need to escape the asterisk

[tw5] Regex help please for /* comments */

2020-08-30 Thread TW Tones
Hi, Can someone please tell me the regexp so I can test for open and close comment in a line? eg; something1 something2 /* comment */ something3 I want to extract the content between /* and */ eg splitregexp[/*]rest[]splitregexp[*/]first[] I can't define a macro containing /* as it is

[tw5] Re: Bob - syncing tid files on WIndows 10

2020-08-30 Thread SteveH
I'm using Bobwin.exe 1.6.0b1. In an attempt to track down my problem with syncing, I copied Bobwin.exe to a new directory. After running it, I created a new Empty edition wiki. When I now create a New Tiddler I'm getting a red warning at the bottom of the page saying 'Warning connection to

[tw5] Re: Information Componentization, Elemental Tiddlers, Aggregation Tiddlers, and Elemental Tiddler Links

2020-08-30 Thread TW Tones
Charlie, Some responses inline > > Dang, that was well put. > Thanks, but its just a result of career in information tech and information management for real people. > > I usually find it really challenging to put into words the thoughts > swirling around in this sponge o' mine. Whenever

[tw5] Re: Can I still retrieve my Wiki? (Internal Javascript Error)

2020-08-30 Thread TW Tones
Jin, Since we are not sure what broke this is a big subject but we can often recover a wiki the two top methods are - Use safe mode - Single file wikis - You can edit the HTML File with an editor and delete offending code - Server installs you

[tw5] Re: How do you put icons onto ur tags?

2020-08-30 Thread TW Tones
Jin and Charlie, Can I please suggest "simply avoid special characters in Tiddlywiki titles". That is why the icon and caption fields are available. The Tiddlertitle is the "key" to information in tiddlywiki keeping them simple and easy to list and search. - I could write an essay to back

[tw5] Re: Information Componentization, Elemental Tiddlers, Aggregation Tiddlers, and Elemental Tiddler Links

2020-08-30 Thread Charlie Veniot
G'day Tones, Dang, that was well put. I usually find it really challenging to put into words the thoughts swirling around in this sponge o' mine. Whenever I find something written (by some really skillful folk), I can't help but get excited with a happy "That's it! That's what I was

[tw5] Can I still retrieve my Wiki? (Internal Javascript Error)

2020-08-30 Thread jin
So an Internal Javascript Error apeared while I was editing my wiki and I saved all the things I did then closed the tab. The problem is when I opened the file I saved and put in the password, at the top it says "A web page is slowing down your browser. What would you like to do?" and then in

[tw5] Re: Importing a tiddler written with python?

2020-08-30 Thread amreus
Just a suggestion: I wouldn't build the json string manually. I would use a python dict and add the key/value pairs, then let the JSON library serialize it as a json string. It's the same idea I use only in Ruby for converting my gedcom files to tiddlers. On Thursday, August 27, 2020 at

[tw5] Re: How do you put icons onto ur tags?

2020-08-30 Thread jin
Thank you Charlie! On Sunday, 30 August 2020 at 23:25:43 UTC+8 Charlie Veniot wrote: > Hey Justine, > > 'Tis the fun of experimentation, eh? > > Sorting could be done via some custom Tiddler field instead of by Tiddler > title, but that sounds like a pain in the caboose to me (i.e. largely >

[tw5] Re: How do you put icons onto ur tags?

2020-08-30 Thread Charlie Veniot
Hey Justine, 'Tis the fun of experimentation, eh? Sorting could be done via some custom Tiddler field instead of by Tiddler title, but that sounds like a pain in the caboose to me (i.e. largely duplicating tiddler titles in some fields just for the purpose of sorting.) Icons as suffixes is

[tw5] Re: How do you put icons onto ur tags?

2020-08-30 Thread jin
Hi Charlie, I just tried the unicode characters, funnily enough the lists didn't sort alphabetically! Haha thanks for the hack, I'll put it as suffix now On Sunday, 30 August 2020 at 22:31:56 UTC+8 Charlie Veniot wrote: > Now it is just a matter of finding the time and the means of

[tw5] Re: How do you put icons onto ur tags?

2020-08-30 Thread Charlie Veniot
Now it is just a matter of finding the time and the means of re-attaching that pulled out hair. Please forward any tips ! Unicode characters: keep in mind they may look a little different from device/browser to device/browser (that can be a slight cognitive "what the *{blank}* ?"). And, if

[tw5] Re: How do you put icons onto ur tags?

2020-08-30 Thread jin
Hello guys, Sorry I keep deleting messages. Anyways, thank you for your recommendations, I'll definitely try to use it. I didn't know that http://fa5-free-svg.tiddlyspot.com/ was what I'm looking for because what I know is this link:

[tw5] Re: How do you put icons onto ur tags?

2020-08-30 Thread jin
Oh wow thank you for this, didn't know that this is what I am looking for. Will definitely use it, thanks again! On Sunday, 30 August 2020 at 21:14:39 UTC+8 TW Tones wrote: > Jin, > > Never go days troubled by Tiddlywiki, make sure you ask here before you > pull your hair out. > > Here you

[tw5] Re: How do you put icons onto ur tags?

2020-08-30 Thread Charlie Veniot
BTW, total side note: I rather like how a colorful unicode character in a tag makes that tag "pop" when editing a tiddler. (I appreciate "visual cues"; nice cognitive helpers. ) For example: [image: Screenshot 2020-08-30 at 10.52.37 AM.png] On Sunday, August 30, 2020 at 10:47:32 AM UTC-3,

[tw5] Re: How do you put icons onto ur tags?

2020-08-30 Thread Charlie Veniot
G'day jin, As one with a receding hairline, I definitely recommend avoiding any struggle beyond an hour or two ... This may be too simplistic, but I rather like no-fuss-no-muss-good-enough solutions, so I throw it out there as an idea. Could unicode characters be of use to you? Copying and

[tw5] Re: Import Image Keyboard Shortcut

2020-08-30 Thread jin
I tried what you said and wow, I didn't know I wanted that haha, thank you!! On Sunday, 30 August 2020 at 21:13:30 UTC+8 harut...@gmail.com wrote: > I did something similar with my wiki, using a toolbar tiddler: > > tags > $:/tags/EditorToolbar > body > <$action-sendmessage >

[tw5] Re: How to: adding comments in wiki text

2020-08-30 Thread TW Tones
Checkout my recent post in https://groups.google.com/forum/?oldui=1#!topic/tiddlywiki/WWKlkMR-zfs Tones On Sunday, 30 August 2020 02:15:03 UTC+10, Charlie Veniot wrote: > > Just a quick update. I like adding a colorful unicode character (here I'm > using a little bit obnoxious "") to help

[tw5] Re: Information Componentization, Elemental Tiddlers, Aggregation Tiddlers, and Elemental Tiddler Links

2020-08-30 Thread TW Tones
Thanks for Sharing your thoughts, Cognitive overload is something we can all suffer from. Some aspects of Tiddlywiki cause this and this is where I believe development would do well to focus on. Your focus will no doubt contribute to this thinking. There are other complex fields such as

Re: [tw5] Re: Using TiddlyDesktop on Linux

2020-08-30 Thread Birthe C
On the desktop right click somewhere and select shortcut. Mine look like this: [image: Tdekstop.png] I hope you will find your way and it will work for you too, Good luck, Birthe -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: How do you put icons onto ur tags?

2020-08-30 Thread TW Tones
Jin, Never go days troubled by Tiddlywiki, make sure you ask here before you pull your hair out. Here you will find font-awesome converted to tiddlywiki SVG tiddlers http://fa5-free-svg.tiddlyspot.com/ These can be used as icons including on tags Or transcluded {{$:/images/fa5/solid/ghost}}

[tw5] Re: Import Image Keyboard Shortcut

2020-08-30 Thread kebi
I did something similar with my wiki, using a toolbar tiddler: tags $:/tags/EditorToolbar body <$action-sendmessage $message="tm-edit-text-operation" $param="replace-selection" text="[img width=100 []]" /> fields condition :[!has[type]] [type[text/vnd. tiddlywiki]] shortcuts:

Re: [tw5] Re: Using TiddlyDesktop on Linux

2020-08-30 Thread Birthe C
Lovely what a relief. Now for tiddlydesktop. I'll never be a terminal acrobat I am afraid. I use the graphical approach, but I am using a Danish version, not really sure how to describe. Right click your file, and you should see something like this: [image: MakeExe.png] I'll be back, when I

Re: [tw5] Re: Using TiddlyDesktop on Linux

2020-08-30 Thread Robert Jopling
Birthe I have Timimi saving now. Thanks for the tip. Rob. On Sun, 30 Aug 2020 at 13:36, Birthe C wrote: > Github pages are readable again https://ibnishak.github.io/Timimi/ > > > Birthe > > > On Sunday, August 30, 2020 at 1:57:51 PM UTC+2, Birthe C wrote: >> >> Rob, >> >> Unfortunately github

[tw5] Re: Import Image Keyboard Shortcut

2020-08-30 Thread jin
Oops I meant Import On Sunday, 30 August 2020 at 20:43:30 UTC+8 jin wrote: > > I have already done: > > o Creating a tiddler named "$:/config/shortcuts/Import-Image" with > ctrl-shift-K as content > o Creating a tiddler named "$:/config/ShortcutInfo/Import Image with the > same info as int the

[tw5] Import Image Keyboard Shortcut

2020-08-30 Thread jin
I have already done: o Creating a tiddler named "$:/config/shortcuts/Import-Image" with ctrl-shift-K as content o Creating a tiddler named "$:/config/ShortcutInfo/Import Image with the same info as int the tools I also created a tiddler named "$:/config/MyKeyboardShortcuts/Import-Image" with

Re: [tw5] Re: Using TiddlyDesktop on Linux

2020-08-30 Thread Robert Jopling
Many thanks Birthe Any types on how to make nw executable and how to create the desktop icon. You are dealing with a rookie here! Rob On Sun, 30 Aug 2020 at 13:07, Birthe C wrote: > Rob, > > I have used Tiddlydesktop 0.14 a few times. I am using linux Mint Mate 20. > I had to make sure NW was

Re: [tw5] Re: Using TiddlyDesktop on Linux

2020-08-30 Thread Birthe C
Github pages are readable again https://ibnishak.github.io/Timimi/ Birthe On Sunday, August 30, 2020 at 1:57:51 PM UTC+2, Birthe C wrote: > > Rob, > > Unfortunately github pages is down at the moment. For timimi you need not > only the browser extension but also to install a download from

[tw5] Re: Using TiddlyDesktop on Linux

2020-08-30 Thread Birthe C
Rob, I have used Tiddlydesktop 0.14 a few times. I am using linux Mint Mate 20. I had to make sure NW was executable. Created an icon on the desktop and run it from there. That was the only way it would work. I remember at one point in time, that some compatibility file was missing in the

Re: [tw5] Re: Using TiddlyDesktop on Linux

2020-08-30 Thread Birthe C
Rob, Unfortunately github pages is down at the moment. For timimi you need not only the browser extension but also to install a download from github. The instruction for that is on github pages Birthe -- You received this message because you are subscribed to the Google Groups

[tw5] Re: RFC Request for Comment - color intuitions

2020-08-30 Thread Birthe C
JD, Thank you for showing us. It is amazing. One quick view at your timeline and you will have lots of information. Birthe -- 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] Re: How do you put icons onto ur tags?

2020-08-30 Thread jin
Hello, sorry I just figured out that I have to import jpg/svg/png/ico files to use it as an icon. I was confused because I imported FontAwesome and expect it to have the icons I need in the tag manager so I just disabled the plugin. Anyways, thank you. On Sunday, 30 August 2020 at 17:27:12

Re: [tw5] Re: How do you put icons onto ur tags?

2020-08-30 Thread jin
Hello, I have figured that I guess I'll just import png images for my icons in tag manager. I'll just disable FontAwesome, it doesn't really work for me... On Sun, Aug 30, 2020, 5:27 PM Eric Shulman wrote: > On Sunday, August 30, 2020 at 2:03:45 AM UTC-7, jin wrote: >> >> I have been struggling

Re: [tw5] Re: Using TiddlyDesktop on Linux

2020-08-30 Thread Robert Jopling
Have tried Timimi in Firefox and Vivaldi and got an error message when attempting to save. 'Attempt to post message on disconnected port' ??? Rob On Sun, 30 Aug 2020 at 10:58, Robert Jopling wrote: > Hi Mark > > Thanks for your response. I have read about problems others have had. > > I tried

Re: [tw5] Re: Using TiddlyDesktop on Linux

2020-08-30 Thread Robert Jopling
Hi Mark Thanks for your response. I have read about problems others have had. I tried v 13 and I got the following message but no luck Created new window in existing browser session. [27265:27290:0830/105343.422256:ERROR:browser_gpu_channel_host_factory.cc(121)] Failed to launch GPU process.

[tw5] Re: How do you put icons onto ur tags?

2020-08-30 Thread Eric Shulman
On Sunday, August 30, 2020 at 2:03:45 AM UTC-7, jin wrote: > > I have been struggling about this for days and I don't want to ignore it > anymore. I have already imported Font Awesome onto my wiki but how can I > put an icon on my tags? It doesn't seem to work on my wiki and all that I > can

[tw5] How do you put icons onto ur tags?

2020-08-30 Thread jin
I have been struggling about this for days and I don't want to ignore it anymore. I have already imported Font Awesome onto my wiki but how can I put an icon on my tags? It doesn't seem to work on my wiki and all that I can see are core icons -- You received this message because you are