subconscious icon indicating copy to clipboard operation
subconscious copied to clipboard

Results 101 subconscious issues
Sort by recently updated
recently updated
newest added

If I write a note that contains only emoji, the note does not appear to be accessible from my notes list or findable in the search-or-create flow. Please see attached...

Bug

We can fit both a DID and the preferred name for a user into the QR code we generate and unpack it on the other end to _fully_ populate the...

Enhancement

Currently we use underscore `_` to denote "hidden file". However, using `.` would make us conformable to the way file systems hide files. That has some upsides. This would require...

Enhancement
Topic: Architecture

There are a number of cul de sacs in the app right now where after a key operation there is no feedback to the user. This is particularly noticeable during:...

Enhancement

A friend (https://twitter.com/enmbanks) shared a really cool chat thread where he asks ChatGPT to reflect on his thinking style and **suggest some books** on the topic. The book recs are...

Enhancement
Topic: Geist

Linking Your Thinking (https://www.linkingyourthinking.com/download-lyt-kit) is a demo Obsidian Vault that shows how to make best use of the product. We could create a demo sphere like this, that you auto-follow...

Enhancement

Currently, writing a `/new-slashlink` into the editor and tapping it will immediately create an empty draft at that address. We could extend this by offering to generate a block via...

Enhancement
Topic: Ideas

Once https://github.com/subconsciousnetwork/subconscious/issues/323 is merged we can actually populate the backlinks count on a user's profile header. After we have the data it's trivial to uncomment this line: https://github.com/subconsciousnetwork/subconscious/blob/9f5b4230082c4337646efef4e2e485b0cc45135b/xcode/Subconscious/Shared/Components/Common/Profile/UserProfileHeaderView.swift#L73

Enhancement

It would be useful to log metadata for file, line, function with logs. SwiftLog does something like this out of the box. SwiftLog is an Apple-developed open source logging framework....

Enhancement