salano_ym, to random

urlのエスケープ欲しい

murasa, to fediverse

Does anyone writing / Plays (coded in ) know how to set the privacy/visibility setting of the form in Ui:C:postFormButton? I know I can set a content warning with cw, but I have no idea about setting the default visibility of the note generated by the Play. ​:Blobhaj_Thinking:​

I plan to crudely recreate the "poking" function back in the good 'ol days of . What I have in mind is, the user inputs the handle of the user, and then generates a note with Direct visibility to the target handle, a CW containing I poked you! Click to see how to poke back, and then of course the text containing whatever instructions I would write. Shouldn't be too complicated I think.

box464, to random

I've collected all my work on and into one place! It should be useful to anyone using and (for now) as well.

If anyone has questions about AiScript or any of the features I've examined in blogs, happy to share what I've learned.

https://catodon.social/@box464/pages/forkey_docs

salano_ym, to random
minybolito, to random
@minybolito@peculiar.florist avatar

quelqu'un a une idée de comment écrire un script aiscript pour ouvrir un lien dans un nouvel onglet (c'est possible même ?)

j'ai regardé un peu la doc mais vraiment je trouve rien :((

c'est pour me faire un bouton en widget

ShittyKopper, to random

extremely meh workaround if your / timeline keeps jumping around every time you click on a post:

  • switch to deck layout
  • set default navigation method to "open in new window"

now every time you click on a post it'll open up as a psuedo-popup that you can then maximize. and that popup doesn't touch your timeline at all, meaning it'll stay where it is in the background

i wish there was a way to automatically maximize windows. maybe can take care of that? no idea

ShittyKopper, to fediverse

