Is the issue the new post?

Okay, forget the image… Does this edit. Okay, editz for realz

Post with a different destination that’s been edited. Again. One more time is the charm.

More tests

What else should I do?

Continue reading →

Hello everyone. Isn’t this nice? waht happenzzz with mispellzzz?

Some turkeys or something.

### Image Alt Text Goes Here ###

Here we go. Sending along categories. This one I keep trying to edit……..

.@heyloura Maybe this mention will work.

Thanks to @manton for updating the bookmarks JSON api this afternoon to include tags so now you can use @sod’s wonderful bookmark plugin to display them (assuming you have the premium Micro.blog plan). You will need to use a custom template like he details in his documentation. The trick is to use the {{ .tags }} inside the {{ range .items }}. Here’s how I’m doing it on my site:

{{< bookmarks >}}
{{ range .items }}
{{ $url := urls.Parse .url }}
{{ if not (hasPrefix .id "link") }}
<figure class="bookmark">
<blockquote>
<p>{{ replace (replace ( .content_html | plainify | truncate 300 ) "Reader: " "") $url.Host "" }}</p>
</blockquote>
<figcaption><cite><a class="u-bookmark-of" href="{{ .url }}">{{ $url.Host }}</a><br/><small>Bookmarked: {{ time.Format "Jan 2, 2006" .date_published}}</small><br/><small class="tags">{{ .tags }}</small></cite></figcaption>
</figure>
{{ end }}
{{ end }}
{{< /bookmarks >}}
You might have noticed I further customized it with longer preview text and some extra replace statements. That’s because the .content_html includes some extra links to the micro.blog reader text which looked a bit strange after you stripped out the html with plainify. That’s where the {{ replace (replace ( .content_html | plainify | truncate 300 ) "Reader: " "") $url.Host "" }} line comes in.

A framed* productivity app - building a calendar

A framed* productivity app - building a calendar This is a continuation of my experiments using iframes as a modular way to build an app. You can start from the beginning here: Introduction Post. This is what I’ll be building today: code, preview This calendar will form the starting point of my productivity app. Now this app begins to toe the line of, why don’t you just use web components or one of the many many framework libraries?

Continue reading →

A basic framed* website... more experiments with disappearing iframes

A basic framed* website… more experiments with disappearing iframes Want to follow along? You are going to need some basic familiarity with JavaScript, html, css, you will need a code editor and have the files served from a webserver. Due to iframe restrictions, this won’t work locally. From my An experimental take on the retro website frames… disappearing iframes with vanilla-js, html, and css post we know have a way of using html pages as page fragments using iframes and then making those iframes disappear.

Continue reading →

An experimental take on the retro website frames

Want to follow along? You are going to need some basic familiarity with JavaScript, html, css, you will need a code editor and have the files served from a webserver. Do to iframe restrictions, this won’t work locally. If you recall from my introduction post, framed websites have three main issues: You might navigate to the fragment page itself, thus seeing an incomplete website Search engines wouldn’t/didn’t search the content in frames, thus impacting a sites SEO Accessibility concerns, especially for screen readers, who can’t detect changes in one frame impacting another frame.

Continue reading →

A picture and some text. How super fancy!

dcc-the-portal-under-the-stars-session-1

Session One Being a peasant is hard but maybe your luck is about to turn around. The stars have aligned in a strange pattern and that old tale you heard so long ago maybe wasn't as foolish as you thought. Sure enough there is a shimmering portal right in front of you, just outside of town near that old and strange stone formation. There are riches there, you're sure of it.

Continue reading →

Test with title

Okay, so sometime I want to write a lot of things, lots and lots and lots. This may make it so that this turns into an article. That would be kinda neat don’t you think? How many characters is the limit you ask? Well, my guess is 280 characters. So I’m typing until I hit that point! Yep, it worked

Continue reading →

For personal projects I try to write clean and minimal code 👩‍💻. Then I go to my 9-5 and it’s an absolute mess. It’s so hard not to take a figurative scrub brush and start cleaning the entire code base 😆

For mbnov I need to come up with something using the word license. With my migraine I don’t see that happening 🤕

In reply to heyloura-test.micro.blog/2022/11/0…

Can I self reply? 😆

Hello from Omnibear! 🎉