[tw5] Re: Help with WikiText Macro

2020-08-15 Thread Adithya B M
n-relevant characters replaced by spaces (and multiple spaces trimmed to one). Cheers, Adithya On Saturday, August 15, 2020 at 9:29:36 PM UTC+5:30 Eric Shulman wrote: > On Saturday, August 15, 2020 at 8:39:40 AM UTC-7, Adithya B M wrote: > >> Please look at the code below. In this, the get-e

[tw5] Re: Help with WikiText Macro

2020-08-15 Thread Adithya B M
15, 2020 at 7:18:33 PM UTC+5:30 Eric Shulman wrote: > On Saturday, August 15, 2020 at 6:38:47 AM UTC-7, Adithya B M wrote: >> >> This solves the problem halfway. This seems to print the title as a link >> to the . > > > Use the <$text> widget, like this: >

[tw5] Re: Code Pattern needed - internal flag within list

2020-08-15 Thread Adithya B M
Hi Tony, I found this searching for "excerpt" on the group. is it possible to extract the contents of the First occurance in a Tiddler using your macro? That would be something I am interested in. Thanks Adithya On Monday, July 27, 2020 at 9:41:35 AM UTC+5:30 TW Tones wrote: > Update > >

[tw5] Re: Help with WikiText Macro

2020-08-15 Thread Adithya B M
ions, use a single curly bracket set "{!!title}" when > transcluding field values. > > > On Saturday, August 15, 2020 at 6:21:39 AM UTC-7, Adithya B M wrote: >> >> Im trying to write a simple macro to: Return the contents of the field >> 'name' and if the fi

[tw5] [Showcase] My personal website generated using Tiddlywiki

2020-08-15 Thread Adithya B M
Here: http://adithyab.in/ Thanks to Jeremy, Anne-Laure Le Cunff, Saq and everyone on this group for the help and inspiration. If there is interest, I can try to make the plugin open source once I fix a few issues. -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Simple Wikitext Syntax Highlighting

2020-08-15 Thread Adithya B M
onal plugins for CodeMirror that does this? > > Tony > > > On Saturday, August 15, 2020 at 10:36:24 PM UTC+10, Adithya B M wrote: >> >> I installed CodeMirror in the hopes of having a simple syntax >> highlighting for the TW Editor (like the way all the

[tw5] Help with WikiText Macro

2020-08-15 Thread Adithya B M
Im trying to write a simple macro to: Return the contents of the field 'name' and if the field is absent, the title of the tiddler (in plain text). Can someone help me in getting this to work? \define get_title() {{{[all[current]get[name]else[!!title]]}}} \end Cheers, Adithya -- You

[tw5] Simple Wikitext Syntax Highlighting

2020-08-15 Thread Adithya B M
I installed CodeMirror in the hopes of having a simple syntax highlighting for the TW Editor (like the way all the markdown editors have - see example below). Is there any simple way to achieve that? Writing CodeMIrror modes from scratch seems like a very demanding task which I dont want to

[tw5] Bugs with CodeMirror

2020-08-15 Thread Adithya B M
Once in a while, usually when I close all my tiddlies, I get this error: Error executing boot module $:/plugins/tiddlywiki/codemirror/addon/hint/css-hint.js: "Cannot find module named '../../mode/css/css' required by module '$:/plugins/tiddlywiki/codemirror/addon/hint/css-hint.js', resolved to

[tw5] Re: How to avoid tags generated when using ViewWidget on tiddlers with html code

2020-08-04 Thread Adithya B M
That works! With the addition of the 'output="html"' parameter :) <$wikify name="output" text={{111}} mode="inline" output="html"> <$text text=<>/> Do you think this could be shortened into a macro call? On Wednesday, August 5, 2020 at 1:31:23 AM UTC+5:30 Ton Gerner wrote: > Hi Adithya, > >

[tw5] Re: How to avoid tags generated when using ViewWidget on tiddlers with html code