exploring (? ? no idea what features come from where) rn, so far:

  • the birthday input uses mm/dd/yyyy, 0/10 absolutely unplayable
  • the no notifications bird is judging me and I Do Not Like It (/s)
  • THERE'S AN RSS READER HERE?!
  • DRIVE????
  • tbf after seeing this has file uploads pages seems like no big deal. yeah sure why not
  • the follow requests menu wants my attention despite being empty (i think this is the only bug i've seen so far)
  • i have no idea if i'm supposed to be allowed to see the server metrics widget
  • i have no idea what is but it seems vaguely threatening (in an "i will accidentally mess something up" kinda way)
  • rose pine is such a comfy color scheme

i am so lost and i kinda like it

box464, to random

Happy 20th Birthday to Calckey's own @kainoa
If you can, celebrate the day by showing your appreciation with a $20 contribution to Calckey.

​:ablobbonetada:​ 🎂 ​:ablobbonetada:​

box464, to random

Sooo I'm sitting in a hotel room kind of bored, decided to poke around with Calckey Pages and AiScript.

I'm not 100% sure this is going to work for y'all...but...try this out. It SHOULD list your own pages that you've created. Right now, there's a bug in Calckey where the pages kind of disappear 👻 after you save.

Would love to know what forgotten trash or treasures you find if it does work! I need some entertainment. 🗑️ 💎

https://calckey.social/@box464/pages/yourpages

box464, to random
@box464@mastodon.social avatar

Finishing up my Calckey Plugins week with a fun one. MFM (Misskey Flavoured Markdown) is quite an expressive art form and a great entry to coding, math, and styling (but having fun and not realizing your'e learning something) 🤫

Here I've created a plugin generator, which writes the AiScript code based on a few pieces of information provided by a user in a form.

https://box464.com/posts/calckey-snippets/

box464, to random

I'm happy to announce my final Calckey Plugin for this series. It's actually more than a plugin. It's a plugin generator!

Create a plugin that stores your favorite MFM art, a signature, your favorite emoji chain, or common replies (great for admins, I think!)

I appreciate the input I received from the MFM creator community and I'm already seeing some great stuff being built based on this code.

Keep creating and keep having fun. 💗

https://box464.com/posts/calckey-snippets/

box464, to random

Are Calckey Pages and Misskey Pages the same thing? Or has Misskey gone in a different direction since the fork. Hard to follow what's happening here because it's mostly Japanese. Looks interesting tho! @kainoa @freeplay

https://misskey.io/play/9dy97kg3k0

box464, to random

Are your Calckey lists listless? Do you yearn for 25% productivity gains in your everyday Calckey usage? Probably not, but my latest plugin may still be worth a look.

Add accounts to your favorite lists in just two clicks, directly from the timeline. 🖱 Setup is..a thing..but once it's done you're golden.

https://box464.com/posts/calckey-plugins-addtolist

box464, to random

Did you know there are other platforms outside of Calckey ​:calckey:​? There's one called Mastodon ​:mastodon:​, and if you'd like to share posts from your Calckey timeline to Mastodon, I've got just the plugin for you!

https://box464.com/posts/calckey-share-to-mastodon/

box464, (edited ) to random
@box464@mastodon.social avatar

Continuing my dive into Calckey's Plugins with a "Share to Mastodon" action item. Using the plugin framework, I can add new menu items to various parts of the Calckey UI. And then open a new window to my generated url.

An interesting aspect is that the framework allows access to the Calckey API. Check the end of the post for the developer details if you're so inclined.

https://box464.com/posts/calckey-share-to-mastodon/

box464, to random

how to use the Mk:api call in AiScript, and then how to save a value to local storage. I have no idea if is here to stay or not, there's certainly a lot going on with Calckey right now.

But having fun learning the language - it's almost like solving a mystery because the documentation is in a foreign language mostly and the good stuff is scattered all over. 😅

box464, to random

Dear Calckey community, here's my first Plugin I'm introducing this week. You've already seen me talk about it. Try it out for yourself!

The Highlighter Plugin will take a specific word or short phrase and highlight it throughout your timelines. You can customize the colors and turn a sparkle effect off or on.

One thing I'm not sure about is where to store these plugins for public use. They are pretty long to add to a note. Maybe a Calckey page? Most likely they will end up in a git repo, but that's not very user friendly.

Anyway, for now, you can grab it from my blog. I hope you enjoy it. 😊
https://box464.com/posts/calckey-plugins-highlighter/

box464, to random
@box464@mastodon.social avatar

Tonight, I'm introducing a new Calckey Plugin (my first release)!

The Highlighter Plugin will take a specific word or short phrase and highlight it throughout your timelines. You can customize the colors and turn a sparkle effect off or on.

https://box464.com/posts/calckey-plugins-highlighter/

Understanding Calckey Plugins (box464.com)

Calckey Plugins are an overlooked component of the platform. Mostly because documentation is scarce about them. No more! Here's my first post in a series on plugins, introducing the concept and providing a guide to ensure users can make informed decisions about installing plugins they find in the community....

box464, (edited ) to random
@box464@mastodon.social avatar

Calckey Plugins are an overlooked component of the platform. Mostly because documentation is scarce about what they are and how to use them. No more!

Here's my first post in a series on plugins, introducing the concept and providing a guide to ensure users can make informed decisions about installing plugins they find in the community.

https://box464.com/posts/calckey-plugins/

box464, to random

My is working! Figured out a few more things

that Calckey utilizes version 0.11.1, which helped guide me to some issues I was having with syntax.

I figured out how to add debug lines (console.log) and have them appear in the Developer's Console, which helped debug immensely.

Going to document all my findings, create my first Codeberg repo, and release it soon - I do have a day job and a need for sleep, so it may be a few days. Bear with me. 😅

box464, to random
@box464@mastodon.social avatar

So I got a code idea stuck in my head and couldn't let it go. I wanted to learn how to create a client side plugin using . I didn't know what I was getting myself into. 😅 But I did it! Will write up a blog entry soon and share the code.

The plugin highlights and sparkles a specific phrase you identify within all posts, making it easier to identify when a specific topic is being discussed within your timeline.

Showing the plugin in action, the timeline has the term "Calckey" highlighted with the sparkling MFM effect applied.

box464, to random

Didn't get quite as far as I wanted with a plugin tonight, but I'm close! This plugin will intake a phrase, then set a background and sparkle effect on the phrase in posts where it is found.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • InstantRegret
  • thenastyranch
  • mdbf
  • khanakhh
  • Youngstown
  • slotface
  • hgfsjryuu7
  • ngwrru68w68
  • rosin
  • kavyap
  • Durango
  • PowerRangers
  • DreamBathrooms
  • Leos
  • magazineikmin
  • modclub
  • tacticalgear
  • osvaldo12
  • GTA5RPClips
  • everett
  • ethstaker
  • vwfavf
  • tester
  • normalnudes
  • cisconetworking
  • cubers
  • provamag3
  • All magazines