tifDev
tifDev
Maybe this can help: There is an open source android app called "Voice" which has this bookmarks feature. If you want inspiration, it could help. Thanks
Same error, what is the solution for this? I executed that line but gave other error: ``` >>> self._session = requests_cache.core.CachedSession(cache_name=self.cache_name, backend='sqlite', expire_after=120) Traceback (most recent call last): File "",...
No Need. I managed to make it work this morning: ``` from requests import Request, Session from requests.exceptions import ConnectionError, Timeout, TooManyRedirects import json import pprint import os pp =...
No support for this yet?
> Maybe the tag delimiter needs to be in settings? @uggrock what you think Yes, maybe the it's the best approach to have an option in settings to allow users...
> Tag separator can be one default and array of characters [-_ ] for backward compatibility -> all configurable in settings. If you need to use some the separators in...
Other idea: use the "[" as separator. The first "[" encountered in filename would mean "Tags start", then all the others after this would be read as "tag separator" until...
> The true question is who can provide PR ? ;) Well, I don't know what's under the hood but if you or anyone could point me to the location...
Hum... I know JS but I don't know react. But for what I see, it's easy as this was already implemented before. We just need to [uncomment this](https://github.com/tagspaces/tagspaces/blob/develop/app/components/dialogs/settings/SettingsGeneral.tsx#L265) and this...
> replace it in all places from reducer only. Please give me 1 or two examples of code where this replacement needs to happen And [here](https://github.com/tagspaces/tagspaces/blob/develop/app/config.ts#L38) we would need to...