Ignacio Heredia

Results 22 issues of Ignacio Heredia

### Description Hi, just wanted to propose an enhancement on how internal links work. I sketched my proposal in the [internal links discussion](https://github.com/Zettlr/Zettlr/discussions/2410#discussioncomment-3486458), but I thought I could use a...

enhancement

### Description As the title says it would be nice to have a shortcut (`CTRL` + `Left Click`) to open a file in a **new** tab when clicking on it...

enhancement
stale

### Description Hi, first many thanks for the awesome editor, it's beautiful! I wanted to request an enhancement. I believe the search tool is already case insentive, and wanted to...

enhancement
pinned

### Description Hi, I just updated to 3.0.3 and I'm experiencing some weird issues. Sometimes, when I perform a global search and I click in the results, the resulting file...

bug

### Description Hi, let me explain. Let's say I have a single pane (to make things simpler) with multiple tabs open. When I'm editing the contents of a doc, I...

enhancement

**Describe the bug** When creating icons with no symbols, a black dot still appears in the middle of the marker. ![image](https://github.com/umap-project/umap/assets/16413205/1e750cd8-247f-4ff5-92bb-4372c7452f2d) If one then selects a dot as symbol, then...

bug

**Is your feature request related to a problem? Please describe.** Hi all, minor enhancement here. In the data browser, the icon symbol (ie. the white circle) size seem to fill...

enhancement

**Is your feature request related to a problem? Please describe.** Not that I really need this, but for sake of consistency, one should probably be able to select the color...

enhancement

This happens because, in the console script wrapper, `sys.exit` takes any non 0 returned value as exit code 1 (exception). ([ref](https://stackoverflow.com/a/62137469/18471590)) In `cli.py`: ```python def main(): """Executes model's methods with...

bug