JD;
Thank you, amazing theme. I am playing with it a lot. I particularly like
the display of the last 10 days when the storyriver is empty. This is very
usefull. I am trying to modify this so that rather than the display the
last ten days it would show a particular tag that I selected say from a
dropdown list or links in the sidebar or hard coded.
Any suggestions.
I am starting by modifing the $:/themes/jd/Mono/EmptyStoryMessage tiddler
to hard code the tags and see where that goes. But was hoping someone with
more experience than me can assist in how to do a dropdown tag list in the
Sidebar.
On Thursday, December 3, 2020 at 11:26:36 AM UTC+10 Anjar wrote:
> JD - I think your theme is amazing! It is so fun to work with and it is so
> easy to make things look great!
>
> A small suggestion (which I guess would apply to tiddlywiki in general,
> not just the mono theme) from me is to enhance the print css a little:)
> After some fiddling, I find this nice:
>
> @media print {
> @page {
> size: A4;
> margin: 2cm;
> }
> .tc-sidebar-scrollable, .tc-topbar, .tc-tiddler-controls{
> display: none !important;
> }
> .tc-titlebar, .tc-tiddler-title{
> position: static;
> top: 0mm;
> }
> h2.tc-title{
> font-size: xx-large !important;
> }
> .tc-story-river{
> display: block;
> margin-top: 0mm;
> }
> .tc-tiddler-frame{
> background-color: white;
> display: block;
> }
> .tc-tiddler-body{
> page-break-after: always;
> }
> }
>
>
> Best,
> Anders
>
> lørdag 1. august 2020 kl. 03:14:59 UTC+2 skrev JD:
>
>> Oh wow, thanks for the compliments TT, this is making me want to speed up
>> my update process more and delay some new TW projects (ahaha!)
>>
>> I'll look into it!
>>
>> -jd
>>
>>
>> On Saturday, August 1, 2020 at 5:01:47 AM UTC+9, TiddlyTweeter wrote:
>>>
>>> Ciao JD
>>>
>>> Replying as of Late July 2020.
>>>
>>> I'd like to suggest you make a "Plugin Library" for all your themes.
>>> Why? Because its obvious they are widely appreciated and used. Because
>>> having a single install point makes that efficient. Better for users.
>>> Easier for you to maintain & distribute canonical versions.
>>>
>>> Best wishes
>>> TT
>>>
>>> On Monday, 4 February 2019 00:08:01 UTC+1, JD wrote:
>>>>
>>>> Hello everyone,
>>>>
>>>> JD here, offering a kind of stark theme that incorporates my most
>>>> personal needs for a writing interface:
>>>>
>>>> [x] Sidebar to the <- left
>>>> [x] Built-in mobile layout
>>>> [x] Centered story river (when sidebar is closed)
>>>> [x] Sidebar segments visibility toggler at Control Panel
>>>> [x] TopLeftBar buttons visibility toggler at Control Panel
>>>> [x] EmptyStoryMessage template
>>>> [x] Splashcreen template
>>>> [x] TiddlerFrame style
>>>> [x] AdvancedSearch tabs on TopRightBar searchbar
>>>> [x] TopRightBar searchbar you can create a tiddler from like NTFS or NTFS19
>>>> [x] Font scroller button
>>>> [x] Day/night palete switcher button
>>>>
>>>>
>>>> *Here is the main conceit of the mobile UI:*
>>>>
>>>> The main change has been to TopBarLeft and TopBarRight. They are still
>>>> separated, but are now contained in a wrapper, like this:
>>>>
>>>>
>>>> <div class="tc-topbar tc-adjust-top-of-scroll">
>>>> <div class="tc-topbar-left">
>>>> (items tagged $:/tags/TopLeftBar)
>>>> </div>
>>>> <div class="tc-topbar-right">
>>>> (items tagged $:/tags/TopRightBar)
>>>> </div>
>>>> </div>
>>>>
>>>>
>>>> On desktop, the wrapper, tc-topbar, is by default arranged in a row...
>>>> but on mobile it has this: flex-wrap: wrap;... so if tc-topbar-left
>>>> has width: 100%;, tc-topbar-right will automatically be stacked below
>>>> it.
>>>>
>>>>
>>>> By combining the left and right topbars, the special class
>>>> tc-adjust-top-of-scroll is now incorporated to both
>>>> the TopBarLeft and TopBarRight templates. This is especially useful for
>>>> mobile UI.
>>>>
>>>>
>>>> I might extract just this bit into the next iteration of
>>>> my MobilePlugin, albeit it will only be for TW5.1.19 and above.
>>>>
>>>>
>>>> You can try it out, and install from here:
>>>>
>>>>
>>>> http://j.d.mono.tiddlyspot.com/
>>>>
>>>>
>>>> A future update would be this:
>>>>
>>>>
>>>> [ ] hoverable buttons <- for next update
>>>>
>>>> [ ] hoverable topbar on desktop <- for next update
>>>>
>>>> and some other stuff I'm forgetting right now
>>>>
>>>>
>>>> I've been using this with BTC's app, and it works so nice so I'm
>>>> sharing this with you all :D
>>>>
>>>>
>>>> -jd
>>>>
>>>>
>>>> P.S.:
>>>>
>>>>
>>>> Shoutout to BTC and his amazing development! I love it and it's great
>>>> with an automatic GoogleDrive android->desktop syncer
>>>>
>>>>
>>>> Thank you everyone for the inspiration!
>>>>
>>>>
>>>>
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/03eaf9b1-d32a-40c8-814e-c2439ae66061n%40googlegroups.com.