Skip to content

Instantly share code, notes, and snippets.

View seflless's full-sized avatar

Francois Laberge seflless

View GitHub Profile
@seflless
seflless / markdown-kitchen-sink.md
Last active May 20, 2026 17:21
Markdown example file, filled with all GFM plus github.com extensions

GitHub Flavored Markdown Bench

Use this document to probe how the Tiptap schema parses and serializes common markdown.

Inline marks

Plain text can include bold, italic, strikethrough, inline code, links, and raw autolinks like https://example.com.

Pie

pie title Pets adopted by volunteers
    "Dogs" : 386
    "Cats" : 85
    "Rats" : 15

Flowchart

Agent-Browser + Electron <webview> CDP Issue

Date: March 1, 2026
Project: Decode desktop app (Electron)
Context: Trying to automate embedded <webview> instances (example: Google home page) via agent-browser over CDP.

Summary

agent-browser can connect to an Electron CDP port (e.g. 9222) and control the top-level app window, but it cannot attach to a direct target endpoint like: ddd

  • ws://localhost:9222/devtools/page/<webviewTargetId>
@seflless
seflless / colorful.md
Created September 29, 2025 14:31
We should be more playful with colors in markdown files.

📚 Colorful Markdown Guide

Making sections pop with organized color schemes

<style> /* Dark mode adaptations for colored sections */ @media (prefers-color-scheme: dark) { .blue-section { background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%) !important; color: #e0e7ff !important;
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
---
title: "TCP Packet"
---
packet-beta
0-15: "Source Port"
16-31: "Destination Port"
32-63: "Sequence Number"
64-95: "Acknowledgment Number"
96-99: "Data Offset"
journey
    title Inland Sales @ Active Construction
    section 5-10 days
      Incoming Sales Inquiry: 5: Calls, Emails, Texts
      Gather Basic Info: 4: Scope Info
      Schedule Appointment: 3: Initial Setup
    section 1-2 weeks
      Meet @ Customer's Location: 5: Capture Sales
 Clarify Needs: 4: Timing &amp; Budget

Hello

flowchart LR
    A["Start"] --- B["No arrowhead"]

Discussing Hot Weather and Summer Activities

What's the latest

The weather has been really hot lately.

I've been staying hydrated by drinking a lot of iced water. The kids have been wanting to play in the pool a lot to cool off. They don't get as hot as adults. Using suntan lotion is very important to protect against the strong sun.

Document 1:
# Bluetooth Functionality Smoke Test Steps

1. **Test Case 1: Bluetooth Device Already Connected**
    - Open the app with Bluetooth headphones already connected.
    - Start a recording session and speak to ensure Bluetooth microphone audio is captured.
    - End the recording to confirm functionality.

2. **Test Case 2: Connect Bluetooth Headphones After Launch**