Skip to content

Instantly share code, notes, and snippets.

View jalehman's full-sized avatar

Josh Lehman jalehman

View GitHub Profile
@jalehman
jalehman / annotate.js
Created February 1, 2026 00:19
OpenClaw Annotations v6 - Comments Only
/**
* OpenClaw Preview Annotations
*
* Inject into any HTML preview to enable inline feedback.
* Pure client-side - no backend required.
* Works on desktop and mobile (iOS Safari, etc.)
*
* Usage: Include this script at the end of your HTML body.
*/
@jalehman
jalehman / workshop-v3.html
Created February 1, 2026 00:17
AI Workshop Materials v3 - Visual Highlights
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Martian Engineering — AI Workshop Materials</title>
<style>
:root {
--bg: #0f0f0f;
--bg-card: #1a1a1a;
@jalehman
jalehman / annotate.js
Created February 1, 2026 00:17
OpenClaw Annotations v5 - Visual Highlights & Edit
/**
* OpenClaw Preview Annotations
*
* Inject into any HTML preview to enable inline feedback.
* Pure client-side - no backend required.
* Works on desktop and mobile (iOS Safari, etc.)
*
* Usage: Include this script at the end of your HTML body.
*/
@jalehman
jalehman / workshop-v2.html
Created February 1, 2026 00:06
AI Workshop Materials v2 - With Annotations
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Martian Engineering — AI Workshop Materials</title>
<style>
:root {
--bg: #0f0f0f;
--bg-card: #1a1a1a;
@jalehman
jalehman / annotation-test-v4.html
Created January 31, 2026 23:53
Annotation Test v4 - Location Context
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Annotation Test v3</title>
<style>
body {
font-family: -apple-system, sans-serif;
max-width: 600px;
@jalehman
jalehman / annotate.js
Created January 31, 2026 23:53
OpenClaw Annotations v4 - Location Context
/**
* OpenClaw Preview Annotations
*
* Inject into any HTML preview to enable inline feedback.
* Pure client-side - no backend required.
* Works on desktop and mobile (iOS Safari, etc.)
*
* Usage: Include this script at the end of your HTML body.
*/
@jalehman
jalehman / annotation-test-v3.html
Created January 31, 2026 23:50
Annotation Test v3 - Code & Tables
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Annotation Test v3</title>
<style>
body {
font-family: -apple-system, sans-serif;
max-width: 600px;
@jalehman
jalehman / annotate.js
Created January 31, 2026 23:50
OpenClaw Annotations v3 - Cleaner UI
/**
* OpenClaw Preview Annotations
*
* Inject into any HTML preview to enable inline feedback.
* Pure client-side - no backend required.
* Works on desktop and mobile (iOS Safari, etc.)
*
* Usage: Include this script at the end of your HTML body.
*/
@jalehman
jalehman / annotation-test-v2.html
Created January 31, 2026 23:43
Annotation Test v2 - Mobile Support
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Annotation Test v2</title>
<style>
body {
font-family: -apple-system, sans-serif;
max-width: 600px;
@jalehman
jalehman / annotate.js
Created January 31, 2026 23:42
OpenClaw Annotations v2 - Mobile Support
/**
* OpenClaw Preview Annotations
*
* Inject into any HTML preview to enable inline feedback.
* Pure client-side - no backend required.
* Works on desktop and mobile (iOS Safari, etc.)
*
* Usage: Include this script at the end of your HTML body.
*/