[tw5] Re: Tiddlywiki Status Badge

2021-02-18 Thread danraymond


Hi Mohammad
I know this is an old post, but is it easy to make a status badge with 
three sections? I tried adding a new subclass and span but it didn’t work. 
I added a new section to the stylesheet as well.

\define dbadge(subject, comment, status, type:"primary")
$subject$$comment$$status$
\end

On Thursday, December 6, 2018 at 2:16:32 PM UTC+10 Mohammad wrote:

> Hi Tony,
>  Yes, I used a fixed color for subject part and I can remove it to let you 
> set the color as you like!
> The other way is to use different colors for different categories.
>
> To do so, we need to modify the macro as below
>
>  \define dbadge(subject:"Subject",status:"Status",type1:"", type2:
> "primary")
> 
>   $subject$$status$ span>
> 
> \end
>
>
> and remove line 8 in stylesheet.
>
> Now type2 is a css class to define your own background color.
>
>
>
> - 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 email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5a41bf05-43aa-4135-93cc-eec556c57516n%40googlegroups.com.


[tw5] Re: Tiddlywiki Status Badge

2021-02-17 Thread danraymond
Hi Mohammad
I know this is an old post, but is it easy to make a status badge with 
three sections? I tried adding a new subclass and span but it didn't work. 
I added a new section to the stylesheet as well.

\define dbadge(subject, comment, status, type:"primary")
$subject$$comment$$status$
\end

On Thursday, December 6, 2018 at 2:16:32 PM UTC+10 Mohammad wrote:

> Hi Tony,
>  Yes, I used a fixed color for subject part and I can remove it to let you 
> set the color as you like!
> The other way is to use different colors for different categories.
>
> To do so, we need to modify the macro as below
>
>  \define dbadge(subject:"Subject",status:"Status",type1:"", type2:
> "primary")
> 
>   $subject$$status$ span>
> 
> \end
>
>
> and remove line 8 in stylesheet.
>
> Now type2 is a css class to define your own background color.
>
>
>
> - 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 email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5f5ae83c-840f-492b-9384-67795a640b5fn%40googlegroups.com.


[tw5] Re: Next features in Projectify?

2021-01-06 Thread danraymond
Nico;
Have to say this is one of the best contributions to my use of Tiddlywiki! 
Your proposed additions are more than enough I think. The kanban addition 
when it comes would be welcome. I currently use "Tekan" by tesseract It 
works well, something similar would be great.

On Thursday, January 7, 2021 at 10:07:01 AM UTC+10 dieg...@gmail.com wrote:

> Nico - firstly thank you for your excellent recent contributions! This 
> project is awesome! 
>
> I agree strongly with Sylvain that a visual way (Gantt chart, etc.) would 
> be great! (though of course, is probably beyond the scope of this plugin). 
>
> On Wednesday, January 6, 2021 at 2:05:22 PM UTC-5 sil...@gmail.com wrote:
>
>> Hello,
>>
>> Nice roadmap :)
>>  
>> * Make project card colours customizable : *Yes !*
>> * Add support for recurring tasks : I'm wondering if this could work like 
>> Droptask (Ayoa now) when you finish a task, the next task is created with 
>> next due time (maybe it's the normal way so my comment is useless).
>>
>> A way to represent visualy in time is interresting also (like Gantt view).
>>
>> And it's mono-user now (because single-file orianted and multiuser with 
>> TW is not perfect yet without Bob), but in future asign task to member 
>> project (even if I'm the one in charge, it will be interresting to do that, 
>> and have filter view by asign to remember people they are late :D).
>>
>>
>> Sylvain
>> Le mercredi 6 janvier 2021 à 18:22:44 UTC+1, Nicolas Petton a écrit :
>>
>>> Hi! 
>>>
>>> I have now implemented all the features I really care about in 
>>> Projectify (https://nicolas.petton.fr/tw/projectify.html), so I was 
>>> wondering what other people might miss in the plugin. 
>>>
>>> On my todo-list I have the following (in no particular order): 
>>>
>>> * Add support for recurring tasks 
>>> * Add support for project templates (to be used when creating new 
>>> projects) 
>>> * Make project card colours customizable 
>>> * Add documentation about implementing specific workflows (GTD setup, 
>>> etc.) 
>>> * Add support for filtering by tags in the project list/cards 
>>> * Add a search input for filtering the project list/cards 
>>> * Add a kanban view 
>>>
>>> Is there anything else you think should be added to the plugin? Anything 
>>> from the list above that should be prioritized? 
>>>
>>> Thanks! 
>>> Nico 
>>>
>>

-- 
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 the web visit 
https://groups.google.com/d/msgid/tiddlywiki/01ed7b8d-a2a6-4e88-8935-001329fe15d7n%40googlegroups.com.


[tw5] Re: How to open all AdvancedSearch search results to StoryList instead of exporting?

2020-12-14 Thread danraymond
Hi Tones;

Have you had a chnace to do this?

On Saturday, September 12, 2020 at 9:28:36 AM UTC+10 TW Tones wrote:

> Your welcome. 
>
> Keep an eye out for my advanced search indicators package.
>
> Regards
> Tony
>
>
> On Saturday, 12 September 2020 06:33:35 UTC+10, tony wrote:
>>
>> Wow, wow excellent, Tony (TW Tones) ! 
>>
>> Thank you very much, more than I asked for!
>>
>> There is much to unpack and learn here, good fun.
>>
>> I like the fact that your magic button does not overwrite the current 
>> StoryList and appends to it instead. Since opening a big StoryList 
>> negatively impacts performance which i found depends on memory, your limit 
>> to the filter tab makes sense and the user can modify the filter to 
>> constrain the number of matches. 
>>
>> I also love that your metadata reference fields carry the provenance of 
>> the inquiry and other details for easy future traceback. I often wonder, 
>> "where did this nifty macro i-dragged-into-x-years-ago came from?" This 
>> namespacing and best practice of field list style convention is something 
>> I'll have to start following to help find things and clean my messy wiki :-)
>>
>> Thank you again for the solution and help :-)
>>
>> Best,
>> another fellow tony
>>
>> On Friday, September 11, 2020 at 12:46:37 AM UTC-7 TW Tones wrote:
>>
>>> Tony,
>>>
>>> Tony here, TW Tones for disambiguation. 
>>>
>>> Attached is my first attempt at a solution. Please try and provide 
>>> feedback
>>>
>>>
>>>- Install the attached JSON on a wiki, or tiddlywiki.com as well
>>>- Go to the "advanced search > filter" if you use a search with a 
>>>result an eye will appear.
>>>- Clicking on the eye will open all listed into the story river 
>>>(without navigating to them) 
>>>
>>> Warning you could open so many tiddlers your wiki runs for a long time.
>>>
>>> Future Improvements?
>>>
>>>- Also work for the sideBar search?
>>>- A better icon
>>>- Have some limits?
>>>   - Like if you try and open more than 10 or 20, the icon goes red
>>>   - Will not work if over 100 may be opened
>>>- Option to close all tiddlers including search and only open the 
>>>selected?
>>>
>>> I have a project called "advanced search indicators" to which I will add 
>>> this feature for the sidebar search!
>>>
>>> Regards
>>> Tony
>>>
>>>
>>>
>>> On Friday, 11 September 2020 15:05:19 UTC+10, tony wrote:

 Hi 

 Does anyone know a way to open all the search matches from 
 $:/AdvancedSearch or save them as a list in a separate tiddler? 

 I was trying to evangelize Tiddlywiki and ran into a roadblock when 
 they asked if there was a way to open all the results from AdvancedSearch 
 instead of clicking them one by one to open in the StoryList. That seemed 
 surprisingly straightforward since there is an Close All button, but I 
 could figure out how to Open All.

 I thought there was a plugin or macro that had an Open All from the 
 Exporter menu which opened all the titles instead of exporting but maybe 
 that was in TiddlyWiki Classic and I cannot recollect or find so in 
 TiddlyWiki 5. 

 Luckily Tobias Beer's SidebarStories [1] was somewhat a workaround to 
 load a story and 
 setTo={{$:/StoryList!!list}}

 And I also showed Duarte's Local Search engine to great effect and the 
 search filter results open the tiddlers in the StoryList directly.[2] 

 But I cannot figure out where the search results are stored ?
 [!is[system]search{$(searchTiddler)$}]

 or how to push them to the StoryList?

 Any leads much obliged 

 Thank you, 

 tony 

 [1] 
 https://tobibeer.github.io/tb5/#%24%3A%2F.tb%2Fui%2FSideBar%2FStories 
 [2] https://groups.google.com/g/tiddlywiki/c/qBZa9XP5c4I/m/YwHePmZLBgAJ 


>>>

