[tw5] Re: [plugin] My simple tiddler version control

2019-02-04 Thread Mal
I've had a look at Thomas's EditButtons plugin and it clearly provides a useful addition to my development workflow, in particular the button to save and keep editing. I am often making small changes and wanting see their effect before I save and close the editor. Obviously, the preview pane

[tw5] Re: How to use the a field in a widget call inside a list

2019-02-04 Thread 'Mark S.' via TiddlyWiki
Hi Arlen, You can't use wikitext inside of wikitext as you are attempting here: *{{<>!!containerClass}} *nor can you concatenate text on the fly. But *sometimes* you can do all that inside of wikify. So the first thing I would try is something like: <$wikify name="myreveal" text=""" <$reveal

[tw5] Sidebar tc-reveal breaks theme hierarchy

2019-02-04 Thread Arlen Beiler
In trying to modify the theme of the sidebar, I discovered that the reveal widget makes it impossible to reposition the sidebar elements because they do not have the appropriate classes. [image: image.png] I am wondering if it would be possible to change the sidebar tiddler to allow the

[tw5] How to use the a field in a widget call inside a list

2019-02-04 Thread Arlen Beiler
>From the sidebar tiddler <$reveal type="nomatch" state=<> class= *{{<>!!containerClass}}* text="hide" tag="div"> Adding this doesn't seem to work. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

Re: [tw5] Re: [theme] Presenting "Mono" theme

2019-02-04 Thread Donald Coates
Thanks for all your responses. Interestingly I could not simply delete it in the wiki, even after removing the tag. When I moved the code into the body of a tiddler and closed it the sidebar title Recent showed. I changed the order in Whitespace to put Recent up top, so I am thinking that is

[tw5] Re: [plugin] My simple tiddler version control

2019-02-04 Thread Mal
Thanks Thomas. I'll check it out. Regards, Mal -- 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 post to this group,

[tw5] Re: Custom languages/brushes for highlight.js

2019-02-04 Thread Rob Hoelz
Good idea, Mohammad - I've added those instructions to that wiki! On Monday, February 4, 2019 at 1:53:03 PM UTC-6, Mohammad wrote: > > Rob, > Many thanks. It works. > > Just a note in document and the above post add this small guide > >1. To add a new brush, download one you like from >

[tw5] Re: Query? -- CodeMirror for text/vnd.tiddlywiki content type?

2019-02-04 Thread @TiddlyTweeter
Ciao PMario I do see the complexity. I am interested in ... (a) whether it is even possible and ... (b) ... what could be a first step towards it? Anything that can improve showing define and macro logic is a winner. HTML I'm less bothered about. I wonder if we could just start on it now

[tw5] Re: Query? -- Full Screen button in Editor?

2019-02-04 Thread @TiddlyTweeter
Seriously good. Thank you! Details can come later. But it works. That is very useful already. Especially on mobile. J, x -- 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: Custom languages/brushes for highlight.js

2019-02-04 Thread Mohammad
Rob, Many thanks. It works. Just a note in document and the above post add this small guide 1. To add a new brush, download one you like from https://cdnjs.com/libraries/highlight.js 2. Create a new tiddler with any title you like and 1. add a new field, name it `module-type`

[tw5] Re: Custom languages/brushes for highlight.js

2019-02-04 Thread Mohammad
Many thanks Rob! I am playing with it and will return with my comments if any! Cheers Mohammad On Monday, February 4, 2019 at 9:59:44 PM UTC+3:30, Rob Hoelz wrote: > > Hi again Mohammad, > > In preparing the sample wiki, I managed to fix a bug in my implementation > - thanks for pointing that

[tw5] Re: Quinoid v0.0.5alpha - Serious Cat

2019-02-04 Thread @TiddlyTweeter
I'd add this ... https://twitter.com/TiddlyTweeter/status/1092476573851230208 Mark S. wrote: > > > Be careful! Make backups before starting anything important! > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw5] Re: Quinoid v0.0.5alpha - Serious Cat

2019-02-04 Thread @TiddlyTweeter
I'd add this ... https://twitter.com/TiddlyTweeter/status/1092476573851230208 Though it may take time. J. Mark S. wrote: > > > Be careful! Make backups before starting anything important! > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Custom languages/brushes for highlight.js

2019-02-04 Thread Rob Hoelz
Hi again Mohammad, In preparing the sample wiki, I managed to fix a bug in my implementation - thanks for pointing that out! Here's an example wiki with the tweak and some example code: https://hoelz.ro/files/highlighter-example.html -Rob On Monday, February 4, 2019 at 10:03:28 AM UTC-6,

[tw5] Re: [plugin] My simple tiddler version control

