Uzzal Hossain
Uzzal Hossain
As I mention in title. It will be great If we can add tag on note and filter note by tag.
I tried multiple formats none of them worked. mapKey mapKey "jj" mapKey jj
When email is not found or already verified, shouldn't we return HTTP_404_NOT_FOUND? Current version: https://github.com/iMerica/dj-rest-auth/blob/master/dj_rest_auth/registration/views.py#LL122-L130 Proposed version: ```python3 def create(self, request, *args, **kwargs): serializer = self.get_serializer(data=request.data) serializer.is_valid(raise_exception=True) email = EmailAddress.objects.filter(**serializer.validated_data).first()...
In the Daily notes core plugin, I set up the Date format as `YYYY/MM-MMMM/YYYY-MM-DD` and the New file location as `timestamps`. So it creates a hierarchy, as below ``` timestamps/...
Thanks for the neat and clean package. It would be excellent to have a system where users can set an interval, let's say 7-days. Afterward, every 7 days, it will...
[check the video](https://asciinema.org/a/u4oqG6SpfKXTtkGqHVwqrlSyJ) Why this is happening ?