subconscious
subconscious copied to clipboard
This PR introduces a web-based [block editor](https://github.com/subconsciousnetwork/block-editor-web) - [x] [Prosemirror](https://prosemirror.net/) based editor - [x] Prosmirror editor configuration for Subtext - [x] Editor web Component - [x] JS Subtext parser -...
As a follow on from https://github.com/subconsciousnetwork/subconscious/pull/1106 we should incorporate the liked status of notes into the SQLite index. If we can introduce a `liked` column for all notes then we...
To match with classic unix-y convention. This involves updating the prefix strings, SQL queries and regexps but also involves migrating the `_profile_.json` and `_likes_.json` to the new naming scheme.
Fixes #1042
Repoted by a beta user. As the title says, tapping an autocorrect suggestion seemed to insert a space mid-word and left the cursor off-by-one from the end of the word....
As per the title, it should have, the note _was_ deleted as expected.
I'm able to get my phone into a hotplate/long-loading-spinner state when renaming an existing follow. My steps to do it most recently were: 1. Add new ben as "new-ben" (had...
This should simply be a no-OP.
We recently introduced the `activity` table which tracks when: - you follow a user - you unfollow a user - you update a note - a peer publishes new changes...
Version: v0.0.16(2) Steps to reproduce: - Follow an account - Follow the same account under a different nickname - Unfollow one of the accounts - Visit the other account What...