(no title)
RichardChu | 4 years ago
Your project looks cool! Always interesting to see how other people tackle note-taking. Thanks for keeping it open source.
I'd encourage people to check out Notabase as well, which offers an alternative vision and UI which some people might like better. You can use it hosted, or self-host it yourself -- the code is open source [2].
Best of luck with MdSilo! :)
[1]: https://notabase.io
skjoldr|4 years ago
Not really "self-hosted", then.
RichardChu|4 years ago
Besides, if you know how to code, it's simple to change the max number of notes to something like Number.POSITIVE_INFINITY anyway - but adding a row in the database is likely easier so that's what I recommend.
It may be a bit of a hassle, but I do this because the codebase for the hosted version and the self-hosted version is the same, which makes it easier for me to maintain. In the future, I may make a separate self-hosted version so that this step can be skipped.
pwdisswordfish9|4 years ago
Not really an option to do otherwise, thanks to the license (AGPL).
RichardChu|4 years ago
ihndan|4 years ago