2019-02-04 Thread Thomas Elmiger
Hi Mal, Regarding save without closing: I have a plugin here that works around this via save and reopen: https://tid.li/tw5/plugins.html#%24%3A%2Fplugins%2Ftelmiger%2FEditButtons Feel free to copy from it! Good luck! Thomas -- You received this message because you are subscribed to the

[tw5] Re: Initial Experience with TiddlyWiki -- #1

2019-02-04 Thread @TiddlyTweeter
Repost for email ... On Monday, 4 February 2019 17:55:49 UTC+1, @TiddlyTweeter wrote: > > https://www.youtube.com/watch?v=RP4abiHdQpc > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

[tw5] Re: Custom languages/brushes for highlight.js

2019-02-04 Thread Mohammad
Thank you Rob, At least two people here need your solution: me and Josiah! I am sure if the setup could be simple, many would like to use it as the original Highlight.JS plugin does not include all languages! Recently I noted that BTC has added the lovely Fortran, Matlab and some other

[tw5] Re: [theme] Presenting "Mono" theme

2019-02-04 Thread Mohammad
Small issues: - When the story river is empty, the last ten modified tiddlers are shown. Assume some of these tiddlers use a ViewTemplate and have nothing inside the body! Mono shows them as empty tiddler (A tiddler only have a title) - When you turn on the SiteTitle, it seems the font size is

Re: [tw5] Re: [theme] Presenting "Mono" theme

2019-02-04 Thread Ton Gerner
Hi JD, Glad to hear my work inspired you. Cheers, Ton On Monday, February 4, 2019 at 3:36:59 PM UTC+1, JD wrote: > > Hi Ton, > > Wow, this is a lot coming from you! I got my inspiration and first ideas > from your work! Thanks so much :) > > -jd > > > On Monday, February 4, 2019 at 9:16:39 PM

[tw5] Re: Custom languages/brushes for highlight.js

2019-02-04 Thread Rob Hoelz
I'm so sorry, Mohammad - I missed your message last month! I'll set something up later tonight! -Rob On Monday, February 4, 2019 at 8:16:03 AM UTC-6, Mohammad wrote: > > Hello Rob, > Could you put a working example on tiddlyspot or share here? > I failed to add any extra language! > > >

[tw5] Re: Query? -- Full Screen button in Editor?

2019-02-04 Thread JD
Thanks Mohammad! In that case, it would then be a simple matter of toggling a "fullscreen stylesheet" that will style the EditFrame of the tiddler currently being edited. I'd like to explore that simpler-seeming path, thanks for the idea. I'll look into it, if there's nothing like this out

[tw5] Re: Presenting: Whitespace, a negative-spacious, webapp-nostalgic theme

2019-02-04 Thread JD
Hi Donald, Thank you! Glad to know they're liked :) I see the issue now that I've updated to 5.1.19 (It didn't have this bug on 5.1.17) . I'll look into it and hopefully will have a fix soon. Thanks again! -jd On Monday, February 4, 2019 at 9:00:49 PM UTC+9, Donald Coates wrote: > > Hello I

Re: [tw5] Re: [theme] Presenting "Mono" theme

2019-02-04 Thread JD
Hi Ton, Wow, this is a lot coming from you! I got my inspiration and first ideas from your work! Thanks so much :) -jd On Monday, February 4, 2019 at 9:16:39 PM UTC+9, Ton Gerner wrote: > > Hi JD, > > Very, very nice; as eye pleasing as all your themes. Develop more! > I hope I can learn a

[tw5] Re: [theme] Presenting "Mono" theme

2019-02-04 Thread Mohammad
Thank you JD. Yes, on mobile it works great! The issue with Trashbin popup in on the desktop. Cheers Mohammad On Monday, February 4, 2019 at 2:52:49 PM UTC+3:30, JD wrote: > > Hi Mohammad, > > Thank you so much for posting screenshots! Those are good for > documentation :D > > I see what you

[tw5] Re: [theme] Presenting "Mono" theme

2019-02-04 Thread David Nebauer
It has a different appearance on my home desktop system (Linux; qutebrowser, using QtWebEngine (Chromium 65.0.3325.230) backend). I've attached a couple screenshots showing the top left and top right corners of the screen. You can see most of the sidebar tabs are hidden under the button strip

[tw5] Re: Query? -- Full Screen button in Editor?

2019-02-04 Thread Mohammad
Wonderful! A minor comment: I expect to push the edit button to go to edit mode! May be in edit mode, I should see that button (fullscreen) --Mohammad On Monday, February 4, 2019 at 5:38:30 PM UTC+3:30, JD wrote: > > Hi Josiah, > > I've been wanting something like this for a while, and so I

[tw5] Re: Query? -- CodeMirror for text/vnd.tiddlywiki content type?

