Greasy Fork is available in English.
Allow users to add custom tags to links.
< Відгуки до 🏷️ UTags - Add usertags to links
支持数据导入/导出功能。
如果想批量导入数据,可以把链接与标签弄成下面的格式。
{ "data": { "meta": { "databaseVersion": 2 }, "https://www.v2ex.com/member/Pipecraft": { "tags": ["utags 作者"], "meta": { "title": "Pipecraft" } }, "https://www.v2ex.com/member/Livid": { "tags": ["test", "站长"] }, "https://twitter.com/elonmusk": { "tags": ["X", "CXO"] }, "https://example.com/": { "tags": ["tag1", "tag2"], "meta": { "title": "Title (optional)" } } } }
Sign in to post a reply.
支持数据导入/导出功能。
如果想批量导入数据,可以把链接与标签弄成下面的格式。