geoffo, Brett1, chimo, Nuve, jacky, gxt, mro, rvalue, Nuve-, gopiandcode, barnaby, tetov-irc, gRegorLove_, gRegorLove__ and cambridgeport90 joined the channel
#cambridgeport90It would appear that some folks would make a stink on Mastodon about how this server keeps public logs of public chats; stating that it does not comply with GDPR if people are not able to erase their data or see it... but how does that law even apply if this chat server is public anyway? As technologists, not lawyers, gods... do we seriously have to worry about this crap, too?
#aaronpkwhich server? because this chat is distributed all over the place 😂 IRC, Slack, Matrix, Discord, GitHub for archives
#aaronpkalso a lot of people's own chat clients store archives on their own machines
jacky, barnaby, gopiandcode and geoffo joined the channel
#[snarfed]1more comprehensively no, most indieweb services don't need to worry about GDPR, and yes, if the data is public, that's one reason (among others). https://indieweb.org/GDPR , https://brid.gy/about#gdpr
#[snarfed]1also importantly, GDPR doesn't necessarily require self serve software tool(s) for exporting data, deleting it, etc. compliance can be fully manual.
#LoqiA bookmarklet is a web browser bookmark that runs javascript commands on the current page; indieweb bookmarklets are often useful for responding to the current page https://indieweb.org/bookmarklet
#capjamesgbookmarklet << A bookmarklet used to provide an edit button on a static web page:
#[aciccarello]That's a cool idea for a hidden interface. I'd probably just add it as a hidden button on my page. I already have a "View on GitHub" link in my footer.
jacky, jan6, jacky_ and hollie joined the channel
#hollieWhere's a good place to ask a site design question?
#barnabyhere, if it’s user-facing! or in #indieweb-dev if it’s more about software design
#hollieCool! Thanks. It'd be here, then. I should preface this with saying that my knowledge on coding is basic HTML and very basic CSS, and that's it.
#hollieSo the question is: I've used WordPress in the past, and I'm using Microblog at the moment, but I'm still trying to figure out how to build what I want.
#hollieOne thing I'd like is to be able to have a page where all the subject lines of posts of a particular Category or Tag are listed.
#hollieSo many blogs will have an "archive" page or a list of tags, and you click a tag or category, and it goes to a page that shows all the posts in order - but the full posts. Which means I can't easily scan through the subjects to look for something.
#hollieI'd like to have a site where I could, say, write about a lot of different things, but if someone clicked on the Knitting page, they woud see a page with a list of subject lines for posts that were about Knitting. Not the posts themselves. Does this make sense?
#barnabyI imagine that’s fairly easy to do on wordpress, although I don’t know how to do it off the top of my head as I don’t work with WP much
#barnabybut there are plenty of wordpress experts here who can probably help
#hollieI would have thought so too, but when I asked in a recent WordPress training group they seemed confused. Like why would I want this? And the answer was about building a new page with all these blocks, and I'm just allergic to the whole block thing on WP right now.
#hollieIt seemed like there should be an easy to way to code so that a page knows, "Bring me a list of every subject line in the Knitting category". But then I don't know code, so...
jacky joined the channel
#hollieI've been using Obsidian lately and I wish I could build a website that was basiclly functionally like an Obsidian vault.
#capjamesgI don't know much about Obsidian but I wonder if there is already a tool for that.
#barnabybut if obsidian is just a nice interface over a load of markdown files, it’s probably possible to throw some of them into a static site generator and get a usable result
#capjamesghollie "Bring me a list of every subject line in the Knitting category" - did you mean on WordPress?
jacky joined the channel
#capjamesgbarnaby I'd say so. Obsidian definitely allows access to local markdown files.
#hollieI want to support Osidian and I definitely don't mind paying for things, but in the long term that isn't a sustainable yearly cost for me, I'd like to be able to build somethig similar on my own.
#Loqi[devbean] obsidian-wordpress: An obsidian plugin for publishing docs to WordPress.
#hollieYep - capjamesg I meant on WordPress, but also was asking if it was an ability that other systems had, like Hugo or something.
#holliejacky - Oh I will look at that! But I'm still a newb with all this so I'm not sure I know how to get it started. :)
#hollieAlso - another topic - I notice when I click on my name here it goes to my old (broken/gone) site. How do I make my name here go to my current site?
#hollieI really want to learn how to just build my own WP theme. I know exactly what I want, I just can't find any theme that does it, so then I think, why not build my own? But then I look at how much there is to know and I get intimidated.
#hollieBut the community here seems pretty amazing so maybe I should just go for it and then come here with my questions. Hopefully not on a too-annoying basis!
#[KevinMarks]The other thing that could work with a straightforward theme would be to use <details><summary> to make the titles expand the post inline,
#hollieWhen you say "straightforward theme" are you meaning WordPress?