Skip to content

Commit 0ab5f32

Browse files
committed
Add 10 tools and update README list
1 parent c09f49b commit 0ab5f32

22 files changed

Lines changed: 4676 additions & 1 deletion

File tree

index.json

Lines changed: 251 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "1.0.0",
3-
"lastUpdated": "2025-12-23",
3+
"lastUpdated": "2025-12-25",
44
"tools": [
55
{
66
"id": "json-to-yaml",
@@ -2627,6 +2627,256 @@
26272627
"updatedAt": "2025-12-23",
26282628
"featured": false,
26292629
"repo": "https://github.com/justhtmls/html-tools"
2630+
},
2631+
{
2632+
"id": "text-splitter",
2633+
"name": "文本分割器",
2634+
"slug": "text-splitter",
2635+
"category": "text",
2636+
"tags": [
2637+
"text",
2638+
"split",
2639+
"delimiter",
2640+
"list"
2641+
],
2642+
"author": "JustHTMLs",
2643+
"authorUrl": "https://github.com/justhtmls",
2644+
"version": "1.0.0",
2645+
"description": "按分隔符拆分文本并统计结果",
2646+
"longDescription": "文本分割器支持自定义分隔符、忽略空项和清理空白,快速拆分为列表。",
2647+
"icon": "✂️",
2648+
"color": "#0ea5e9",
2649+
"entry": "tools/text-splitter/app.html",
2650+
"detail": "tools/text-splitter/index.html",
2651+
"createdAt": "2025-12-25",
2652+
"updatedAt": "2025-12-25",
2653+
"featured": false,
2654+
"repo": "https://github.com/justhtmls/html-tools"
2655+
},
2656+
{
2657+
"id": "text-joiner",
2658+
"name": "文本合并器",
2659+
"slug": "text-joiner",
2660+
"category": "text",
2661+
"tags": [
2662+
"text",
2663+
"join",
2664+
"delimiter",
2665+
"list"
2666+
],
2667+
"author": "JustHTMLs",
2668+
"authorUrl": "https://github.com/justhtmls",
2669+
"version": "1.0.0",
2670+
"description": "将多行文本按分隔符合并为一行",
2671+
"longDescription": "文本合并器可以把多行内容合并为一行,支持自定义分隔符与忽略空行。",
2672+
"icon": "🧵",
2673+
"color": "#10b981",
2674+
"entry": "tools/text-joiner/app.html",
2675+
"detail": "tools/text-joiner/index.html",
2676+
"createdAt": "2025-12-25",
2677+
"updatedAt": "2025-12-25",
2678+
"featured": false,
2679+
"repo": "https://github.com/justhtmls/html-tools"
2680+
},
2681+
{
2682+
"id": "text-indenter",
2683+
"name": "文本缩进工具",
2684+
"slug": "text-indenter",
2685+
"category": "text",
2686+
"tags": [
2687+
"text",
2688+
"indent",
2689+
"format",
2690+
"utility"
2691+
],
2692+
"author": "JustHTMLs",
2693+
"authorUrl": "https://github.com/justhtmls",
2694+
"version": "1.0.0",
2695+
"description": "批量增加或移除文本缩进",
2696+
"longDescription": "文本缩进工具支持缩进与反缩进,可自定义空格数量,适合整理代码或清单。",
2697+
"icon": "↩️",
2698+
"color": "#6366f1",
2699+
"entry": "tools/text-indenter/app.html",
2700+
"detail": "tools/text-indenter/index.html",
2701+
"createdAt": "2025-12-25",
2702+
"updatedAt": "2025-12-25",
2703+
"featured": false,
2704+
"repo": "https://github.com/justhtmls/html-tools"
2705+
},
2706+
{
2707+
"id": "text-wrapper",
2708+
"name": "文本换行器",
2709+
"slug": "text-wrapper",
2710+
"category": "text",
2711+
"tags": [
2712+
"text",
2713+
"wrap",
2714+
"format",
2715+
"layout"
2716+
],
2717+
"author": "JustHTMLs",
2718+
"authorUrl": "https://github.com/justhtmls",
2719+
"version": "1.0.0",
2720+
"description": "按指定宽度自动换行",
2721+
"longDescription": "文本换行器可按指定列宽自动换行,支持拆分长单词,适合整理文档。",
2722+
"icon": "📐",
2723+
"color": "#f97316",
2724+
"entry": "tools/text-wrapper/app.html",
2725+
"detail": "tools/text-wrapper/index.html",
2726+
"createdAt": "2025-12-25",
2727+
"updatedAt": "2025-12-25",
2728+
"featured": false,
2729+
"repo": "https://github.com/justhtmls/html-tools"
2730+
},
2731+
{
2732+
"id": "emoji-remover",
2733+
"name": "Emoji 清理器",
2734+
"slug": "emoji-remover",
2735+
"category": "text",
2736+
"tags": [
2737+
"text",
2738+
"emoji",
2739+
"cleaner",
2740+
"utility"
2741+
],
2742+
"author": "JustHTMLs",
2743+
"authorUrl": "https://github.com/justhtmls",
2744+
"version": "1.0.0",
2745+
"description": "一键移除文本中的 Emoji 表情",
2746+
"longDescription": "Emoji 清理器可快速移除文本中的 Emoji 表情并统计数量,适合清理内容。",
2747+
"icon": "🧼",
2748+
"color": "#14b8a6",
2749+
"entry": "tools/emoji-remover/app.html",
2750+
"detail": "tools/emoji-remover/index.html",
2751+
"createdAt": "2025-12-25",
2752+
"updatedAt": "2025-12-25",
2753+
"featured": false,
2754+
"repo": "https://github.com/justhtmls/html-tools"
2755+
},
2756+
{
2757+
"id": "jsonl-converter",
2758+
"name": "JSONL 转换器",
2759+
"slug": "jsonl-converter",
2760+
"category": "converter",
2761+
"tags": [
2762+
"json",
2763+
"jsonl",
2764+
"converter",
2765+
"developer"
2766+
],
2767+
"author": "JustHTMLs",
2768+
"authorUrl": "https://github.com/justhtmls",
2769+
"version": "1.0.0",
2770+
"description": "在 JSON 数组与 JSONL 之间转换",
2771+
"longDescription": "JSONL 转换器支持 JSON 数组与 JSON Lines 格式互转,适合日志数据处理。",
2772+
"icon": "📄",
2773+
"color": "#8b5cf6",
2774+
"entry": "tools/jsonl-converter/app.html",
2775+
"detail": "tools/jsonl-converter/index.html",
2776+
"createdAt": "2025-12-25",
2777+
"updatedAt": "2025-12-25",
2778+
"featured": false,
2779+
"repo": "https://github.com/justhtmls/html-tools"
2780+
},
2781+
{
2782+
"id": "base36-encode",
2783+
"name": "Base36 编码",
2784+
"slug": "base36-encode",
2785+
"category": "converter",
2786+
"tags": [
2787+
"base36",
2788+
"encode",
2789+
"converter",
2790+
"number"
2791+
],
2792+
"author": "JustHTMLs",
2793+
"authorUrl": "https://github.com/justhtmls",
2794+
"version": "1.0.0",
2795+
"description": "将十进制数字转换为 Base36",
2796+
"longDescription": "Base36 编码工具支持大整数转换为 Base36 字符串,适合生成短编号。",
2797+
"icon": "🔤",
2798+
"color": "#f59e0b",
2799+
"entry": "tools/base36-encode/app.html",
2800+
"detail": "tools/base36-encode/index.html",
2801+
"createdAt": "2025-12-25",
2802+
"updatedAt": "2025-12-25",
2803+
"featured": false,
2804+
"repo": "https://github.com/justhtmls/html-tools"
2805+
},
2806+
{
2807+
"id": "base36-decode",
2808+
"name": "Base36 解码",
2809+
"slug": "base36-decode",
2810+
"category": "converter",
2811+
"tags": [
2812+
"base36",
2813+
"decode",
2814+
"converter",
2815+
"number"
2816+
],
2817+
"author": "JustHTMLs",
2818+
"authorUrl": "https://github.com/justhtmls",
2819+
"version": "1.0.0",
2820+
"description": "将 Base36 字符串还原为十进制数字",
2821+
"longDescription": "Base36 解码工具将 Base36 字符串还原为十进制数字,支持大整数。",
2822+
"icon": "🔓",
2823+
"color": "#ec4899",
2824+
"entry": "tools/base36-decode/app.html",
2825+
"detail": "tools/base36-decode/index.html",
2826+
"createdAt": "2025-12-25",
2827+
"updatedAt": "2025-12-25",
2828+
"featured": false,
2829+
"repo": "https://github.com/justhtmls/html-tools"
2830+
},
2831+
{
2832+
"id": "bytes-converter",
2833+
"name": "字节大小转换器",
2834+
"slug": "bytes-converter",
2835+
"category": "utility",
2836+
"tags": [
2837+
"bytes",
2838+
"size",
2839+
"converter",
2840+
"utility"
2841+
],
2842+
"author": "JustHTMLs",
2843+
"authorUrl": "https://github.com/justhtmls",
2844+
"version": "1.0.0",
2845+
"description": "快速换算 B/KB/MB/GB/TB",
2846+
"longDescription": "字节大小转换器支持 1000/1024 进制切换,快速换算常用存储单位。",
2847+
"icon": "💾",
2848+
"color": "#22c55e",
2849+
"entry": "tools/bytes-converter/app.html",
2850+
"detail": "tools/bytes-converter/index.html",
2851+
"createdAt": "2025-12-25",
2852+
"updatedAt": "2025-12-25",
2853+
"featured": false,
2854+
"repo": "https://github.com/justhtmls/html-tools"
2855+
},
2856+
{
2857+
"id": "markdown-table-generator",
2858+
"name": "Markdown 表格生成器",
2859+
"slug": "markdown-table-generator",
2860+
"category": "text",
2861+
"tags": [
2862+
"markdown",
2863+
"table",
2864+
"generator",
2865+
"text"
2866+
],
2867+
"author": "JustHTMLs",
2868+
"authorUrl": "https://github.com/justhtmls",
2869+
"version": "1.0.0",
2870+
"description": "将文本快速转换为 Markdown 表格",
2871+
"longDescription": "Markdown 表格生成器支持自定义分隔符和表头,一键生成标准 Markdown 表格。",
2872+
"icon": "📊",
2873+
"color": "#0f766e",
2874+
"entry": "tools/markdown-table-generator/app.html",
2875+
"detail": "tools/markdown-table-generator/index.html",
2876+
"createdAt": "2025-12-25",
2877+
"updatedAt": "2025-12-25",
2878+
"featured": false,
2879+
"repo": "https://github.com/justhtmls/html-tools"
26302880
}
26312881
],
26322882
"categories": [

0 commit comments

Comments
 (0)