linkding
linkding copied to clipboard
Unlimited bookmark URL length
Hi there, I was just looking at linkding
as a way of storing bookmarks. One of my bookmarks is really long because it stores settings for libreddit
so I can sync between computers. Unfortunately I bumped into the 2048
character limit with my current bookmark. I found #25 and was wondering if maybe it would be a simpler fix to just change the url
field to TextField
from CharField
. I'm not really familiar with Django
but it looks like this is doable without losing data.