Updated 02202025-120439
You can open any Lemmy url directly in arctic using the open-in URL scheme. For example you can open any post, comment, community, or user
URL in Arctic:
arctic://open-in?url=<escaped_url>
You can compose a new post using the compose URL scheme. This scheme can open the post composer and populate the title, url and body of the post. All fields for the compose scheme are optional.
arctic://compose?title=<post_title?>&url=<post_url?>&body=<post_body?>
You can open arctic to a settings page using the settings. root scheme. This scheme will allow opening directly to a settings page, or even a specific setting.
arctic: //settings.root/<url_encoded_path?>
The path for any settings url is the name of the settings in heierarchial order eg: /Settings/Appearance#App%20Theme
to open the Appearance section and highlight the App Theme setting. The Settings/
path component is optional: arctic://settings.root/
Settings/Appearance#App%20Theme