Hristiyan Dodov

Results 68 issues of Hristiyan Dodov

After days of digging, I found this tool. I had huge trouble building, though. I found a binary [here](https://www.ugmfree.it/Forum/messages.aspx?TopicID=513), but I would prefer a binary from the repo. I would...

I have an SVG with a `` inside of it. I want to get that path's `stroke` attribute. Here's my code: ```js var s = new Snap('#mainsvg'); Snap.load('business-model-simple.svg', function (response)...

This PR fixes an issue where the browser follows a link after a drag. The previous code checked if the element emitting the `mousemove` event is an anchor, but the...

**Describe the bug** The Blocks field stores data in JSON. However, if you have a blocks field within another blocks field, the nested blocks’ data will be double encoded: That’s...

type: stale 💤

**Describe the bug** I want to set an option based on the current language. Since I can't use the `$kirby` object directly in `config.php`, I use the `ready` callback option....

needs: discussion 🗣
type: stale 💤

This issue is a continuation of #1571. @afbora [asked me](https://github.com/getkirby/kirby/issues/1571#issuecomment-680003303) to open a new issue. **Describe the bug** When you save a translation, all non-translatable fields should be skipped. This...

type: bug 🐛
type: stale 💤

If I want to convert between units of mass, it would be cool to be able to include only that functionality in order to avoid bloating the codebase when developing...

Would it be possible to have the extension automatically toggle by attempting to ping the debugger? For example, I always run my debugger at port 9000. The extension could ping...

This was briefly mentioned in #92 [here](https://github.com/getkirby/editor/issues/92#issuecomment-640616471), but I decided to open a separate issue. We need to put `rel="nofollow"` on all external links in our articles for better SEO....