{
  "path": "/posts/rito-update-20250923-en",
  "site": "at://did:plc:rgdcflm4ylsl6udghmtblydc/site.standard.publication/blog",
  "tags": [
    "リト",
    "Bluesky"
  ],
  "$type": "site.standard.document",
  "title": "🚀 Rito Update is Here!",
  "updatedAt": "2026-02-22T10:06:32.424Z",
  "description": "Rito Update Announcement",
  "publishedAt": "2025-09-23T00:00:00.000Z",
  "textContent": "# Rito New Feature Update\n\nThank you for always using Rito.\n\nWe continuously improve Rito, and we’re excited to announce a major new feature this time.\n\n## 📌 Bookmarklet Support\n\nYou can now easily add bookmarks to Rito using a bookmarklet!\n\nYou’ll still need to click the post button on the page, but registering a bookmark is very simple.\n\nPlease add the following to your bookmarks:\n\n```javascript\njavascript:(function() {\n  const url = encodeURIComponent(window.location.href);\n  const title = encodeURIComponent(document.title || '');\n  const target = \"https://rito.blue/en/bookmark/register\";\n  const params = `?subject=${url}&title=${title}`;\n  window.location.assign(target + params);\n})();\n```\n\n## 🛠 Other Improvements\n\n- Website images are now displayed correctly\n- Fixed a rare issue where handles were detected as \"no handle\"\n- The URL input field now automatically receives focus when adding a new bookmark\n- When posting to Bluesky, the hashtag #rito.blue is automatically added\nRito is a social bookmarking service that anyone with a Bluesky account can use.\n\nI hope you enjoy the updated Rito, now a bit more convenient than before!\n\n"
}