2019-02-04 Thread PMario
Hi Josiah, I did create a TWclassic CM highlighter. ... BUT the possibilities with TW5 are much bigger. The new highlighter, will need to check for HTML, widgets, macros and wiki-text. So it will be a "mixed-mode" highlighter. This doesn't make it complicated, but a hell lot more work. ...

[tw5] Re: Query? -- CodeMirror for text/vnd.tiddlywiki content type?

2019-02-04 Thread Mohammad
Hi Josiah, Take a look here, may be Rob can help. https://groups.google.com/d/msg/tiddlywiki/aOxmaJL_qbc/Gci5sRFyEQAJ This is in my wish list. --Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw5] Re: Custom languages/brushes for highlight.js

2019-02-04 Thread Mohammad
Hello Rob, Could you put a working example on tiddlyspot or share here? I failed to add any extra language! --Mohammad -- 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: Query? -- Full Screen button in Editor?

2019-02-04 Thread JD
Hi Josiah, I've been wanting something like this for a while, and so I went ahead and did it, you can try it here: http://j.d.fullscreen.tiddlyspot.com/ Although, that is not the end for me, as I wish to have this fullscreen edit template centered and padded in desktop mode. But because you

[tw5] Re: Query? -- CodeMirror for text/vnd.tiddlywiki content type?

2019-02-04 Thread bimlas
Josiah, Not a perfect solution, but as long as somebody don't say better, change the type of tiddler to text/html while you edit it. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

[tw5] Re: Query? -- Full Screen button in Editor?

2019-02-04 Thread @TiddlyTweeter
Repeat for email users ... On Monday, 4 February 2019 13:19:09 UTC+1, @TiddlyTweeter wrote: > > I'm wondering is anyone knows how to, when in the Editor, via a button, go > Fullscreen so there is nothing but the editor area and edit bar showing? > > At the moment I use the CodeMirror plugin plus

Re: [tw5] Re: [theme] Presenting "Mono" theme

2019-02-04 Thread Ton Gerner
Hi JD, Very, very nice; as eye pleasing as all your themes. Develop more! I hope I can learn a lot from your designs. Cheers, Ton -- 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: Presenting: Whitespace, a negative-spacious, webapp-nostalgic theme

2019-02-04 Thread Donald Coates
Hello I really love this theme. I have noticed a very minor annoyance - when I open a new tiddler, whether to edit or view, the browser goes to the bottom of the page while the new tiddler opens at the top so that I have to scroll up to find it. I may have made some minor tweak to cause it?

[tw5] Re: Query? -- CodeMirror for text/vnd.tiddlywiki content type?

2019-02-04 Thread @TiddlyTweeter
Repeat for folk on email ... On Monday, 4 February 2019 13:00:26 UTC+1, @TiddlyTweeter wrote: > > I'm wondering if anyone has made a CodeMirror add-on that could highlight > for the text/vnd.tiddlywiki content type ? > > Maybe it's not possible, due to TW's parser? > > Anyway I thought it

Re: [tw5] Re: [theme] Presenting "Mono" theme

2019-02-04 Thread JD
Hi Jeremy, Thank you! TiddlyWiki is so fun to style :D -jd On Monday, February 4, 2019 at 4:40:40 PM UTC+9, Jeremy Ruston wrote: > > Hi JD > > Great stuff, very impressive. It's great to see themes that make > substantial mods to the UI. > > Best wishes > > Jeremy. > > -- > Jeremy Ruston >

[tw5] Re: [theme] Presenting "Mono" theme

2019-02-04 Thread JD
Hi David, Thank you! Alas, IE doesn't support *position:sticky *(used by the topbar). I'll have to drop this current style and use *position:fixed* instead. I'll update the plugin with this change for compatibility soon. Thank you for the bug report! -jd On Monday, February 4, 2019 at

[tw5] Re: [theme] Presenting "Mono" theme

2019-02-04 Thread JD
Hi Mohammad, Thank you so much for posting screenshots! Those are good for documentation :D I see what you mean with the FilterSearchButtons on desktop. I didn't want to overwrite core tiddlers, and their dropdown <$reveal/>'s don't have *position="belowleft"*. I'll style around this, then,

[tw5] Re: [theme] Presenting "Mono" theme

2019-02-04 Thread JD
Hi Greg, Thanks!!! Hopefully the CSS is cross-compatible. Haven't run this through lint yet, I completely forgot to. Played around in Firefox Responsive Design Mode and it seems to work on > smaller screen sizes. Did notice an oddity, on width 800 and less the > pallete selection option

[tw5] Re: [plugin] My simple tiddler version control

2019-02-04 Thread Mal
All, I've updated the version of this plugin to my Tiddlyspot site. It fixes the field restore bug reported by Josiah and adds a commit message placeholder, as mentioned by JD. Note that this is still experimental, so use with care and let me know of any