melanie / Bluesky and Mastodon to JSON Feed

0 вподобань
0 форк(-ів)
3 файл(-ів)
Остання активність 1741068833

From the blog post I Made a Mastodon and Bluesky Client

Usage

Bluesky

Install dependencies

npm i --save @atproto/api

melanie / ghostty-config

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 1741105157
1 font-family = "Cartograph CF"
2 theme = catppuccin-mocha
3 font-size = 16
4 window-padding-balance = true
5 gtk-adwaita = false

melanie / Pixelfed Export Downloader to Markdown

0 вподобань
0 форк(-ів)
2 файл(-ів)
Остання активність 1741105149
Takes the outbox.json Pixelfed export data and downloads the files and creates markdown files. Great for use with something like 11ty or Astro.
1 import { stringify } from "yaml";
2 import fs from "node:fs";
3 import https from "node:https";
4 import sanitize from "sanitize-html";
5
6 function omit(obj, props) {
7 obj = { ...obj };
8 props.forEach((prop) => delete obj[prop]);
9 return obj;
10 }

melanie / kzone-layout.json

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 1741105288
1 [
2 {
3 "name": "Melanie Grid Pro",
4 "padding": 0,
5 "zones": [
6 {
7 "x": 0,
8 "y": 0,
9 "height": 100,
10 "width": 25
Новіше Пізніше