-- 
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 the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4318c675-391d-4336-a197-a7e7112faa6fn%40googlegroups.com.


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

2020-12-12 Thread danraymond
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:


 
 
 (items tagged $:/tags/TopLeftBar)
 
 
 (items tagged $:/tags/TopRightBar)
 
 


 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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/03eaf9b1-d32a-40c8-814e-c2439ae66061n%40googlegroups.com.


[tw5] Tidgraph strange behaviour

2020-12-05 Thread danraymond
I have started using Tidgraph 
https://ihm4u.github.io/tw5plugs/#Tidgraph%20-%20Easy%20tiddler%20graphs%20for%20TW5).
 
It seems to only work for me if the root tiddler is one word, others levels 
work okay if the tidder title is two words.

if I do this : <$tidgraph start=Virtues/> it all works.
if I do this: <$tidgraph start="Virtues" /> no graph appears.
if I rename the root tiddler to "Virtues Sand", say and update all tags and 
the call <$tidgraph start="Virtues Sand"/> no graph appears.

Any thoughts?

-- 
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 the web visit 
https://groups.google.com/d/msgid/tiddlywiki/26b8ebc6-b887-4944-90de-dfe0d29ce4e8n%40googlegroups.com.


[tw5] Re: Question about markdown folder integration

2020-12-01 Thread danraymond
What  was the new markdow plugin you downloaded?

On Tuesday, December 1, 2020 at 2:19:32 PM UTC+10 LeoLeo123 wrote:

> I have fixed the issue by downloading a new markdown plugin.
>
> LeoLeo123 在 2020年11月28日 星期六下午8:21:28 [UTC+8] 的信中寫道:
>
>> Hi guys. I recently found this post which is about loading a folder of 
>> .md files as tiddlers.
>> (1) Integration with Obsidian.md : TiddlyWiki5 (reddit.com) 
>> 
>>   
>> I follow that but even though the .md files are loaded successfully, all 
>> the .tid, plugins and image files are unable to be loaded.
>>
>> Here are my settings.
>> I put the tiddlywiki.files under .\tiddlers
>> ```
>> {
>> "directories": [
>> {
>> "path": "./TheVault",
>> "filesRegExp": "^.*\\.md$",
>> "isTiddlerFile": true,
>> "fields": {
>> "title": {"source": "basename"},
>> "created": {"source": "created"},
>> "modified": {"source": "modified"},
>> "type": "text/x-markdown"
>> }
>> }
>> ]
>> }
>> ```
>> I tried to move the tiddlywiki.files inside the `The Vault` folder and 
>> change the path to "path": "./",. However, when I load too many .md files 
>> (more than around 50), I will not be able to open the wiki and error is 
>> shown.
>>
>> Is there any way that I can keep my plugins and other tiddlers?
>> Thank you very much. 
>>
>>

-- 
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 the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6dc0ad69-ab68-4c27-b198-aedecbbf9e9en%40googlegroups.com.


[tw5] Re: tm-open-window - how use paramObject?

2020-10-22 Thread danraymond
Hi Tones,

I am in West End, Brisbane. Been a tiddlywiki use since the first days of 
classic - and they still all work!! A local user group would be a great 
idea.The maturing of Tiddlywiki and its users is wonderful to watch.

On Friday, October 23, 2020 at 11:52:26 AM UTC+10, TW Tones wrote:
>
> Dan,
>
> Great, another Australian user, where are you?, I am in Randwick./Sydney, 
> I am thinking of starting a local user group. Perhaps virtual since Bob is 
> in Canberra.
>
> Thanks I see it now, the problem is only when using the edit view window. 
>
> It is because I am using the default editor, and as it is not a draft 
> tiddler the refresh occurs.
>
> I will look into it shortly, I think there is a way to forestall refresh, 
> but not sure in this application.
>
> Thanks
> Tones
>
> On Friday, 23 October 2020 10:36:20 UTC+11, danraymond wrote:
>>
>> Hi Tones,
>>
>> seems we both in Australia! 
>>
>> I have attached my current base wiki. Just open any tiddler using your 
>> icons then try to type text. you will see the cursor jumps to the start of 
>> the first line wiht each key stroke. I have the whitespace them installed 
>> and use the Stories plugin. No other altered CSS that I know of.
>>
>> Thanks for taking a look
>>
>>
>> On Thursday, October 22, 2020 at 7:23:22 PM UTC+10, TW Tones wrote:
>>>
>>> Dan,
>>>
>>> Can you show me a snapshot of this. I can't imagine what is wrong.
>>>
>>> I downloaded the first json and dropped it on tiddlywiki.com
>>>
>>> Note the view icon opens in a new window will all the view templates 
>>> that apply to the tiddler, not just a rendered view of the tiddler.
>>>
>>> It may not honour some unusual uses of class or css, and does not 
>>> navigate to links selected (in the story).
>>>
>>> I am happy to look into it.
>>>
>>> Tones
>>>
>>> On Thursday, 22 October 2020 at 18:27:05 UTC+11 danraymond wrote:
>>>
>>>> Tones, how to stop editor the letters stack up on the left side as Mat 
>>>> points out. Its the same here also. Would like to use it for my purposes 
>>>> but the stacking stops its general use for me.
>>>>
>>>> On Monday, July 20, 2020 at 6:26:51 PM UTC+10 Mat wrote:
>>>>
>>>>> TW Tones
>>>>>
>>>>> Thanks for sharing. I'm don't know if I fully see all of it's 
>>>>> functionality but I do see the two "special toolbar buttons" and the 
>>>>> result 
>>>>> of clicking them. Maybe there is more? It seems to have some RTL setting; 
>>>>> when typing in the editor the letters stack up on the left side. 
>>>>> Regardless; Nice!
>>>>>
>>>>> Your creation has a somewhat different objective than the SideEditor 
>>>>> does: The SideEditor is intended to provide very "quick and accessible" 
>>>>> way 
>>>>> to edit things. It intentionally does not give a full edit view because I 
>>>>> find that most fields are rarely changed. The "quickness" is also 
>>>>> reflected 
>>>>> in the hover-to-focus feature which makes it possible to simultaneously 
>>>>> show things that in total are bigger than the screen I'm working on. My 
>>>>> current experiments with a break out window is mostly to allow feeding 
>>>>> data 
>>>>> into the editor while working with e.g another program all together or 
>>>>> another wiki.
>>>>>
>>>>> <:-)
>>>>>
>>>>

-- 
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 the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a0c51565-e485-415c-aff8-c26a73b8a93bo%40googlegroups.com.


[tw5] Re: tm-open-window - how use paramObject?

2020-10-22 Thread danraymond
Tones, how to stop editor the letters stack up on the left side as Mat 
points out. Its the same here also. Would like to use it for my purposes 
but the stacking stops its general use for me.

On Monday, July 20, 2020 at 6:26:51 PM UTC+10 Mat wrote:

> TW Tones
>
> Thanks for sharing. I'm don't know if I fully see all of it's 
> functionality but I do see the two "special toolbar buttons" and the result 
> of clicking them. Maybe there is more? It seems to have some RTL setting; 
> when typing in the editor the letters stack up on the left side. 
> Regardless; Nice!
>
> Your creation has a somewhat different objective than the SideEditor does: 
> The SideEditor is intended to provide very "quick and accessible" way to 
> edit things. It intentionally does not give a full edit view because I find 
> that most fields are rarely changed. The "quickness" is also reflected in 
> the hover-to-focus feature which makes it possible to simultaneously show 
> things that in total are bigger than the screen I'm working on. My current 
> experiments with a break out window is mostly to allow feeding data into 
> the editor while working with e.g another program all together or another 
> wiki.
>
> <:-)
>

-- 
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 the web visit 
https://groups.google.com/d/msgid/tiddlywiki/81d9f2d6-83c7-4898-85d2-3fa4efcb71b6n%40googlegroups.com.


[tw5] Re: Sticky titles get hidden by the menu bar plugin

2020-10-22 Thread danraymond
Tones,
That works, thank you - just chnaged the filed value in the transclusion to 
"$:/temp/focussed Tiddler" as required by the plugin.

On Thursday, October 22, 2020 at 4:04:59 PM UTC+10 TW Tones wrote:

