User Interface changes to the way tags are handled added when writing a capsule. Now way more space effecient plut a lot of optimization on the backend of things.
You can now add code snippets to your capsules. Here's a linked list node in C.
typedef struct Node {
int value;
void *next;
} Node;
You can finally write with rich text support on Opium. This means you can now bold, Italicize, underline, and strike-through text to your heart's content.
You can also now change the text alignment.
Or add hyperlinks
Codeblocks are on the way
Also, there has been a significant change under the hood. In URLs capsules are now indexed by UUIDs rather than sequential IDs. This should make scrapping information from the website a lot harder. This also means that old links to capsules (like on an Instagram story) won't work.
You can now write replies to capsules, yayy
Finally, the platform can scale to handle a large number of capsules.
Redesigned sharing Capsules to Instagram stories.
After much consideration I decided to rename "essays" to "capsules". Something about "essay" just sounded too formal and gave people the wrong impression about what the platform is meant to be. A capsule is the same thing as an essay. It's still a container for whatever ideas you chose to express just under a new name. A lot of changes on the backend were made to accommodate the change as well as further optimize the performance of the platform.
We finally did it... dark mode. Other Changes: - You can now edit drafts before you post them - New Font (Ubuntu) More changes to come
Drafts are now a feature. Save your ideas while you're working on them. Editing drafts coming soon.
Removed: -Deleting Posts To keep consistent with the theme of absolute certainty before posting, I've removed the feature for users to delete posts after they've left the embargo. Even if you delete your account everything you post will stay on the website visible to the world. Be sure to use the time given to you wisely, there's no going back.