Aditya
Aditya
I've had a few user requests to add commenting support. After a brief exchange with them, I decided on supporting the '# ' (`\^#\s+\`)' pattern for comments in both the...
The original official app was removed from the Play store a long while ago. It had stopped working after Dropbox updated their API. There are quite a few third party...
If you just want basic highlighting (without the handles and rounded corners), it is easy. 1. Create a drawable for background `drawable/bg_selected_date`: ```xml ``` 2. Create a state list for...
1. Create a drawable to show a dot on the top right. ```xml ``` 2. In `decorate` method of the EventDecorator, set it as background: `view.setBackgroundDrawable(drawable)` That should show a...
I spent a few hours today figuring out how to set up the pre push hook task to a multi module project. A sample project would've been mightily helpful.
I believe Github doesn't support actual navigation on links, even though mermaid itself supports links. Possibly due to requirement for `securityLevel='loose'`. Is there a way of verifying this, or do...
https://github.com/orgs/community/discussions/46096
> I think as a way to unblock yourself, I think the convention plugin could check the snapshot directory and apply the plugin based on that. This would theoretically work....