2020-08-04 Thread Adithya B M
, August 4, 2020 at 11:14:27 PM UTC+5:30 Eric Shulman wrote: > On Tuesday, August 4, 2020 at 10:36:53 AM UTC-7, Adithya B M wrote: >> >> The problem is there even on a a blank Tiddlywiki. The tags are >> inserted even though the 'Hello' tiddly contains only the >> con

[tw5] Re: How to avoid tags generated when using ViewWidget on tiddlers with html code

2020-08-04 Thread Adithya B M
eak after the tick ` . I wonder if that > could be introducing a ? I notice the tutorial doesn't insert that > break. > > > On Tuesday, August 4, 2020 at 7:25:01 AM UTC-7, Adithya B M wrote: >> >> Hi All, >> >> Im trying to generate a website from TW using

[tw5] How to avoid tags generated when using ViewWidget on tiddlers with html code

2020-08-04 Thread Adithya B M
Hi All, Im trying to generate a website from TW using the tutorial at https://www.didaxy.com/exporting-static-sites-from-tiddlywiki-part-2 I am facing a problem when using the view widget to import html from different tiddlers. When doing that, the widget adds a ... around the content. This

[tw5] Re: Autoscroll in TW

2020-07-28 Thread Adithya B M
Thanks Eric. Everything works as expected now :) On Monday, July 20, 2020 at 2:13:32 AM UTC+5:30 Eric Shulman wrote: > On Sunday, July 19, 2020 at 12:49:20 PM UTC-7, Felicia Crow wrote: >> >> so took finally another look and while I can't say which update did it, I >> can say that it now also

Re: [tw5] New: SolarizedDark Palette for TW

2020-07-14 Thread Adithya B M
ene/TiddlyWiki5/issues/4755 >> >> If you’d like to submit the palette to the core we’ll need to avoid the >> attendant CSS: palettes in TW5 just consist of the palette tiddler. >> >> Best wishes >> >> Jeremy >> >> On 13 Jul 2020,

Re: [tw5] New: SolarizedDark Palette for TW

2020-07-14 Thread Adithya B M
nel is a bug. I’ve > filed an issue here: > > https://github.com/Jermolene/TiddlyWiki5/issues/4755 > > If you’d like to submit the palette to the core we’ll need to avoid the > attendant CSS: palettes in TW5 just consist of the palette tiddler. > > Best wishes > > Jere

[tw5] Re: Autoscroll in TW

2020-07-14 Thread Adithya B M
Thanks Eric. This is becoming better and better! Some more feedback: 1) Making the whole tiddler a button to start the scrolling doest work for me. Most of the time, I end up starting the autoscroll accidentally. Also, it doesnt let me select and copy text. Having the toolbar is good enough

[tw5] Re: Autoscroll in TW

2020-07-13 Thread Adithya B M
dithya B M wrote: >> >> Thanks for all the work. Superb stuff! >> > > Thanks. > > >> Some feedback: >> 1) In the latest version, the width of the content in autoscroll tiddlers >> is reduced in my TW (is it because of the new "scrollContent&quo

[tw5] Re: New: SolarizedDark Palette for TW

2020-07-13 Thread Adithya B M
I had some doubts: * How to make colours visible in the settings menu's pallette preview (look for SolarizedDark in the pallette tab at http://adithyab.tiddlyspot.com/#%24%3A%2FControlPanel) Adithya On Monday, July 13, 2020 at 5:58:15 PM UTC+5:30, Adithya B M wrote: > > I made a

[tw5] New: SolarizedDark Palette for TW

2020-07-13 Thread Adithya B M
I made adapted the SolarizedDark Palette for TW. Checkit here: http://adithyab.tiddlyspot.com/ It requres some css things to work properly (http://adithyab.tiddlyspot.com/#adithyab%2Fcss) How to push this into the main TW repository? Should I fork and give a pull request? Please share your

[tw5] Re: Autoscroll in TW

2020-07-12 Thread Adithya B M
Hi Eric, Thanks for all the work. Superb stuff! Some feedback: 1) In the latest version, the width of the content in autoscroll tiddlers is reduced in my TW (is it because of the new "scrollContent"/"scrollframe" container?). I see its not the case in your demo TW. I wonder why... 2) Also,

[tw5] Re: Autoscroll in TW

2020-07-10 Thread Adithya B M
Thank you Eric! Amazing work. Now to build my song database on TW. On Friday, July 10, 2020 at 10:45:27 AM UTC+5:30, Eric Shulman wrote: > > On Thursday, July 9, 2020 at 9:36:07 AM UTC-7, Adithya B M wrote: >> >> Eric, This is beautiful. It solves the problem! >> >

[tw5] Re: Autoscroll in TW

2020-07-09 Thread Adithya B M
: > > On Thursday, July 9, 2020 at 2:09:43 AM UTC-7, Adithya B M wrote: >> >> The tiddler is longer than one viewport. >> I am currently stuck at how to "do" something when the toolbar button is >> clicked. Are there any tutorials about this? >> > > I did my

[tw5] Re: Autoscroll in TW

2020-07-09 Thread Adithya B M
Hi Mat, The tiddler is longer than one viewport. I am currently stuck at how to "do" something when the toolbar button is clicked. Are there any tutorials about this? This is what I understand (I might be wrong) : Some "message" is sent on clicking of the button How to add a listener for

[tw5] Re: Autoscroll in TW

2020-07-08 Thread Adithya B M
;Sort of like an automatic page turner for a performing piano player. " On Wednesday, July 8, 2020 at 5:57:04 PM UTC+5:30, Adithya B M wrote: > > Eric, You understand the problem perfectly. > > [image: Screen Shot 2020-07-08 at 5.43.11 PM.png] > > > Mat, thanks for the dir

[tw5] Re: Autoscroll in TW

2020-07-08 Thread Adithya B M
ddler"? On Wednesday, July 8, 2020 at 7:07:04 AM UTC+5:30, Eric Shulman wrote: > > On Tuesday, July 7, 2020 at 3:16:16 PM UTC-7, TW Tones wrote: >> >> if I understood your needs I could give a better answer. >> > >> On Tuesday, July 7, 2020 at 11:37:23 PM UTC+10, Adit

[tw5] Autoscroll in TW

2020-07-07 Thread Adithya B M
Hi All, I have been using TW as a songs database for some time. I want to add Autoscroll functionality to individual tiddlies. The requirements are: 1) Add button to top of the tiddly (near the close button) 2) On click of this button, calculate the scrolling required from top to bottom of the

[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-07 Thread Adithya B M
Tony, I see the value in what you're suggesting. I am however limited by my understanding of how TiddlyWiki operates. Some questions I will try to figure out the answer to in the next few weeks: 1) How exactly will the android container facilitate a TW upgrade? 2) I would like the

[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-02 Thread Adithya B M
Thursday, July 2, 2020 at 10:27:46 PM UTC+5:30, Mat wrote: > > Adithya B M wrote: >> >> A challenge would be to be able to have such apps recognised by the app >>> stores as an app in its own right. >> >> This is not a problem. >> > > If there was a

[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-02 Thread Adithya B M
he device of a >shared drive. >- Obtain or refresh or upgrade the inner wiki from an internet address. > - More I am sure. > > Regards > Tony > > On Thursday, July 2, 2020 at 8:45:24 PM UTC+10, Adithya B M wrote: >> >> Hi Guys, >> >> I'm n

[tw5] Do you guys want another Tiddly app for Android?

2020-07-02 Thread Adithya B M
Hi Guys, I'm new to the group but have been using TiddlyWiki as a song repository for a few years now. I made a functional Tiddy app for a bit a year back which could work with dropbox/googledrive sync. Is there anyone interested in such an app? If yes, I will try to cleanit up and release or