[tw5] Re: using <$list filter= statement and have display items with hyperlink

2020-04-10 Thread A Gloom
<$list filter="[tag[Andrew C Frank]sort[title]]"> <$link/> -- 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

Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-04-10 Thread Mohammad
On Saturday, April 11, 2020 at 9:53:00 AM UTC+4:30, Peter Buyze wrote: > > Mohammad, if I understand well one should keep a list of the 3rd party > plug-ins installed and regularly check if there are updates, right? > Unfortunately yes! By way many of authors announce their update in this

Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-04-10 Thread 'Peter Buyze' via TiddlyWiki
Mohammad, if I understand well one should keep a list of the 3rd party plug-ins installed and regularly check if there are updates, right? I did not install Relink myself, it was there already, maybe because I am using TiddlyBlink. In the list of plug-ins in the Control panel, is there a way to

Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-04-10 Thread 'Peter Buyze' via TiddlyWiki
OK, thanks Mohammad. I still have to get used to operating that way.Thanks for your help. -- Securely sent with Tutanota. Get your own encrypted, ad-free mailbox: https://tutanota.com 11 Apr 2020, 08:03 by mohammad.rahm...@gmail.com: > Hi Peter, >  Relink is a third party plugin so you

Re: [tw5] using <$list filter= statement and have display items with hyperlink

2020-04-10 Thread 'Peter Buyze' via TiddlyWiki
This video should help too. https://www.youtube.com/watch?v=bu7JU4DjPrg -- Securely sent with Tutanota. Get your own encrypted, ad-free mailbox: https://tutanota.com 11 Apr 2020, 06:51 by bobj...@gmail.com: > I am trying to set upan index page for items that all share a common tag. > > The

Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-04-10 Thread Mohammad Rahmani
Hi Peter, Relink is a third party plugin so you need to go to its source page and download it and install it again! If you have this already, you have to reinstall! It is better to see what authors recommended. The link for downloading Relink can be found in the first post of this thread. Best

Re: [tw5] using <$list filter= statement and have display items with hyperlink

2020-04-10 Thread 'Peter Buyze' via TiddlyWiki
Is this what you mean: ```     <>     ``` Note: tag is the name I gave to the tiddler that lists all the tags I have used. For each tag there is a tiddler with the title of the tag, and it is tagged itself with "tag", the latter being the tiddler at the beginning of the previous sentence. I

Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-04-10 Thread Kalcifer Kandari
> > How does one update a plug-in? > I just dragged it from the demo site to my TiddlyWiki, the same as installing it in the first place. Kalcifer On Saturday, April 11, 2020 at 5:51:54 AM UTC+1, Peter Buyze wrote: > > How does one update a plug-in? I

Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-04-10 Thread 'Peter Buyze' via TiddlyWiki
How does one update a plug-in? I downloaded TW recently and am getting to know it. I just checked and it has version 1.5.3 of Relink. Or is the update done automatically with the next TW update? -- Securely sent with Tutanota. Get your own encrypted, ad-free mailbox: https://tutanota.com 11

[tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-04-10 Thread Kalcifer Kandari
I just tried it, Flibbles you are amazing. I might like this plugin better than TiddlyWiki5 core. Kalcifer On Saturday, April 11, 2020 at 3:27:50 AM UTC+1, Flibbles wrote: > > Rahul Kashyap & Kalcifer Kandari, > > Macro parameters can now be configured to relink as wikitext as of v1.8.0, >

[tw5] Re: Is there a plugin to Syntax Highlighting the wikitext in codemirror?

2020-04-10 Thread Lin Onetwo
Oh, seems its already been discussed here https://groups.google.com/forum/#!msg/tiddlywiki/JG7bDM-eMeU/Gemy_hDx9LcJ . I was searched using wrong keywords. 在 2020年4月11日星期六 UTC+8上午11:48:19,Lin Onetwo写道: > > There is syntax highlighting for JS, HTML and classic tw2 wikitext, even > Markdown, but

[tw5] Show Title of Tiddler with some Chars Trimmed from Front of String

2020-04-10 Thread TonyM
David First a short form of your above code is '<$link />' if item in the currentToddler but if you have the prefix you want to remove you can follow this code pattern and alter for your use case. '<$link to=<> >{{{ [all[current]removeprefix[prefix]]}}}` Or you can put the triple braces in a

[tw5] using <$list filter= statement and have display items with hyperlink

2020-04-10 Thread Bob Jansen
I am trying to set upan index page for items that all share a common tag. The statement I am using is Enter code here.<$list filter="[tag[Andrew C Frank]sort[title]]">* <$view field="title"/>.. This displays a list of tiddlers each with the tag 'Andrew C Frank' and each item has an * in

[tw5] Is there a plugin to Syntax Highlighting the wikitext in codemirror?

2020-04-10 Thread Lin Onetwo
There is syntax highlighting for JS, HTML and classic tw2 wikitext, even Markdown, but seems codemirror editor won't highlight tw5 wikitext when we writing `[[xxx]]` or `!! xxx` in the editor. Is it possible to highlight the syntax when we writing wikitext and macro? -- You received this

[tw5] Re: formatting tables through a view template

2020-04-10 Thread Lin Onetwo
Maybe you can try DynamicTable using <> https://ooktech.com/jed/ExampleWikis/DynamicTables/ 在 2020年4月11日星期六 UTC+8上午9:32:41,Robert Mastragostino写道: > > I assume that this is a simple question, but I couldn't find an answer in > the docs or searching through the forums. > > I have a tiddler

[tw5] Re: Tiddlywiki + Anki Cards?

2020-04-10 Thread Lin Onetwo
Hi, Mathew What do you mean by encoding strategies? Does it mean the way to organize the tiddler so they can provide better context in Anki so easier to remember? I'm also wondering about how I can struct info when import tiddler into Anki. Instead of just one Card per TIddler, I want to

[tw5] Show Title of Tiddler with some Chars Trimmed from Front of String

2020-04-10 Thread David
I'm inside a listWidget loop, and I am showing the tiddler title like so... <$link to=<>><> But in one particular group of tiddlers, I used a prefix like "Sled: Snow: BR-1000" The prefix is really awesome for that tree view thing. But I only want, in this list, to show "BR-1000" How do I

[tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-04-10 Thread Flibbles
Rahul Kashyap & Kalcifer Kandari, Macro parameters can now be configured to relink as wikitext as of v1.8.0, released tonight. Enjoy! Flibbles On Saturday, March 14, 2020 at 9:16:35 PM UTC-4, Rahul Kashyap wrote: > > Dear Flibbles, > > Thanks a lot for this plugin. This gives another reason

[tw5] Re: formatting tables through a view template

2020-04-10 Thread TonyM
The Red marker was not showing - try again On Saturday, April 11, 2020 at 11:41:26 AM UTC+10, TonyM wrote: > > Quick tip; > > See if it works after inserting a blank line after the list > > <$list filter="[is[current]tag[paper]]"> > > |!Author: |{{!!author}} | > |!Author2: |{{!!author2}} |x >

[tw5] Re: formatting tables through a view template

2020-04-10 Thread TonyM
Quick tip; See if it works after inserting a blank line after the list <$list filter="[is[current]tag[paper]]"> |!Author: |{{!!author}} | |!Author2: |{{!!author2}} | |!Link:|{{!!url}} | |!Notes:|{{!!notes}} | Then remove the unwanted blank at the end of the line

[tw5] formatting tables through a view template

2020-04-10 Thread Robert Mastragostino
I assume that this is a simple question, but I couldn't find an answer in the docs or searching through the forums. I have a tiddler type representing an academic paper, tagged with "paper", with a few fields as below. I want the display of this tiddler to automatically produce a table

[tw5] Re: Noto Emoji: Svg, Png, and Font

2020-04-10 Thread TonyM
Joshua This is very promising. Can I ask if you gave managed to pin down the difference between standard tiddlywiki svgs and those we acquire elsewhere? Even if I have to write it myself. It seems to me just a few facts and some related css would extend the usability of even the core svgs.

[tw5] Re: Tiddlywiki + Anki Cards?

2020-04-10 Thread matt medmedmedic
On Friday, April 10, 2020 at 2:31:44 PM UTC+5:30, Lin Onetwo wrote: > > I'm recently consider implement this, I will use nodeJS TiddlyWiki and > Anki Connect to do so. > > As new feature "Add a "filter" parameter to the GET > /recipes/default/tiddlers/tiddlers.json route to return a filtered

[tw5] Re: Noto Emoji: Svg, Png, and Font

2020-04-10 Thread Joshua Fontany
Thanks all! Right now I am focusing on the FontAwesome icons, and those found at https://game-icons.net/. The https://game-icons.net/ folks have built a very very cool "studio" react app that will load on each icon's page, and allows you to customize the icon colors, etc, and export a PNG.

[tw5] Re: Presenting: EditorMagic - the editor as an assistant

2020-04-10 Thread Lin Onetwo
Maybe you can write request about regex and the examples it should match in the github issue, and I can try to solve. 在 2020年4月10日星期五 UTC+8下午3:36:46,Mat写道: > > LinOnetwo wrote: >> >> where you can see macros on the right. >> > > My hope is for the popup to be at the caret position though. IMO >

[tw5] Re: Help deleting a problematic user field

2020-04-10 Thread 'Mark S.' via TiddlyWiki
Looks like maybe all the tiddlers have the field error. For what it's worth, I submitted an issue report at https://github.com/mklauber/tw-5eSRD-Monsters/issues/1 On Friday, April 10, 2020 at 9:19:42 AM UTC-7, Jalen MichalsLevy wrote: > > Thank you everyone here for your help! Since I

Re: [tw5] Re: Presenting: EditorMagic - the editor as an assistant

2020-04-10 Thread 林东吴
Hi, Mat: In notion's latest version, when you type / , a dowpdown menu full of searchable macros are shown at caret position. Several other note app also adapt this design. If you can achieve this, it would be great! And maybe I can help with Regex, I'm quite good at that. How do you develop

[tw5] Re: Possible to create new Tiddler with pre-filled Fields and Tags

2020-04-10 Thread scot
Hello S, yes you can use the type field. E.g. type="image/jpeg" title="" The text in between the quotes sets the title of the created tiddler. This is helpful if you have a number of tiddlers with similar titles. Task, Task 1, Task2, Report, Report2 etc. location/Context is a field which

[tw5] Re: Help deleting a problematic user field

2020-04-10 Thread Jalen MichalsLevy
Thank you everyone here for your help! Since I couldn't think of any reason these fields would have shown up from something I had done, I decided to make a new file and systematically add plugins until the bad field showed up. I was able to see all of the fields by using a tiddler with what Mat

Re: [tw5] Re: Trashbin plugin: New update with new features

2020-04-10 Thread Mohammad Rahmani
Jeremy can answer this question better than me! But - for third party plugins, you have to manually update them - the official plugins pushed when a new release of Tiddlywiki is available, so it seems there is no update between two releases Best wishes Mohammad On Fri, Apr 10, 2020

Re: [tw5] Re: Trashbin plugin: New update with new features

2020-04-10 Thread 'Peter Buyze' via TiddlyWiki
Yes, thanks Mohammad. Last thing: are plug-ins automatically updated in TW or does the user have to do it manually? If it is manual, how does one know there is an update? -- Securely sent with Tutanota. Get your own encrypted, ad-free mailbox: https://tutanota.com 10 Apr 2020, 17:59 by

Re: [tw5] Re: Trashbin plugin: New update with new features

2020-04-10 Thread Mohammad Rahmani
Good! Finally you got it working! Best wishes Mohammad On Fri, Apr 10, 2020 at 7:22 PM 'Peter Buyze' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > Ah, I did not delete in the View toolbar. My apologies. > > > 10 Apr 2020, 16:47 by mohammad.rahm...@gmail.com: > > Peter, > In control

Re: [tw5] Re: Trashbin plugin: New update with new features

2020-04-10 Thread 'Peter Buyze' via TiddlyWiki
Ah, I did not delete in the View toolbar. My apologies. 10 Apr 2020, 16:47 by mohammad.rahm...@gmail.com: > Peter, >  In control panel you have > > - View Toolbar > - Edit Toolbar > > Have you disabled the delete button in both toolbar? > > There is no need to reload! If you failed, try this on

[tw5] Re: Tiddly Extension for Firefox 57?

2020-04-10 Thread 'Mark S.' via TiddlyWiki
The polly project (https://github.com/Marxsal/polly/) has been looking for feedback from Mac users. Polly basically leverages the default download saver, restoring your files from the download directory to your original working directory. Alas, it uses Powershell as the intermediary tool, which

Re: [tw5] Re: Trashbin plugin: New update with new features

2020-04-10 Thread Mohammad
Peter, In control panel you have - View Toolbar - Edit Toolbar Have you disabled the delete button in both toolbar? There is no need to reload! If you failed, try this on empty.html from tiddlywiki.com and let me know if the issue is still there! --Mohammad -- You received this message

Re: [tw5] Re: Trashbin plugin: New update with new features

2020-04-10 Thread 'Peter Buyze' via TiddlyWiki
That's what I did twice but it does not work. -- Securely sent with Tutanota. Get your own encrypted, ad-free mailbox: https://tutanota.com 10 Apr 2020, 15:56 by mohammad.rahm...@gmail.com: > Peter, >  Goto $:/ControlPanel, Appearance tab, and select Toolbars >  Then from the Edit Toolbar,

[tw5] Re: Possible to create new Tiddler with pre-filled Fields and Tags

2020-04-10 Thread Sebastian Theilhaber
Hi Scot, I'm in no position to make and educated comment but playing with it showed interesting potential since a template can be produced on the basis of instructions rather than a 'template-tiddler'. Since I know nothing about any of those things 'under the hood' and I'm really interested

Re: [tw5] Re: Tiddlywiki and Edge Chromium: Issue of thick black borders on most input boxes

2020-04-10 Thread Mohammad Rahmani
Hi TT, Thank you for your confirmation. I think after update to 83, I encountered that issue! Best wishes Mohammad On Fri, Apr 10, 2020 at 4:49 PM TiddlyTweeter wrote: > Not for me on Edge 80.0.361 looking at pre-release. > > TT > > On Wednesday, 8 April 2020 18:42:16 UTC+2, Mohammad wrote:

Re: [tw5] Re: Trashbin plugin: New update with new features

2020-04-10 Thread Mohammad Rahmani
Peter, Goto $:/ControlPanel, Appearance tab, and select Toolbars Then from the Edit Toolbar, deselect the delete button! That's all! Best wishes Mohammad On Fri, Apr 10, 2020 at 5:04 PM 'Peter Buyze' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > On my tiddlers in the Edit toolbar

Re: [tw5] Re: Trashbin plugin: New update with new features

2020-04-10 Thread 'Peter Buyze' via TiddlyWiki
On my tiddlers in the Edit toolbar I now have 2 delete bins. In the Control panel I unchecked the one for "delete" and left the one for "move to trashbin". Then I saved, closed TW and reloaded. Nevertheless, the unchecked one stays in the Edit toolbar. How can I get rid of the one? 10 Apr 2020,

Re: [tw5] [semi-off-topic] Magazine layout

2020-04-10 Thread Jeremy Ruston
Hi Mat > I think there's a misunderstanding (it could be on my part): IMO the "outer > layout" is very much defined, and static, here. If a user is to add a > "sidebar" then this would not be done on this outer level but within the > "right" area. > > Referencing the proposal for a new TW

Re: [tw5] Re: Trashbin plugin: New update with new features

2020-04-10 Thread 'Peter Buyze' via TiddlyWiki
OK, 1.2.2 is now installed. Many thanks for your help and esp. your patience !! -- Securely sent with Tutanota. Get your own encrypted, ad-free mailbox: https://tutanota.com 10 Apr 2020, 15:21 by mohammad.rahm...@gmail.com: > You may need to refresh your browser! For most browser it is

Re: [tw5] Re: Trashbin plugin: New update with new features

2020-04-10 Thread Mohammad Rahmani
You may need to refresh your browser! For most browser it is ctrl+F5 The link I sent was correct. https://kookma.github.io/TW-Trashbin/ Best wishes Mohammad On Fri, Apr 10, 2020 at 4:45 PM 'Peter Buyze' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > Mohammad, that was 1.2.1. Your link

[tw5] Re: Tiddlywiki and Edge Chromium: Issue of thick black borders on most input boxes

2020-04-10 Thread TiddlyTweeter
Not for me on Edge 80.0.361 looking at pre-release. TT On Wednesday, 8 April 2020 18:42:16 UTC+2, Mohammad wrote: > > I use Tiddlywiki on Edge Chromium on Windows 10! > > Some of inputbox like Search on the sidebar, or > $:/ControlPanel Info/Basics have very thick black borders! > > Does anybody

Re: [tw5] Re: Trashbin plugin: New update with new features

2020-04-10 Thread 'Peter Buyze' via TiddlyWiki
Mohammad, that was 1.2.1. Your link is to 1.2.1 NOT to 1.2.2 Please tell me where to find 1.2.2. -- Securely sent with Tutanota. Get your own encrypted, ad-free mailbox: https://tutanota.com 10 Apr 2020, 15:12 by mohammad.rahm...@gmail.com: > Good! So, you got it working! > > > Best wishes

Re: [tw5] Re: Trashbin plugin: New update with new features

2020-04-10 Thread Mohammad Rahmani
Good! So, you got it working! Best wishes Mohammad On Fri, Apr 10, 2020 at 4:06 PM 'Peter Buyze' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > OK, I did the reload from TW with the circular button and that did not do > the trick, so, following your reply, I closed my TW and reopened

Re: [tw5] Re: Trashbin plugin: New update with new features

2020-04-10 Thread 'Peter Buyze' via TiddlyWiki
OK, I did the reload from TW with the circular button and that did not do the trick, so, following your reply, I closed my TW and reopened it, and that worked. Now, the link you sent me is where I downloaded from and it gave me 1.2.1. 10 Apr 2020, 14:24 by mohammad.rahm...@gmail.com: > Peter,

Re: [tw5] Re: Trashbin plugin: New update with new features

2020-04-10 Thread Mohammad Rahmani
Peter, Ones you delete a plugin, save your wiki and reload The latest update can be found at: - Demo: https://kookma.github.io/TW-Trashbin - Code: https://github.com/kookma/TW-Trashbin Best wishes Mohammad On Fri, Apr 10, 2020 at 3:49 PM 'Peter Buyze' via TiddlyWiki <

Re: [tw5] Re: Trashbin plugin: New update with new features

2020-04-10 Thread 'Peter Buyze' via TiddlyWiki
Please forgive my ignorance, but …… Uninstallation involves deleting the tiddler from the plug-ins section in control panel. I did that but the Trashbin stays. Please advise. Where can I find v. 1.2.2? 10 Apr 2020, 14:11 by mohammad.rahm...@gmail.com: > Please reinstall! There was a mistake on

Re: [tw5] Re: Trashbin plugin: New update with new features

2020-04-10 Thread Mohammad Rahmani
Please reinstall! There was a mistake on my side! Forgot to update plugin.info Best wishes Mohammad On Fri, Apr 10, 2020 at 3:25 PM 'Peter Buyze' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > Mohammad, > I made a small mistake: I dragged the plug-in from the Kookma website, it > is

Re: [tw5] Re: Trashbin plugin: New update with new features

2020-04-10 Thread Mohammad Rahmani
Let me check! Best wishes Mohammad On Fri, Apr 10, 2020 at 3:25 PM 'Peter Buyze' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > Mohammad, > I made a small mistake: I dragged the plug-in from the Kookma website, it > is v. 1.2.1. Should I uninstall, then reinstall 1.2.2 or will it not

Re: [tw5] Re: Trashbin plugin: New update with new features

2020-04-10 Thread 'Peter Buyze' via TiddlyWiki
Mohammad, I made a small mistake: I dragged the plug-in from the Kookma website, it is v. 1.2.1. Should I uninstall, then reinstall 1.2.2 or will it not make much of a difference? -- Securely sent with Tutanota. Get your own encrypted, ad-free mailbox: https://tutanota.com 10 Apr 2020,

Re: [tw5] Trash bin

2020-04-10 Thread 'Peter Buyze' via TiddlyWiki
Thanks Mohammad. It's installed and appears in my sidepane :-)) 10 Apr 2020, 13:42 by mohammad.rahm...@gmail.com: > Peter, >  The Official Plugin Library has no Trashbin plugin itself. Trashbin is a > third part plugin! > > See the below links for details > > Code and demo > Demo: >

[tw5] Re: The-Book-Wiki

2020-04-10 Thread Mike Manchester
Luis, many thanks this will be great help. Only 1 question. What does one have to do to keep it up to date with any changes? Thanks again. On Thursday, January 2, 2020 at 4:34:22 AM UTC-5, Luis Gonzalez wrote: > > I have finished with The-Book in wiki Tiddlywiki format. > > > -- You received

Re: [tw5] Trash bin

2020-04-10 Thread Mohammad
Peter, The Official Plugin Library has no Trashbin plugin itself. Trashbin is a third part plugin! See the below links for details Code and demo - Demo: https://kookma.github.io/TW-Trashbin - Code: https://github.com/kookma/TW-Trashbin --Mohammad On Friday, April 10, 2020 at

[tw5] Re: Trashbin plugin: New update with new features

2020-04-10 Thread Mohammad
*Announcement: Trashbin Plugin* *Date: Apr 10th, 2020* *Release: 1.2.2* *Status: Stable* This is a minor fix issue update to follow the Tiddlywiki standard for deleting draft of tiddler! See https://github.com/Jermolene/TiddlyWiki5/issues/3008 - Demo: https://kookma.github.io/TW-Trashbin

Re: [tw5] Trash bin

2020-04-10 Thread 'Peter Buyze' via TiddlyWiki
Mohammad, just to understand: are you saying there is a Trashbin plug-in in TW already? I went through the plug-in list and none was there. Are are you saying I should install the Kookma plug-in? 10 Apr 2020, 13:32 by mohammad.rahm...@gmail.com: > Hi Peter, >   > > On Fri, Apr 10, 2020 at 2:37

Re: [tw5] Trash bin

2020-04-10 Thread Mohammad Rahmani
Hi Peter, On Fri, Apr 10, 2020 at 2:37 PM 'Peter Buyze' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > There was a project for this: > https://groups.google.com/forum/#!topic/TiddlyWiki/ThFUZWIy11A > The result is the TW-Trashbin plugin! > > > Can someone tell me if this has been

[tw5] Trash bin

2020-04-10 Thread 'Peter Buyze' via TiddlyWiki
There was a project for this:  https://groups.google.com/forum/#!topic/TiddlyWiki/ThFUZWIy11A Can someone tell me if this has been implemented in TW? If so, how can I enable it? I use TW 5.1.21. If not, can I add the plug-in from here: https://github.com/kookma/TW-Trashbin ? -- You received

[tw5] Re: Noto Emoji: Svg, Png, and Font

2020-04-10 Thread Ste Wilson
Hi Joshua, not sure this is what you mean by svg resources but I've recently discovered fooplot.com and http://jsxgraph.uni-bayreuth.de/wp/index.html -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: Tiddlywiki + Anki Cards?

2020-04-10 Thread LinOnetwo
I'm recently consider implement this, I will use nodeJS TiddlyWiki and Anki Connect to do so. As new feature "Add a "filter" parameter to the GET /recipes/default/tiddlers/tiddlers.json route to return a filtered subset of tiddlers" is added in 5.2.2 I think I can make a simple Anki Plugin

Re: [tw5] [semi-off-topic] Magazine layout

2020-04-10 Thread Ste Wilson
Ooohhh. That's nice. Even works on mobile! -- 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 discussion on

Re: [tw5] Syntax to highlight text

2020-04-10 Thread Klaas Vaak
Thanks a lot Mohammad :-))) > On 2020-Apr-10, at 10:13, Mohammad wrote: > > You can create a new tiddler like > > title: whatever you like e.g. mymacros > tag: $:/tags/Macro > text: > > \define h(txt, color:#FF9) https://kookma.github.io/TW-Shiraz/ > >

[tw5] Re: Help deleting a problematic user field

2020-04-10 Thread Mohammad
While other people here have given good solution, but one simple is Tiddler Commander! If you have it installed you can simply delete those bad field name with few clicks! Find it here: https://kookma.github.io/TW-Commander/ Example : list all tiddlers using [all[tiddlers]], then from Field

[tw5] Re: Presenting: EditorMagic - the editor as an assistant

2020-04-10 Thread Mat
LinOnetwo wrote: > > where you can see macros on the right. > My hope is for the popup to be at the caret position though. IMO "controls" should be as accessible as possible (but not in the way). When will it be a stable relese? I'd like to use in my wiki! > Yeah... the *main* obstacle is that

Re: [tw5] Re: Syntax to highlight text

2020-04-10 Thread Mohammad
You can create a new tiddler like title: whatever you like e.g. mymacros tag: $:/tags/Macro text: \define h(txt, color:#FF9) https://kookma.github.io/TW-Shiraz/ and specially this part: https://kookma.github.io/TW-Shiraz/#Tutorial%20Text%20Utilities Good luck Mohammad On Friday, April 10,