Eray AYDIN

Results 12 issues of Eray AYDIN

Thanks for the plugin :heart: Would be great to have support for [Qutebrowser](https://qutebrowser.org/). It's store bookmarks in the `$XDG_CONFIG_DIR/qutebrowser/bookmarks/urls` file with the structure of: ``` url title ``` I'll try...

enhancement
good first issue

Currently, bookmarks extension finding bookmarks databases with hardcoded `.config/**` directory ([example](https://github.com/dhruvmanila/telescope-bookmarks.nvim/blob/main/lua/telescope/_extensions/bookmarks/chrome.lua#L53)). Some users use different path for storing configuration files. In the plugin, I suggest change hardcoded `.config` strings with...

enhancement
help wanted

Fixes #103 My Rust technical knowledge is not enough, but I tried to provide XDG base directory support. Detailed information about the problem can be found in #103. It checks...

Hello, First of all, thank you for this package. Current implementation use home dir and hardcoded `.config`. Are there any chance to follow [XDG Base Directory Spec](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html)? With this way,...

Category per page is slow and not user friendly. Because of this we need one page for category list. Example: [https://erayaydin.github.io/categories/](https://erayaydin.github.io/categories/)

Need better readme with screenshot.

There is a problem with mobile menu opener. Need initialize when clicked.

Hello, I think `create directory` is missing. I tried `$zipper->folder("folder");` but its not worked because there is no added file. I also tried `$zipper->folder("folder")->add(array());`.

### Steps to Reproduce 1. Create example folder structure ```bash . ├── Folder1 (submodule) │   ├── .git (file) │   │   ... │   ├── Project1 │   │   ├── .git (folder) │  ...

bug
help wanted

### Describe the bug Metals create `~/.bloop/created_by_metals.lock` file without option to describe bloop path. https://github.com/scalameta/metals/blob/8488a02cbab8628b6bf990249bc5483badb705a1/metals/src/main/scala/scala/meta/internal/metals/BloopServers.scala#L534-L542 Reproduce (nvim-metals): 1. Start nvim 2. Open a buffer with `scala` filetype. 3. It creates...