Results 101 comments of Xin Liu

cc @mejango Attachment CIDs are now included in JSONs. After you CMD+r rebuild, you will get a dict like this in JSONs: ```json "attachments": [ "writer-date-picker.png", "insider-and-debug.png", "stars.png", "planet-api-server.png", "social.png",...

Video is supported. Audio needs to be tested more.

New in croptop-20230714-1: https://github.com/Planetable/Planet/releases/tag/croptop-20230714-1 To enable these developer-focused features, please execute the following command in the Terminal: ``` defaults write xyz.planetable.Lite CroptopDevMode yes ``` To disable them, use: ``` defaults...

![croptop-dev-mode](https://github.com/user-attachments/assets/74df88b4-b5fe-453c-8521-103bc12db690)

Found an effective method to use all cores when rebuilding! Wrap expensive operations with this: ```swift Task(priority: .userInitated) { } ```

Now `Full Rebuild` is much faster. https://github.com/Planetable/Planet/assets/11427/ec4a0aac-c192-4bf2-be3a-9ec634dd940b

Next is a more accurate progress bar when rebuilding.

Currently, this is partially working: og:image is checked and fetched when updating, but not during the initial following.

After #365 is merged, tested, and released as an Insider build, I will return to this issue to clean this tech debt.