
把 Markdown 一键排版成可复制到公众号和 Word 的成品 | PrismMark
Convert Markdown to formatted content for WeChat Official Accounts, Word, and PDF export.
@bingobray · X
我做了一个类似的工具: 除了支持公众号,还支持word和pdf😁
The full gallery
Tech stack
15 projects

Convert Markdown to formatted content for WeChat Official Accounts, Word, and PDF export.
@bingobray · X
我做了一个类似的工具: 除了支持公众号,还支持word和pdf😁

Share files and text directly between devices via browser links without registration or server storage.
Superoutman · V2EX
免费的 p2p 传输器,求测试用户 一个在线工具,磨了好久,快被各种状态搞疯了,求大家帮忙测。 主要功能:点对点文件与文字通过链接传输、链接带有接力功能、以及可与发送方互动。主要目的是解决假设有一台新机,在没有装任何应用以及不便的情况下,如何通过另一台设备把文件或应该传输到新机。 功能有点过时了,不过还想看看能不能有啥新点子来赋能一下,比如我目前想到的一个是“先到先得”,想初步解决产品打新时,如果有发优惠码的需求,但不知道哪个码被用了的场景。 https://this2.link/

Convert PDF, Word, Excel and other documents to Agent-friendly Markdown.
Doc2Md — 将 PDF、Word、Excel 等多种格式文件转换成 Agent 友好的 Markdown 格式 - [更多介绍](https://doc2md.cn)

Take notes, organize them into a knowledge base, and collaborate with your team on structured documents.
lerongwan1 · V2EX
上班前的三小时,属于我的独立开发时间 - - # 上班前的三小时,属于我的独立开发时间 白天要上班,真正能留给自己的整块时间并不多。 所以我开始在早上 5 点多起床。城市还没完全醒来,我已经坐到电脑前,用上班前的三个小时做自己的产品。 这段时间很安静,没有临时消息,也没有其他事情打断。每天只推进一点,可能只完成一个很小的任务,但它确实属于我。 早起并不轻松。不过一天最清醒的时间,正在被我用来完成真正想做的事。 我的产品,怎么才能有用户 -> [使用 NoteDeep 开始整理你的知识库]( https://www.notedeep.com) #独立开发 #副业 #程序员日常 #个人产品 #NoteDeep

Collection of free HTML5 mini-games including puzzle, casual, action, and adventure genres for workplace breaks.
摸鱼小栈 — 小游戏集合 - [更多介绍](https://www.aolifu.org/article/moyu)

A platform to save and share your travel and life experiences with others.
zero2me · V2EX
我提供一个地方来保存时光 欢迎大家来我家分享旅游和生活经历,感觉现在市面上的这种分享旅游和生活的网站都不是我想要的,我自己花了很多时间做了这个,虽然还在优化中,但感觉具体功能是自己想要的。 (行路笔记) https://www.zero2me.com 手机端还在开发中... 不靠这个做商业化,主业不是这个,这个纯粹是个人兴趣,希望能找到一帮志同道合有趣的朋友。

Convert PDFs and documents into clean, AI-ready formats for ChatGPT, Claude, and Gemini. Plus compress, merge, split, and convert 60+ file formats — fast, private, all in one place
@ola_onlinee · X

Korean community for vibe-coded apps: share projects, build logs, and Q&A.
@Jadu100x · X
The most active Korean vibe coding community recommended by Claude 👍

Free vocabulary platform with AI-generated illustrations, pronunciation, and memory tips for multiple languages.
黄油单词 — 在线背单词工具,免费,每张单词卡配有 AI 插图、单词发音和例句朗读,支持西班牙语、法语、德语、日语

Extract icons from Windows executables, DLLs, and shortcuts in multiple resolutions and formats, no installation needed.
v2mo · V2EX
提取 exe/快捷方式高清图标的小工具,导入原图 # 提取 exe/快捷方式高清图标的小工具(纯 JS 解析) 快速提取 Windows 软件(`.exe`、`.lnk` 快捷方式、`.dll`)的高清图标。 JS 从二进制文件解析原始的 icon 图标、图片, 多尺寸的 icon 也能解析出来。 常规的做法要么到处搜透明 PNG ,要么截图(容易有毛边且分辨率低),要么得在电脑里专门装一个臃肿的图标提取工具(如 Resource Hacker 等)。如果是 macOS/Linux 用户想提取 Windows 软件的图标更是麻烦。 有这个轻量、免安装的网页端在线提取工具:**提取 exe 快捷方式图片**。 --- ## 🔗 在线体验 - [提取 exe 快捷方式图片 在线工具]( https://abctool.info/extract-shortcut-image/zh/) --- ## ✨ 核心特性 1. 🔒 **纯前端本地解析,零隐私风险** - 文件均在浏览器本地内存中直接解析二进制 PE 节区与资源,**文

把 Web3 求职、稳定币支付、出海合规拆成可视化、可执行的 playbook,并随法规持续更新。信息参考,非法律意见。
@itsAlexFan · X
Citely helps AI and Web3 founders turn legal and operational uncertainty into clear decisions and next steps before they raise, launch, or partner.

Generate Excel files with specified row counts, up to millions of rows, for testing data imports and exports.
v2mo · V2EX
生成指定行数的 Excel 文件, 输入行数, 就能快速下载 xlsx 表格文件 后端测试需要用到 Excel 大文件,测试导入、导出。 这个工具用来测试是很顺手了。 [生成指定行数的 Excel 文件, 输入行数, 快速下载 xlsx 表格文件]( https://it365.janqi.com/generate-excel-file-with-specified-number-of-rows/zh/) 看了背后的技术: 使用了 WebAssembly Web Worker 能支持生成一百万行的 Excel 文件,还是有点猛,只是 100w 行,要等几十秒。 还能按规则填充列的数据,也支持插值表达式和随机数,自由度还是不错的。