> Dan,
>
> Where does  *$/:*temp/focussedTiddler   come from, do you mean  
> *$:/*temp/focussedTiddler  
> ?
>
> I see si shared a plugin, I missed that.
>
> The site title can be found in  $:/SiteTitle 
>
> I have attached a tiddler that places the siteTitle in the menu bar, from 
> experimenting
>
>
>  Regards
> Tony
>
> On Thursday, 22 October 2020 at 13:10:37 UTC+11 danraymond wrote:
>
>> How can I get the result in your html file to show the title in the menu 
>> bar.
>> I am not sure if I should tag the $/:temp/focussedTiddler with the Menu 
>> Bar tag or transclude the $/:temp/focussedTiddler  in another tiddler 
>> tagged with "Menu Bar". I have tried creating a tiddler tagged with"Menu 
>> Bar" with a transclusion of {{ $/:temp/focussedTiddler}}. I can get the 
>> tiddlers title to show in the Menubar but not the transcluded content (As 
>> yours does!)
>>
>> On Tuesday, April 21, 2020 at 8:11:34 PM UTC+10 si wrote:
>>
>>> Thanks Tony. It should probably happen automatically if the menu bar 
>>> plug-in is enabled.
>>>
>>> An alternative is to have the title just appear on the menu bar, since 
>>> there is already plenty of available space.
>>>
>>> I've attached a very simple example of what I mean that uses the HotZone 
>>> plugin <https://github.com/felixhayashi/TW5-HotZone>.
>>>
>>>
>>> On Tuesday, 21 April 2020 03:12:58 UTC+1, TonyM wrote:
>>>>
>>>> Si,
>>>>
>>>> See $:/themes/tiddlywiki/vanilla/sticky 
>>>> <http://127.0.4.81/IndexWikis/TW5References/index.html#%24%3A%2Fthemes%2Ftiddlywiki%2Fvanilla%2Fsticky>
>>>>  
>>>> and set Top to 40px as an example
>>>>
>>>> Yes, this should perhaps be configurable.
>>>>
>>>> Regards
>>>> Tony
>>>>
>>>> On Tuesday, 21 April 2020 00:53:56 UTC+10, si wrote:
>>>>>
>>>>> I don't know if this counts as bug but it seems that if you activate 
>>>>> "Sticky titles" under "Theme Tweaks" in the control panel and also 
>>>>> install 
>>>>> the new menu bar plugin the sticky titles are mostly covered up by the 
>>>>> menu 
>>>>> bar.
>>>>>
>>>>> This doesn't bother me personally but I thought I'd mention it just in 
>>>>> case it was something that had been missed.
>>>>>
>>>>

-- 
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 the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8643c6b5-8aff-47a1-85bf-b988a4019d01n%40googlegroups.com.


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

2020-10-21 Thread danraymond
JD,
Any way to remove the icons above the Title in the sidebar. I use the Menu 
Bar as well which unfortunatley covers the top part of the popout sidebar. 
Unless there's a way to get the Menu Bar below your sidebarso side bar goes 
on top when it pops out???

On Tuesday, July 28, 2020 at 7:45:53 PM UTC+10 danraymond wrote:

> Hello JD;
>
> All good thank you for the best theme for TW5 it is perfect for my needs. 
> Look forward to any further incarnations.
>
> On Monday, July 27, 2020 at 5:45:44 PM UTC+10, JD wrote:
>>
>> Hello again Danraymond,
>>
>> I've finally updated this theme to fix the previous bugs (The demo site 
>> has also been updated to v5.1.22 of Tiddlywiki). 
>>
>> For safe re-installation, please go to *$:/AdvancedSearch* > *Filter* 
>> tab of your wiki and delete this filter search term: 
>> [is[shadow]prefix[$:/themes/jd/Whitespace]][prefix[$:/config/Whitespace]]
>>
>> Then, just install the theme normally again from the site.
>>
>> (Overwritten shadow tiddlers of the theme might have prevented the 
>> update.)
>>
>> Thanks for the bug report!
>>
>> -jd
>>
>>
>>
>> On Monday, July 27, 2020 at 1:58:29 PM UTC+9, danraymond wrote:
>>>
>>> Hi JD;
>>>
>>> Thanks again for being so responsive. That's what I looked for, but see 
>>> attached image those options are not there. Will try delete the theme files 
>>> and reimport the downloaded theme tid file.
>>>
>>> On Monday, July 27, 2020 at 12:09:55 PM UTC+10, JD wrote:
>>>>
>>>> Hi again! 
>>>>
>>>> It should be in *$:/ControlPanel* > *Appearance *> *Whitespace Tweaks*
>>>>
>>>> The items are *Sidebar top buttons area height* and *Sidebar top 
>>>> padding*!
>>>>
>>>> Please do inform if they're not working as expected!
>>>>
>>>> -jd
>>>>
>>>> On Monday, July 27, 2020 at 10:55:57 AM UTC+9, danraymond wrote:
>>>>>
>>>>> Hi JD;
>>>>>
>>>>> Thanks for such a quick response. I updated the theme. I opened the 
>>>>> theme Whitespace Theme tweaks, where do I adjust the sidebar page 
>>>>> controls 
>>>>> height, and sidebar top padding?
>>>>>
>>>>> Thank you
>>>>>
>>>>> On Monday, July 27, 2020 at 12:58:49 AM UTC+10, JD wrote:
>>>>>>
>>>>>> Hi Danraymond! 
>>>>>>
>>>>>> Thank you so much for enjoying the theme! ^^,
>>>>>>
>>>>>> I updated it to have a config for the sidebar page controls height, 
>>>>>> and sidebar top padding to accomodate. 
>>>>>>
>>>>>> You can add to the sidebar by tagging any tiddler with $:/tags/SideBar
>>>>>>
>>>>>> Pre-loaded sidebar tabs, those part of the core, can be searched for 
>>>>>> in Advanced Search: prefixed with $:/core/ui/SideBar/
>>>>>>
>>>>>> Be wary that the theme has a scrolling bug in later TW versions... I 
>>>>>> might get this up to date but I'm not sure when. There are so many 
>>>>>> plates 
>>>>>> spinning. 
>>>>>>
>>>>>> Please stay safe ^^,
>>>>>>
>>>>>> -jd
>>>>>>
>>>>>> On Sun, Jul 26, 2020, 15:34 danraymond,  wrote:
>>>>>>
>>>>>>> Hi JD;
>>>>>>>
>>>>>>> This may be too old a thread now. However, Thank you for such a 
>>>>>>> great theme. It has made my TW5 use much more fluid.
>>>>>>>
>>>>>>> I have a very dumb question: when I remove a sidebar "card" with the 
>>>>>>> "remove from sidebar" button. How do I get it back?
>>>>>>>
>>>>>>> Also, I made the top control buttons area (the hover area that shows 
>>>>>>> the control buttons) 50px as I have 2 rows. How can I move the 
>>>>>>> title/subtitle are down to accommodate ths change as the hover are 
>>>>>>> covers 
>>>>>>> it up slightly?
>>>>>>>
>>>>>>> Thank you
>>>>>>>
>>>>>>> On Sunday, August 26, 2018 at 10:36:03 PM UTC+10, JD wrote:
>>>>>>>>
>>>>>>>>

[tw5] Re: Sticky titles get hidden by the menu bar plugin

2020-10-21 Thread danraymond
How can I get the result in your html file to show the title in the menu 
bar.
I am not sure if I should tag the $/:temp/focussedTiddler with the Menu Bar 
tag or transclude the $/:temp/focussedTiddler  in another tiddler tagged 
with "Menu Bar". I have tried creating a tiddler tagged with"Menu Bar" with 
a transclusion of {{ $/:temp/focussedTiddler}}. I can get the tiddlers 
title to show in the Menubar but not the transcluded content (As yours 
does!)

On Tuesday, April 21, 2020 at 8:11:34 PM UTC+10 si wrote:

> Thanks Tony. It should probably happen automatically if the menu bar 
> plug-in is enabled.
>
> An alternative is to have the title just appear on the menu bar, since 
> there is already plenty of available space.
>
> I've attached a very simple example of what I mean that uses the HotZone 
> plugin .
>
>
> On Tuesday, 21 April 2020 03:12:58 UTC+1, TonyM wrote:
>>
>> Si,
>>
>> See $:/themes/tiddlywiki/vanilla/sticky 
>> 
>>  
>> and set Top to 40px as an example
>>
>> Yes, this should perhaps be configurable.
>>
>> Regards
>> Tony
>>
>> On Tuesday, 21 April 2020 00:53:56 UTC+10, si wrote:
>>>
>>> I don't know if this counts as bug but it seems that if you activate 
>>> "Sticky titles" under "Theme Tweaks" in the control panel and also install 
>>> the new menu bar plugin the sticky titles are mostly covered up by the menu 
>>> bar.
>>>
>>> This doesn't bother me personally but I thought I'd mention it just in 
>>> case it was something that had been missed.
>>>
>>

-- 
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 the web visit 
https://groups.google.com/d/msgid/tiddlywiki/26fda79c-235d-4d51-89e6-345e9d8c8367n%40googlegroups.com.


[tw5] Re: How To: Replacing manual tiddler links with transcluded little fishy links

2020-10-20 Thread danraymond
Tones,
Like this a lot. Works for me.

Whats the simplest way to change the icon images?

On Wednesday, September 23, 2020 at 9:25:53 AM UTC+10, TW Tones wrote:
>
> Charlie,
>
> Still not published, but effectively stand alone buttons install the 
> attached JSON.
>
> The buttons will appear on tiddlers, but you can also transclude them in 
> any tiddler or list that changes the currentTiddler
>
> {{||$:/PSaT/new-windows/view-button}}
>   
> {{||$:/PSaT/new-windows/edit-button}}
>
> Feed back appreciated before I do publish.
>
> Being Australian you can see here the caramel kisses I like (number 20) 
> https://manofmany.com/lifestyle/food/top-40-australian-lollies-candy-sweets
>
> Regards
> Tones
>
> On Tuesday, 22 September 2020 13:53:48 UTC+10, Charlie Veniot wrote:
>>
>> If "sak" means "send a kiss", I sure hope that's a "Hershey's Kiss".
>>
>> Yeah, I'm not quite up on all the texting lingo...
>>
>> $hit$ and giggle$ aside, and only when you've got the time to spare:  
>> sure, I'd love to see them two buttons.
>>
>> Here's a virtual 330 kisses:
>>
>> [image: kisses.jpg]
>>
>> On Tuesday, September 22, 2020 at 12:15:58 AM UTC-3 TW Tones wrote:
>>
>>> Charlie,
>>>
>>> A little more to add to your technique.
>>>
>>> When in a given tiddler, it is the current tiddler, if you transclude 
>>> something such as {{||tiddlername}}, the || will transclude it with the 
>>> current tiddler the set to the current tiddler.
>>>
>>> As a result most buttons can be transcluded thus
>>> {{||$:/core/ui/Buttons/open-window}}
>>>
>>> Of course this can be also done inside a list where the currentTiddler 
>>> changes
>>> or open a specific tiddler
>>> {{thistiddler||$:/core/ui/Buttons/open-window}}
>>>
>>> The open in new window only displays the text field, after rendering. It 
>>> does not include any other results such as from the view template, and you 
>>> can edit it in that windows without help.
>>>
>>> I have made two buttons that allow you to open in new window in full 
>>> view or edit mode, just sak
>>>
>>> Tones
>>> On Tuesday, 22 September 2020 at 03:15:08 UTC+10 Charlie Veniot wrote:
>>>
 Often, I like to open a tiddler via little fishy link.

 Occasionally, I like to view a tiddler in a separate new window (to 
 quickly view that tiddler, maybe print that tiddler.)

 Results in screenshot below.  //(Well, I need to tweak that a bit so 
 that the "open in new window" image doesn't take as much "line" space.)//

 Cheers !

 [image: TiddlyWiki Thing.jpg]

>>>

-- 
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 the web visit 
https://groups.google.com/d/msgid/tiddlywiki/58c2ab9e-7fed-4687-8803-34fc6b5fa5e5o%40googlegroups.com.


Re: [tw5] Re: [PLUGIN] Working on a new fullscreen editor, looking for feedback

2020-10-18 Thread danraymond
Jd;

How close are you to the revised full screen editor? Getting very excited. 
Have played with the work in progress, like it very much!

On Sunday, August 2, 2020 at 12:02:14 AM UTC+10, Saq Imtiaz wrote:
>
> @JD no worries. Very happy to see you exploring alternative UX ideas for a 
> much ignored aspect of TW (the edit template).
>
> In case you haven't seen it, some UI fiddling of mine here that might 
> inspire some ideas:
>
>- https://groups.google.com/d/msg/tiddlywiki/lQ1N1t-0Gtw/zkNjApAcCAAJ
>- https://groups.google.com/d/msg/tiddlywiki/1oFNPGtQj3c/o6shvzg-AgAJ
>
> Cheers,
> Saq
>
> On Saturday, August 1, 2020 at 3:39:50 PM UTC+2, JD wrote:
>>
>> Hi Saq! 
>>
>> Thank you, those are really important ideas!
>>
>> After a while using, I did become annoyed at the toggles and how they 
>> didn't achieve the kind of simplicity in interaction and looks as I was 
>> hoping for. 
>>
>> I am also going to return the editButtons up top, because with a narrower 
>> frame, they cause the editor toolbar buttons to bunch together and make it 
>> all feel unbalanced.
>>
>> Also, yeah I realized while using it that the titlebar is acting 
>> strangely! I'll have to find a better method for the effect I want.
>>
>> Thanks for those valuable thoughts! 
>>
>> -jd
>>
>>
>>
>> On Sat, Aug 1, 2020, 17:10 Saq Imtiaz,  wrote:
>>
>>> @JD some more feedback:
>>>
>>>- aesthetically I understand the design of the toggle bars (buttons) 
>>>for the editor segements. However, they need greater affordance as to 
>>> the 
>>>functionality provided there, it isn't intuitive enough and make this 
>>>unsuitable for use in a wiki meant to be used by people unfamiliar with 
>>>this editor. A small arrow/chevron icon or similar would help.
>>>- the toggle bars are also too thin to tap reliably on mobile, 
>>>especially if you have the title and the toolbar collapsed.
>>>- the experience of typing a tiddler title is very jarring as the 
>>>input doesn't resize until after you finish typing, so you end up typing 
>>>blind.
>>>- the tiddler toolbar buttons need to be better differentiated from 
>>>the editor toolbar buttons. Something subtle like a different background 
>>>color or different icon styling would do the trick.
>>>
>>> Hope this helps,
>>> Saq
>>>
>>>
>>>
>>>
>>> On Saturday, August 1, 2020 at 3:12:25 AM UTC+2, JD wrote:

 Hi Tony! Thank you for appreciating the looks! This is really how I'd 
 want the editor toolbar to be styled.

 I'll definitely add those configurables, thanks for the suggestion!

 -jd

 On Thursday, July 30, 2020 at 11:13:49 AM UTC+9, TW Tones wrote:
>
> JD,
>
> Feedback from the +10 UTC Time Zone,
>
> This looks even more elegant than before.  My only questions would be
>
>- Can we use code mirror in the editor?
>- The ability to set a display filter on the edit button would be 
>a nice feature
>   - Default to all, but the designer could set it to something 
>   like [!is[system]] or [object-type[note]]
>
> Very-nice.
>
> Regards
> Tony
>
> On Wednesday, July 29, 2020 at 10:49:27 PM UTC+10, JD wrote:
>>
>> Hello everyone, 
>>
>> I was backtracking and saw some posts about my old Fullscreen editor 
>> plugin... Thank you for the appreciation!
>>
>> ...Found out some people were having trouble with it (I, myself, 
>> consider it inelegant), so I am in the process of developing a new one 
>> that 
>> uses TW5.1.22's features..
>>
>> It's not yet packaged in a plugin, so I'd like for those interested 
>> to try it here: 
>>
>> http://j.d.fullscreen.tiddlyspot.com/
>>
>> (I have more notes about its development there)
>>
>> Thanks guys
>>
>> -jd
>>
>> ---
>>
>> Legecy has moved here:
>>
>> http://j.d.fullscreen.legacy.tiddlyspot.com/
>>
> -- 
>>> You received this message because you are subscribed to a topic in the 
>>> Google Groups "TiddlyWiki" group.
>>> To unsubscribe from this topic, visit 
>>> https://groups.google.com/d/topic/tiddlywiki/U6z83W5vZNA/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to 
>>> tiddl...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/tiddlywiki/6e542c78-cff1-4a4f-97fb-1a41190b1a0do%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>

-- 
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 the web visit 

[tw5] Re: Tags stopped being able to add

2020-10-18 Thread danraymond
Found it!

Was the keyboard shortcut plugin keeboord. Messed up the tag dropdown.

All fixed.

On Sunday, October 18, 2020 at 9:21:09 AM UTC+10, danraymond wrote:
>
> Charlie;
>
> Seems to be only the tag selection dropdown in a tiddler (new or existing) 
> If I type a tag in then its okay. But if I try to select from the dropdown 
> it doesn't work.
>
>
>
> On Saturday, October 17, 2020 at 11:50:28 PM UTC+10, Charlie Veniot wrote:
>>
>> It sounds like, maybe, a core tiddler is messed-up or something is 
>> overriding a core tiddler ?  Regardless, likely way over my head.
>>
>> Just to clarify, which "part" of adding tags is broken?
>>
>> The field in which you type the label for the new tag?  The "+" symbol to 
>> create a new tag with the typed in label ?
>>
>> In the sidebar's "More" / "Tags", can you access the Tags manager and 
>> does it work okay ?
>>
>> What recently added plugins did you install?  (Maybe un-installing one or 
>> more of those plugins might be required.)
>>
>> On Friday, October 16, 2020 at 11:42:54 PM UTC-3 danraymond wrote:
>>
>>> For some reason I cannot add tags to tiddlers anymore?
>>>
>>> I have tried disabling various  recently added plugins but nothing seems 
>>> to work.
>>>
>>> Put simply I cannot add a tag(s) to  any  tidders, new or existing. Wiki 
>>> saves fine.
>>>
>>> Any ideas?
>>>
>>>
>>>

-- 
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 the web visit 
https://groups.google.com/d/msgid/tiddlywiki/65ddcd8a-48ea-44e0-b08d-9a5c61132e81o%40googlegroups.com.


[tw5] Re: Tags stopped being able to add

2020-10-17 Thread danraymond
Charlie;

Seems to be only the tag selection dropdown in a tiddler (new or existing) 
If I type a tag in then its okay. But if I try to select from the dropdown 
it doesn't work.



On Saturday, October 17, 2020 at 11:50:28 PM UTC+10, Charlie Veniot wrote:
>
> It sounds like, maybe, a core tiddler is messed-up or something is 
> overriding a core tiddler ?  Regardless, likely way over my head.
>
> Just to clarify, which "part" of adding tags is broken?
>
> The field in which you type the label for the new tag?  The "+" symbol to 
> create a new tag with the typed in label ?
>
> In the sidebar's "More" / "Tags", can you access the Tags manager and does 
> it work okay ?
>
> What recently added plugins did you install?  (Maybe un-installing one or 
> more of those plugins might be required.)
>
> On Friday, October 16, 2020 at 11:42:54 PM UTC-3 danraymond wrote:
>
>> For some reason I cannot add tags to tiddlers anymore?
>>
>> I have tried disabling various  recently added plugins but nothing seems 
>> to work.
>>
>> Put simply I cannot add a tag(s) to  any  tidders, new or existing. Wiki 
>> saves fine.
>>
>> Any ideas?
>>
>>
>>

-- 
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 the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a44fef26-4a6b-4308-b74a-09185f681fb6o%40googlegroups.com.


[tw5] Re: TiddlyTools/timer.html - Calendar feature improvements

2020-10-16 Thread danraymond
Eric,

Is there a way to colour each calendar? I was trying to get shool holidays 
to show different to public holidays. They are different ics tiddlers.


On Saturday, October 3, 2020 at 11:57:07 AM UTC+10, Eric Shulman wrote:
>
> Hi all,
>
> In addition to the "configuration re-factoring" announced here: 
> https://groups.google.com/d/msg/tiddlywiki/CYHa9EDVQa4/A4TW5LedCgAJ, I've 
> also made some more feature improvements to the TiddlyTools/Time/Calendar 
> settings:
>
> You can now manage all Calendar related settings directly from the 
> Settings ("gear") icon shown in the Calendar interface.  This includes the 
> ability to enable, disable, or edit individual Holiday/Event lists 
> (including imported .ics (iCal) data files) as well as options for 
> showing/hiding "Tiddler Changes" for normal tiddlers, system tiddlers 
> ($:/config, $:/state, $:/temp, etc.) , or filtered tiddlers (using standard 
> TiddlyWiki filter syntax).
>
> You can also adjust all of the Calendar Styles (background, foreground, 
> today, events, changes, and numbers) by clicking on the "palette" button in 
> the upper right of the "Settings" popup.
>
> These changes make it possible to install the TiddlyTools/Time/Calendar 
> into any of your TiddlyWiki files by drag-and-drop of a single tiddler, 
> without any needing the separate TiddlyTools/Time/Setup interface for 
> controlling the Calendar settings.
>
> enjoy,
> -e
>
>
>
>
>
>
>
>

-- 
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 the web visit 
https://groups.google.com/d/msgid/tiddlywiki/86a745ea-4600-4069-ab0f-c32c80824d50o%40googlegroups.com.


[tw5] Tags stopped being able to add

2020-10-16 Thread danraymond
For some reason I cannot add tags to tiddlers anymore?

I have tried disabling various  recently added plugins but nothing seems to 
work.

Put simply I cannot add a tag(s) to  any  tidders, new or existing. Wiki 
saves fine.

Any ideas?


-- 
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 the web visit 
https://groups.google.com/d/msgid/tiddlywiki/73e8dfc4-29d1-47d9-b071-de7b206915beo%40googlegroups.com.


[tw5] Re: TiddlyTools/timer.html Calendar *** new options ***

2020-09-29 Thread danraymond
Mkes sense,

I haven't myself changed any CSS. 

However I am using Stroll and the Whitespace theme. Will see what I can 
find. Any suggested way to hunt this down?

On Tuesday, September 29, 2020 at 5:42:11 PM UTC+10, Eric Shulman wrote:
>
> On Monday, September 28, 2020 at 11:52:45 PM UTC-7, danraymond wrote:
>>
>> Yes it's the one from the countdown.
>> I don't get a "close" button. See image
>>
>
> Wow.  That is very odd.  A normal modal message display has three parts:
>tc-modal-header, tc-modal-body, and tc-modal-footer.
>
> For the Countdown modal message:
>the tc-modal-header shows the name of the tiddler in which the timer 
> occurs (i.e, "My Timers")
>the tc-modal-body shows the countdown message text (i.e., "my message")
>the tc-modal-footer shows the message box buttons (i.e., "close")
>
> Your snapshot appears to be showing only the tc-modal-body.
> I wonder if you have some CSS that is hiding the other parts.
>
> -e
>

-- 
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 the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f8d308e6-74ea-464e-a3a5-06910f8e9b4bo%40googlegroups.com.


[tw5] Re: TiddlyTools/timer.html Calendar *** new options ***

2020-09-29 Thread danraymond

Eric; this is fantastic as always.

I have several immediate use cases.

One thing, the popup for my timers does not go away. I assumed ESC would do 
it but to no avail. my tiddlywiki is seen underneath dimmed out but behaves 
as if the popup is not there?

How to dismiss the popup?

On Monday, September 28, 2020 at 5:17:56 AM UTC+10, Eric Shulman wrote:
>
> Hi all,
>
> I've just updated http://TiddlyTools.com/timer.html
>
> The Calendar now has new display options.
> You can access these settings in a popup directly from the calendar 
> display by clicking on the "gear" button.
>
> * show/hide holidays and events
> * show/hide tiddler additions and changes
> * show/hide system additions and changes
>
> You can select any combination of these checkboxes to determine which 
> items will be shown in the date popups.
>
> The options popup also gives you access to the calendar CSS settings 
> (colors and font styles)
> by clicking the "pencil" icon in the upper right corner of the popup
>
> Note that the style for tiddler/system changes includes both a background 
> color (light blue)
> and an underline of the date number.  If changes occur on a date that is 
> also a holiday
> or event, the background color will be light green, but the underline will 
> still be displayed
> so it indicates both conditions (holiday AND tiddler changes).
>
> Note also that you can easily change the colors and font styles to suit 
> your tastes, just
> by entering different CSS syntax, and you can add other styles to the 
> color values
> just by using ";" to separate the styles.
>
> For example, the CSS for "events" is "lightgreen" but you could add a 
> border around
> the date by changing it to "lightgreen;border:3px solid red;"
>
> enjoy,
> -e
>

-- 
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 the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4f101c2d-699e-41a2-b003-5c846f20f2cao%40googlegroups.com.


[tw5] Re: New TiddlyTools time feature: **Interactive Calendar**

2020-09-23 Thread danraymond
Eric,

Thank you, solution works for me here also!



On Saturday, September 19, 2020 at 6:34:09 PM UTC+10, Eric Shulman wrote:
>
> On Friday, September 18, 2020 at 10:52:18 PM UTC-7, danraymond wrote:
>>
>> Happy to send to you privately. How to do that?
>>
>
> Dan,
>
> I got your file (sent privately)... and I've found (and fixed) the problem!
>
> The problem:
> As I previously suspected, this line was not working properly in your file:
> <$list filter="[adddivide[7]split[.]count[]match[1]]">
> 
>
> This filter checks to see if the current day number  (plus start of 
> month offset ) is evenly divisible by 7.  It does this by splitting 
> the number at the decimal point and then checking to see if there is only 
> one part (i.e., an integer value with no fractional remainder).
>
> The reason this doesn't work in your file is that your file has 
> $:/plugins/tobibeer/split installed.  This plugin, which was published long 
> ago (30th December 2015), defines a custom "split[...]" filter, while the 
> TWCore added its own built-in split[...] filter in version 5.1.20 (Released 
> 9th August 2019).  The difference between these two versions of split[...] 
> is that if the filter operand (i.e., a decimal point "[.]") does not exist 
> in the input, the TWCore version returns the input unchanged, while 
> tobibeer's version returns a blank result.  Thus, when my code uses 
> "split[.]count[]match[1]" to check for a whole number, the TWCore version 
> yields a count of 1, while tobibeer's version yields a count of 0.
>
> Unfortunately, tobibeer's plugin overrides the built-in version of 
> split[...].  As a result, the calendar never detects the "end of week" 
> condition, and no  is ever output and the entire month is shown in one 
> long line, rather than weekly rows.  To correct this, you might try just 
> removing tobibeer's plugin, but this could possibly break something else in 
> the other custom stuff you've installed if it depends on tobibeer's 
> split[...] filter.
>
> In any event, I've updated my code to make it compatible with both the 
> TWCore and tobibeer's plugin, by using the following:
> <$list filter="[adddivide[7]split[.]count[]!match[2]]">
> 
> (i.e., check to see if the calculation *doesn't have 2 parts*, rather 
> than checking to see if it *only has 1 part*)
>
> I used this same code pattern in a few places (Calendar, Clocks, and 
> Alarms), so I've updated all three of those tiddlers.
>
> The latest revision is now posted at http://TiddlyTools.com/timer.html.  
> Please download the fixes and confirm that the calendar display in your 
> document now works as its supposed to.
>
> enjoy,
> -e
>

-- 
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 the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c00b790d-8978-48f8-b622-724ad43b4823o%40googlegroups.com.


[tw5] Re: New TiddlyTools time feature: **Interactive Calendar**

2020-09-18 Thread danraymond
Hi Eric;
Happy to send to you privately. How to do that?

Dan

On Friday, September 18, 2020 at 4:51:07 PM UTC+10 Eric Shulman wrote:

> On Thursday, September 17, 2020 at 11:24:22 PM UTC-7, danraymond wrote:
>>
>> I am using 5.1.22. However, I am also using the "Whitespace" theme maybe 
>> thats an issue?
>>
>
> I just installed the whitespace theme into my timer.html file to test.  I 
> don't get the same results as your snapshots show.  The calendar displays 
> just fine.
>
> Can you provide a link to your TW file (or send me a copy privately)?  
> Perhaps I can directly debug the problem rather than guessing as to what is 
> happening.
>
> -e
>

-- 
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 the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2a627ef7-a0c6-41a5-a099-712749ec1d77n%40googlegroups.com.


[tw5] Re: New TiddlyTools time feature: **Interactive Calendar**

2020-09-18 Thread danraymond
Eric,
I am using 5.1.22. However, I am also using the "Whitespace" theme maybe 
thats an issue?

Dan

On Friday, September 18, 2020 at 1:26:12 PM UTC+10 Eric Shulman wrote:

> On Thursday, September 17, 2020 at 7:52:49 PM UTC-7, danraymond wrote:
>>
>> One issue I am having with the Calendar and Sidebar Calendar is that they 
>> show as a single line for each month. That is not a "calendar" shape at 
>> all? (see image).
>> I am using the "Stories" plugin, maybe that is conflicting. Any ideas?
>>
>
> Wow!  That is very strange looking indeed.
>
> The code that makes the calendar break into weekly row lines is this:
> <$list filter="[adddivide[7]split[.]count[]match[1]]">
> 
> (see the "showgrid(,mm,select)" macro in 
> http://tiddlytools.com/timer.html#TiddlyTools%2FTimer%2FCalendar)
>
> This filter uses the "divide[...]" and "match[...]" operators, which were 
> added in TW5.1.20, released 9th August 2019 at 07:13
> (see https://tiddlywiki.com/#Release%205.1.20 and 
> https://tiddlywiki.com/#Mathematics%20Operators)
>
> If you are using a revision of TiddlyWiki that pre-dates 5.1.20, then 
> those filter operators didn't exist yet.
>
> However, because of the way filters work, those operators would not have 
> produced an error and would have instead been interpreted as references to 
> fields named "divide" and "match" which are not part of my calendar 
> implementation, resulting in blank filter output, which would prevent the 
>  from being output.
>
> So, my first question to you is: what release version of TiddlyWiki are 
> you using?  You can get the answer from the $:/ControlPanel tiddler, 
> "Info", "Basics" tab.
>
> If that version number is less than 5.1.20, then the fix is to upgrade 
> your document to at least 5.1.20.  Note: the current release is 5.1.22, and 
> I don't know if the "Stories" plugin is compatible with that version, but 
> hopefully it is.
>
> You can try upgrading by opening https://tiddlywiki.com/upgrade and 
> following the instructions found there.
>
> Let me know what you find out.
>
> -e
>

-- 
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 the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3c6058c4-9e0d-41d4-87fa-0a090de6470cn%40googlegroups.com.


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

2020-07-28 Thread danraymond
Hello JD;

All good thank you for the best theme for TW5 it is perfect for my needs. 
Look forward to any further incarnations.

On Monday, July 27, 2020 at 5:45:44 PM UTC+10, JD wrote:
>
> Hello again Danraymond,
>
> I've finally updated this theme to fix the previous bugs (The demo site 
> has also been updated to v5.1.22 of Tiddlywiki). 
>
> For safe re-installation, please go to *$:/AdvancedSearch* > *Filter* tab 
> of your wiki and delete this filter search term: 
> [is[shadow]prefix[$:/themes/jd/Whitespace]][prefix[$:/config/Whitespace]]
>
> Then, just install the theme normally again from the site.
>
> (Overwritten shadow tiddlers of the theme might have prevented the update.)
>
> Thanks for the bug report!
>
> -jd
>
>
>
> On Monday, July 27, 2020 at 1:58:29 PM UTC+9, danraymond wrote:
>>
>> Hi JD;
>>
>> Thanks again for being so responsive. That's what I looked for, but see 
>> attached image those options are not there. Will try delete the theme files 
>> and reimport the downloaded theme tid file.
>>
>> On Monday, July 27, 2020 at 12:09:55 PM UTC+10, JD wrote:
>>>
>>> Hi again! 
>>>
>>> It should be in *$:/ControlPanel* > *Appearance *> *Whitespace Tweaks*
>>>
>>> The items are *Sidebar top buttons area height* and *Sidebar top 
>>> padding*!
>>>
>>> Please do inform if they're not working as expected!
>>>
>>> -jd
>>>
>>> On Monday, July 27, 2020 at 10:55:57 AM UTC+9, danraymond wrote:
>>>>
>>>> Hi JD;
>>>>
>>>> Thanks for such a quick response. I updated the theme. I opened the 
>>>> theme Whitespace Theme tweaks, where do I adjust the sidebar page controls 
>>>> height, and sidebar top padding?
>>>>
>>>> Thank you
>>>>
>>>> On Monday, July 27, 2020 at 12:58:49 AM UTC+10, JD wrote:
>>>>>
>>>>> Hi Danraymond! 
>>>>>
>>>>> Thank you so much for enjoying the theme! ^^,
>>>>>
>>>>> I updated it to have a config for the sidebar page controls height, 
>>>>> and sidebar top padding to accomodate. 
>>>>>
>>>>> You can add to the sidebar by tagging any tiddler with $:/tags/SideBar
>>>>>
>>>>> Pre-loaded sidebar tabs, those part of the core, can be searched for 
>>>>> in Advanced Search: prefixed with $:/core/ui/SideBar/
>>>>>
>>>>> Be wary that the theme has a scrolling bug in later TW versions... I 
>>>>> might get this up to date but I'm not sure when. There are so many plates 
>>>>> spinning. 
>>>>>
>>>>> Please stay safe ^^,
>>>>>
>>>>> -jd
>>>>>
>>>>> On Sun, Jul 26, 2020, 15:34 danraymond,  wrote:
>>>>>
>>>>>> Hi JD;
>>>>>>
>>>>>> This may be too old a thread now. However, Thank you for such a great 
>>>>>> theme. It has made my TW5 use much more fluid.
>>>>>>
>>>>>> I have a very dumb question: when I remove a sidebar "card" with the 
>>>>>> "remove from sidebar" button. How do I get it back?
>>>>>>
>>>>>> Also, I made the top control buttons area (the hover area that shows 
>>>>>> the control buttons) 50px as I have 2 rows. How can I move the 
>>>>>> title/subtitle are down to accommodate ths change as the hover are 
>>>>>> covers 
>>>>>> it up slightly?
>>>>>>
>>>>>> Thank you
>>>>>>
>>>>>> On Sunday, August 26, 2018 at 10:36:03 PM UTC+10, JD wrote:
>>>>>>>
>>>>>>> Hello everyone, theming-obsessed JD here,
>>>>>>>
>>>>>>> This might be against the grain of current UI ideas and 
>>>>>>> conversations, but lately I've been nostalgic about a webapp-y kind of 
>>>>>>> design... So I made a theme out of it, for other folks who might be 
>>>>>>> into 
>>>>>>> this sort of style. I don't expect it would be used much, I'm just 
>>>>>>> sharing 
>>>>>>> for archiving reasons... 
>>>>>>>
>>>>>>> Link here: http://j.d.whitespace.tiddlyspot.com/ 
>>>>>>>
>>>>>>> Thanks for the inspiring conversations, everyone. I love 
>>>>>>> back-reading ☺️
>>>>>>>
>>>>>>> Perpetual lurker, 
>>>>>>> JD
>>>>>>>
>>>>>> -- 
>>>>>> You received this message because you are subscribed to a topic in 
>>>>>> the Google Groups "TiddlyWiki" group.
>>>>>> To unsubscribe from this topic, visit 
>>>>>> https://groups.google.com/d/topic/tiddlywiki/6-KSnCFXtWU/unsubscribe.
>>>>>> To unsubscribe from this group and all its topics, send an email to 
>>>>>> tiddl...@googlegroups.com.
>>>>>> To view this discussion on the web visit 
>>>>>> https://groups.google.com/d/msgid/tiddlywiki/d12f70de-5c7a-4e80-877a-9c9b5c2585b3o%40googlegroups.com
>>>>>>  
>>>>>> <https://groups.google.com/d/msgid/tiddlywiki/d12f70de-5c7a-4e80-877a-9c9b5c2585b3o%40googlegroups.com?utm_medium=email_source=footer>
>>>>>> .
>>>>>>
>>>>>

-- 
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 the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3c7ae2fa-6231-49b4-b32f-28fc73aa004ao%40googlegroups.com.


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

2020-07-27 Thread danraymond
JD;

Thank you. Seems whitespace tiddlyspot not loading at moment. Will try 
later.


On Monday, July 27, 2020 at 5:45:44 PM UTC+10, JD wrote:
>
> Hello again Danraymond,
>
> I've finally updated this theme to fix the previous bugs (The demo site 
> has also been updated to v5.1.22 of Tiddlywiki). 
>
> For safe re-installation, please go to *$:/AdvancedSearch* > *Filter* tab 
> of your wiki and delete this filter search term: 
> [is[shadow]prefix[$:/themes/jd/Whitespace]][prefix[$:/config/Whitespace]]
>
> Then, just install the theme normally again from the site.
>
> (Overwritten shadow tiddlers of the theme might have prevented the update.)
>
> Thanks for the bug report!
>
> -jd
>
>
>
> On Monday, July 27, 2020 at 1:58:29 PM UTC+9, danraymond wrote:
>>
>> Hi JD;
>>
>> Thanks again for being so responsive. That's what I looked for, but see 
>> attached image those options are not there. Will try delete the theme files 
>> and reimport the downloaded theme tid file.
>>
>> On Monday, July 27, 2020 at 12:09:55 PM UTC+10, JD wrote:
>>>
>>> Hi again! 
>>>
>>> It should be in *$:/ControlPanel* > *Appearance *> *Whitespace Tweaks*
>>>
>>> The items are *Sidebar top buttons area height* and *Sidebar top 
>>> padding*!
>>>
>>> Please do inform if they're not working as expected!
>>>
>>> -jd
>>>
>>> On Monday, July 27, 2020 at 10:55:57 AM UTC+9, danraymond wrote:
>>>>
>>>> Hi JD;
>>>>
>>>> Thanks for such a quick response. I updated the theme. I opened the 
>>>> theme Whitespace Theme tweaks, where do I adjust the sidebar page controls 
>>>> height, and sidebar top padding?
>>>>
>>>> Thank you
>>>>
>>>> On Monday, July 27, 2020 at 12:58:49 AM UTC+10, JD wrote:
>>>>>
>>>>> Hi Danraymond! 
>>>>>
>>>>> Thank you so much for enjoying the theme! ^^,
>>>>>
>>>>> I updated it to have a config for the sidebar page controls height, 
>>>>> and sidebar top padding to accomodate. 
>>>>>
>>>>> You can add to the sidebar by tagging any tiddler with $:/tags/SideBar
>>>>>
>>>>> Pre-loaded sidebar tabs, those part of the core, can be searched for 
>>>>> in Advanced Search: prefixed with $:/core/ui/SideBar/
>>>>>
>>>>> Be wary that the theme has a scrolling bug in later TW versions... I 
>>>>> might get this up to date but I'm not sure when. There are so many plates 
>>>>> spinning. 
>>>>>
>>>>> Please stay safe ^^,
>>>>>
>>>>> -jd
>>>>>
>>>>> On Sun, Jul 26, 2020, 15:34 danraymond,  wrote:
>>>>>
>>>>>> Hi JD;
>>>>>>
>>>>>> This may be too old a thread now. However, Thank you for such a great 
>>>>>> theme. It has made my TW5 use much more fluid.
>>>>>>
>>>>>> I have a very dumb question: when I remove a sidebar "card" with the 
>>>>>> "remove from sidebar" button. How do I get it back?
>>>>>>
>>>>>> Also, I made the top control buttons area (the hover area that shows 
>>>>>> the control buttons) 50px as I have 2 rows. How can I move the 
>>>>>> title/subtitle are down to accommodate ths change as the hover are 
>>>>>> covers 
>>>>>> it up slightly?
>>>>>>
>>>>>> Thank you
>>>>>>
>>>>>> On Sunday, August 26, 2018 at 10:36:03 PM UTC+10, JD wrote:
>>>>>>>
>>>>>>> Hello everyone, theming-obsessed JD here,
>>>>>>>
>>>>>>> This might be against the grain of current UI ideas and 
>>>>>>> conversations, but lately I've been nostalgic about a webapp-y kind of 
>>>>>>> design... So I made a theme out of it, for other folks who might be 
>>>>>>> into 
>>>>>>> this sort of style. I don't expect it would be used much, I'm just 
>>>>>>> sharing 
>>>>>>> for archiving reasons... 
>>>>>>>
>>>>>>> Link here: http://j.d.whitespace.tiddlyspot.com/ 
>>>>>>>
>>>>>>> Thanks for the inspiring conversations, everyone. I love 
>>>>>>> back-reading ☺️
>>>>>>>
>>>>>>> Perpetual lurker, 
>>>>>>> JD
>>>>>>>
>>>>>> -- 
>>>>>> You received this message because you are subscribed to a topic in 
>>>>>> the Google Groups "TiddlyWiki" group.
>>>>>> To unsubscribe from this topic, visit 
>>>>>> https://groups.google.com/d/topic/tiddlywiki/6-KSnCFXtWU/unsubscribe.
>>>>>> To unsubscribe from this group and all its topics, send an email to 
>>>>>> tiddl...@googlegroups.com.
>>>>>> To view this discussion on the web visit 
>>>>>> https://groups.google.com/d/msgid/tiddlywiki/d12f70de-5c7a-4e80-877a-9c9b5c2585b3o%40googlegroups.com
>>>>>>  
>>>>>> <https://groups.google.com/d/msgid/tiddlywiki/d12f70de-5c7a-4e80-877a-9c9b5c2585b3o%40googlegroups.com?utm_medium=email_source=footer>
>>>>>> .
>>>>>>
>>>>>

-- 
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 the web visit 
https://groups.google.com/d/msgid/tiddlywiki/678bc158-215e-40db-aa95-001321f521a6o%40googlegroups.com.


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

2020-07-26 Thread danraymond
Hi JD;

Thanks for such a quick response. I updated the theme. I opened the theme 
Whitespace Theme tweaks, where do I adjust the sidebar page controls 
height, and sidebar top padding?

Thank you

On Monday, July 27, 2020 at 12:58:49 AM UTC+10, JD wrote:
>
> Hi Danraymond! 
>
> Thank you so much for enjoying the theme! ^^,
>
> I updated it to have a config for the sidebar page controls height, and 
> sidebar top padding to accomodate. 
>
> You can add to the sidebar by tagging any tiddler with $:/tags/SideBar
>
> Pre-loaded sidebar tabs, those part of the core, can be searched for in 
> Advanced Search: prefixed with $:/core/ui/SideBar/
>
> Be wary that the theme has a scrolling bug in later TW versions... I might 
> get this up to date but I'm not sure when. There are so many plates 
> spinning. 
>
> Please stay safe ^^,
>
> -jd
>
> On Sun, Jul 26, 2020, 15:34 danraymond, > 
> wrote:
>
>> Hi JD;
>>
>> This may be too old a thread now. However, Thank you for such a great 
>> theme. It has made my TW5 use much more fluid.
>>
>> I have a very dumb question: when I remove a sidebar "card" with the 
>> "remove from sidebar" button. How do I get it back?
>>
>> Also, I made the top control buttons area (the hover area that shows the 
>> control buttons) 50px as I have 2 rows. How can I move the title/subtitle 
>> are down to accommodate ths change as the hover are covers it up slightly?
>>
>> Thank you
>>
>> On Sunday, August 26, 2018 at 10:36:03 PM UTC+10, JD wrote:
>>>
>>> Hello everyone, theming-obsessed JD here,
>>>
>>> This might be against the grain of current UI ideas and conversations, 
>>> but lately I've been nostalgic about a webapp-y kind of design... So I made 
>>> a theme out of it, for other folks who might be into this sort of style. I 
>>> don't expect it would be used much, I'm just sharing for archiving 
>>> reasons... 
>>>
>>> Link here: http://j.d.whitespace.tiddlyspot.com/ 
>>>
>>> Thanks for the inspiring conversations, everyone. I love back-reading ☺️
>>>
>>> Perpetual lurker, 
>>> JD
>>>
>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "TiddlyWiki" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/tiddlywiki/6-KSnCFXtWU/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> tiddl...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/d12f70de-5c7a-4e80-877a-9c9b5c2585b3o%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/tiddlywiki/d12f70de-5c7a-4e80-877a-9c9b5c2585b3o%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>

-- 
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 the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b94562e7-a1df-451e-a8d1-e779dd368443o%40googlegroups.com.


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

2020-07-26 Thread danraymond
Hi JD;

This may be too old a thread now. However, Thank you for such a great 
theme. It has made my TW5 use much more fluid.

I have a very dumb question: when I remove a sidebar "card" with the 
"remove from sidebar" button. How do I get it back?

Also, I made the top control buttons area (the hover area that shows the 
control buttons) 50px as I have 2 rows. How can I move the title/subtitle 
are down to accommodate ths change as the hover are covers it up slightly?

Thank you

On Sunday, August 26, 2018 at 10:36:03 PM UTC+10, JD wrote:
>
> Hello everyone, theming-obsessed JD here,
>
> This might be against the grain of current UI ideas and conversations, but 
> lately I've been nostalgic about a webapp-y kind of design... So I made a 
> theme out of it, for other folks who might be into this sort of style. I 
> don't expect it would be used much, I'm just sharing for archiving 
> reasons... 
>
> Link here: http://j.d.whitespace.tiddlyspot.com/ 
>
> Thanks for the inspiring conversations, everyone. I love back-reading ☺️
>
> Perpetual lurker, 
> JD
>

-- 
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 the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d12f70de-5c7a-4e80-877a-9c9b5c2585b3o%40googlegroups.com.


[tw5] Re: New tiddlywiki, same setup

2020-07-15 Thread danraymond
Hi Eric;

I was looking at this solution for Sara and realised it may help me with an 
issue I have been trying to solve. I am a very long term TiddlyWiki Classic 
(Thank you Jeremy!) user and am now learning the internals of TW5 and 
loving it.

I am trying to develop some ZettelKasten bits so I can move away from 
Zettlr (which is fabulous by the way worth exploring). Zettlr and other 
similar programs offer a list of existing MD files in the same folder when 
you type the [[ to start a link, you can select one and the link inserts or 
ESC and type your own link details.

Whilst I think its impossible to do that directly when editing a tiddler, I 
thought I could add a toolbar button in the editor that:
1. produced a selectable list of existing tiddlers (similar to your 
solution here) and
2. When selected inserted it in the text area of the tiddler.

I am trying to modify the first part of your code to do the dropdown list 
of tiddlers, but not sure how to have it insert the tiddler name as a [[my 
selected tiddler]]?

Can you help me please?

-- 
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 the web visit 
https://groups.google.com/d/msgid/tiddlywiki/548aaba4-f068-4e0d-8b54-d86034cbef8ao%40googlegroups.com.


[tw] search results not highlighted

2012-01-26 Thread danraymond
I am using Morris Grey's TWT-Treeview Executive unchanged from the
original, whenever I use the search box the results are not
highlighted. However if I use a fresh tiddlywiki (i.e. the empty.html
one) the results are highlighted. Is there a way to get the TWT-
Treeview one to highlight search results?

Thank you

Dan Raymond

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Style settings for notes plugin

2010-02-07 Thread danraymond
Thanks, was looking in more usualm places, didn't expect to find in
the plugin itself. Solved thanks

Dan Raymond

On Feb 7, 3:13 am, Måns humam...@gmail.com wrote:
 Hi Dan

 If you look at the end of the plugin code it says:

 setStylesheet(.TiddlerNotes {\n+  background:#eee;\n+  border:1px
 solid #ccc;\n+  padding:10px;\n+  margin:15px;\n+ }\n+ \n+
 .cancelNotesButton,.editNotesButton, .saveNotesButton {\n+ 
 float:right;\n+  border:1px solid #ccc;\n+  padding:2px 5px;\n+ }
 \n+ \n+ .saveNotesButton{\n+  margin-right:0.5em;\n+ }\n+
 \n+ .TiddlerNotes.editor textarea{\n+  border:1px solid #ccc;\n+
 },NotesPluginStyles);
 //!END-PLUGIN-CODE
 // %/

 You should be able to change appearance here..

 regards Måns Mårtensson

 On 6 Feb., 09:29, danraymond nebul...@gmail.com wrote:

  I am using the notes plugin. Can someone tell me what effects the
  rendered style in the parent tiddler as the text and background are
  too similar in my stylesheet (a custom one) and I don't know where to
  look to change the style to be more visible.

  Thanks

  Dan Raymond

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Style settings for notes plugin

2010-02-06 Thread danraymond
I am using the notes plugin. Can someone tell me what effects the
rendered style in the parent tiddler as the text and background are
too similar in my stylesheet (a custom one) and I don't know where to
look to change the style to be more visible.

Thanks

Dan Raymond

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Taggly Tagging Install instructions help!

2010-02-05 Thread danraymond
I am lost! In simple terms:

I have developed my tiddlywiki and wish to add the tagglytagging
capability.

Can someone please give me succinct instructions as to:
what plugins (apart from the tagglytagging one itself) that I need, as
well as what changes i need to make to the view and edit templates.

I don't want to use the MTPW theme as i have my own.

btw I am quickly realising what a great piece of work tiddlywiki is!

I started out trying to replace infoselect, which was easily
achievable with a base tiddlywiki. Now I seem to be building a whole
knowledge management system.

Thanks in advance for any help

Dan

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Taggly Tagging Install instructions help!

2010-02-05 Thread danraymond
Mario,

thanks so much! worked well, now that the various parts of the plugin
are visible in my tiddler its all go!

thanks

On Feb 6, 7:17 am, PMario pmari...@gmail.com wrote:
 Hi Dan
 Which TW did you use as a starting point?

 I assume, that you have imported the TagglyTaggingPlugin allready?

 1) Standard ViewTemplate
 =
 You need to add some lines into your ViewTemplate.
 But! First make a backup!

 above the titleContainer(2) it needs line (1)

 (1)div class=tagglyTagged macro=tags/div
 (2)div class='titleContainer'

 and below viewer(3) it needs line (4)
 (3)div class='viewer' macro='view text wikified'/div
 (4)div class=tagglyTagging macro=tagglyTagging/div

 I hope that's all, because I started with MPTW.

 The plugin installs a shadow tiddler TagglyTaggingStyles
 you can edit this too change colors.

 2) ViewTemplate Section of a Theme
 =
 ..backup :)
 If you are using a Theme, then you need to edit the
 YourTheme##ViewTemplate section. The rest is the same as described
 allready.

 regards Mario

 On Feb 5, 10:32 am, danraymond nebul...@gmail.com wrote:

  I am lost! In simple terms:

  I have developed my tiddlywiki and wish to add the tagglytagging
  capability.

  Can someone please give me succinct instructions as to:
  what plugins (apart from the tagglytagging one itself) that I need, as
  well as what changes i need to make to the view and edit templates.

  I don't want to use the MTPW theme as i have my own.

  btw I am quickly realising what a great piece of work tiddlywiki is!

  I started out trying to replace infoselect, which was easily
  achievable with a base tiddlywiki. Now I seem to be building a whole
  knowledge management system.

  Thanks in advance for any help

  Dan

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] sidebar won't hide

2010-01-31 Thread danraymond
Hi All,

Getting used to how tiddlywiki functions. A small issue I am using the
DevFire style and the sidebars just won'y toggle, nor will fullscreen
work! any ideas?

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Changing colors in tw-tree-executive

2010-01-27 Thread danraymond
Hello, sort of new here and developing my TW as a super version of
infoselect.

I really like the tree executive implementation by Morris Gray.
However, I am having trouble changing the colors. Modifying the
colorpalette tiddler doesn't seem to work and the colors seem to be
hard coded into the stylesheet.

Am I missing something? is there a simple way to alter the colors.

Thanks in advance
Dan Raymond

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.