@ Mark_S Thank you that looks great.
Looks like the buttons are working too no. What did you have to change?
@ Mark_S Thank you that looks great.
Looks like the buttons are working too no. What did you have to change?
So far I’ve only fixed the import.
I’m sure there are some things not working. The “delete” button from the Tiddler View doesn’t work. And working on the main view template causes a massive recursive view.
I’m curious if the main functionality seems to work, since I never actually used Cardo.
I’ve made an update.
I’ve re-overwritten the main ViewTemplate, which restores the ability to delete a tiddler from the tiddler view.
As far as I can tell, David’s view template only had a small change that was in anticipation of being able to add a swipe handler. Everything seemed to work fine after the change. Maybe someone more familiar can check it out.
I’ve added a log of the changes I’ve (knowingly) made to the top, including a link to a tool that will let you download a local copy.
Usually I tend to identify more with Dan Akroyd, but admittedly GHD is pretty much my favourite movie. Which is why I try never to watch it.
@ Mark_S Thank you the log is very helpful.
I wanted to take a look at these two, but got an error "Recursive transclusion error in transclude widget"
So, for the moment, I’ve changed the log entry for $:/core/ui/ViewTemplate into mono-space, so you don’t accidentally click it. It’s the exact same as that at TiddlyWiki.com .
I’ve changed the type for Cardo: $:/core/ui/ViewTemplate into text/plain so you can view it.
Might have to figure out some anti-recursive code if it becomes necessary to work on $:/core/ui/ViewTemplate.
You can now visit either ViewTemplate without getting a recursion error.
The Cardo template system is over-riding the newer 5.3.8 cascade-driven template system in some cases. So how to work those differences out …
Wouldn’t the code_body
field set to yes
work in Cardo just like current core $:/core/ui/ViewTemplate?
AFAICT it’s related to a core cascade: https://tiddlywiki.com/#%24%3A%2Fconfig%2FViewTemplateBodyFilters%2Fcode-body and https://tiddlywiki.com/#%24%3A%2Fcore%2Fui%2FViewTemplate%2Fbody%2Fcode
(only skimming through the thread without even opening Cardo, so I might well be completely wrong )
Fred
First thing I tried. But it’s using it’s own view-template stack, not the cascade. Also, possibly written before code-body was a thing? I added code to the Cardo body view body template to prevent display when code-body:yes .
Saving by buttons wasn’t working for the Cardo types (Goals, Reminders, etc.) You could however, still use ctl-enter to save.
Updating Cardo $:/plugins/Cardo/ui/EditTemplate to match 5.3.8. This seems to have fixed it, but feed-back would be helpful. Since I didn’t use it before, something could be broken and I wouldn’t recognise it as such.
That looks very promising @Mark_S. Could you please change the tiddlyhost settings to:
Settings > Advanced settings > Make this site available as a template for others to clone
Then I can clone it and test it. Looks like the CSS of the buttons needs to be adjusted. I think I can do that.
Hello Xrizzy,
I’ve made the requested change.
I do plan to make another update – I’m trying to remove ViewTemplate from the plugin and also switch to using the cascade-driven body filter. This may change nesting which could have an impact on CSS, though so far it’s looking like change are minor.
The ViewTemplate is overridden in at least three different plugins in the file! Which is a good reason to move away from overriding ViewTemplate if possible.
I’m pretty lousy with CSS. If it was me, we’d all be running MS-DOS programs
That’s great. I think I can fix the CSS and modernize the look & feel a little bit. Great that you look after the MS-DOS Programs ehm Tiddlywiki “Programs”. It would be great if we could make Cardo fit for the future this way.
When I create a new project I get the following:
When I look at the original, I see that same error. So it must be a long-standing problem (i.e., the upgrade isn’t what broke it.). Something else to sift out – somewhere in the edit templates.
I’m thinking there’s no reason to keep in the bits related to Google Analytics.
This is another version where I preview the changes as a plugin by itself before putting the plugin into the shareable version. I did not copiously update the notes like I should have. Maybe later. I’m starting the plugin at 1.0.10, in case there were some missing versions after 1.0.3. There are still some tiddlers overriding the core. Baby steps, right?
So mostly I would like some feedback that it appears to be basically working, or if there are some major omissions.
Thanks!
Hello all!
Xrizzy has set up a new home for us to continue the project collaboratively.
Visit https://cardo-revisited.tiddlyhost.com/
for the latest updates.
My own goal is to try to reduce the places where the code overrides the core so that it will be fairly easy to continue the project into the future. Also so that code can use the newer features of TiddlyWiki.com
. For instance, pulling the stash of 4 key plugin/themes directly from the Cardo wiki itself, rather than having to maintain an offsite source. Or using drag and drop to re-arrange tiddlers.
So far we seem to have fixed the recursion problems (knock on silicon) and I haven’t personally encountered a RSOE, but maybe I haven’t tried hard enough.
Xrizzy can speak for herself, but I think she’s hoping to give it all a more modern look, whereas I think the Windows 95 look is pretty avant-garde.
I see the text \parameters (size:"22pt", stroke:"none", stroke-width:"0")
visible in multiple tiddlers. In view mode.
That is my mess. I changed the buttons to Lucide Icons — Lucide v0.515.0 which needs of course the plugin installed.
It’s not that. I am getting it too when editing tasks. Something about the calendar. The pick a date is gone.