[ ] Find a Markdown renderer that makes our job easier
[ ] It should have a way to intercept image tags so that we can augment them
[ ] Relative path => data URL
[ ] Size after hashtag => resize image
[ ] It should have a way to implement custom tags like @<string> so that we can tag other members, and potentially reference content across the entire app
[ ] Think of a proper logo, have a nice branding folder with SVGs, PNGs, and everything ready
[ ] Make abstractions and implementations of storage, both for app settings and for the database; we'd need this once we turn native
[ ] Implement pagination as to not lag the app after heavy use
@<string>
so that we can tag other members, and potentially reference content across the entire app