[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-84128":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":8,"htmlUrl":8,"language":9,"languages":8,"totalLinesOfCode":8,"stars":10,"forks":11,"watchers":12,"openIssues":13,"contributorsCount":13,"subscribersCount":13,"size":13,"stars1d":14,"stars7d":15,"stars30d":15,"stars90d":13,"forks30d":13,"starsTrendScore":16,"compositeScore":17,"rankGlobal":8,"rankLanguage":8,"license":18,"archived":19,"fork":19,"defaultBranch":20,"hasWiki":21,"hasPages":21,"topics":22,"createdAt":8,"pushedAt":8,"updatedAt":23,"readmeContent":24,"aiSummary":8,"trendingCount":13,"starSnapshotCount":13,"syncStatus":25,"lastSyncTime":26,"discoverSource":27},84128,"LinkedIn-Formatter","markrussinovich\u002FLinkedIn-Formatter","markrussinovich",null,"TypeScript",88,22,1,0,15,26,56,76.69,"MIT License",false,"main",true,[],"2026-06-12 04:01:42","# LinkedIn Post Formatter\n\nA client-side formatter for drafting LinkedIn posts with familiar rich text controls and copying LinkedIn-ready plain text. The editor uses TipTap for word-processor-style selection behavior, then exports bold, italic, code, lists, and links into plain text that can be pasted into LinkedIn.\n\nLive site: https:\u002F\u002Fmarkrussinovich.github.io\u002FLinkedIn-Formatter\u002F\n\n\u003Cp align=\"center\">\n  \u003Cimg src=\"docs\u002Fscreenshot.png\" alt=\"LinkedIn Post Formatter screenshot\" width=\"640\">\n\u003C\u002Fp>\n\nThis is not an official LinkedIn app and does not post to LinkedIn directly. All draft content stays in the browser.\n\n## Features\n\n- TipTap rich text editor with toolbar controls and keyboard shortcuts.\n- Sans-serif Unicode bold, italic, bold italic, code, experimental underline, and experimental strikethrough export.\n- Nested bullet and numbered lists with LinkedIn-friendly non-breaking-space indentation.\n- Blockquotes exported as indented plain text, and horizontal dividers exported as plain divider lines.\n- Links export as readable label plus URL, for example `Read more (https:\u002F\u002Fexample.com)`.\n- Hashtags and mentions remain plain text so LinkedIn has the best chance to recognize them.\n- Searchable emoji picker with emoji-safe export behavior.\n- Pasted Markdown converts to formatted draft text for common inline marks, links, headings, fenced code, lists, blockquotes, and dividers.\n- Live character counter plus desktop\u002Fmobile LinkedIn-style feed preview with an estimated \"more\" cutoff toggle.\n- One-click copy with a fallback for browsers that block the Clipboard API.\n- Local draft autosave, reset\u002Frecovery behavior, and saved drafts.\n- GitHub Actions workflow for GitHub Pages deployment.\n\n## Local Development\n\n```bash\nnpm install\nnpm run dev\n```\n\nRun tests:\n\n```bash\nnpm test\n```\n\nBuild for production:\n\n```bash\nnpm run build\n```\n\nPreview the production build locally:\n\n```bash\nnpm run preview\n```\n\n## GitHub Pages Deployment\n\nThe workflow in `.github\u002Fworkflows\u002Fpages.yml` builds the app and deploys `dist` to GitHub Pages on pushes to `main`.\n\nIn the repository settings, set Pages source to **GitHub Actions**. The workflow passes `VITE_BASE_PATH` as `\u002F${{ github.event.repository.name }}\u002F`, which matches the standard project Pages URL path. For a custom domain, set `VITE_BASE_PATH` to `\u002F` in the workflow.\n\n## LinkedIn Formatting Limits\n\nLinkedIn feed posts are plain text. LinkedIn itself does not reliably preserve pasted HTML, Markdown syntax, or CSS font choices, so this app converts pasted Markdown into editor formatting and uses sans-serif Unicode characters for visual styling. That means formatting is visual rather than semantic, and assistive technologies may not announce it as bold or italic. LinkedIn still controls the final post font after paste.\n\nThe character counter is based on the exported clipboard text and uses a 3,000-character feed post limit. LinkedIn can change limits or count edge-case Unicode differently, so paste into LinkedIn before publishing high-stakes posts.\n\nThe desktop\u002Fmobile feed previews are client-side visual simulations. Public preview tools and guidance describe LinkedIn's collapsed feed cutoff as line-based rather than a fixed character count: about three visible lines, roughly 210 characters in a desktop-width feed column and 140 in a mobile-width column depending on line breaks, glyph widths, emojis, and user font settings. The More cutoff toggle uses those thresholds as an estimate. LinkedIn does not provide a public browser-only API for showing a real logged-in feedcard preview without posting, and the static GitHub Pages app cannot authenticate to LinkedIn or call LinkedIn APIs directly.\n\n## License\n\nMIT. See [LICENSE](LICENSE).\n",2,"2026-06-11 04:12:20","CREATED_QUERY"]