Daniel Nicolai
Daniel Nicolai
Evil Mode: Can't select the text on a PDF sometimes (fixed in Spacemacs, waiting for upstream merge)
@vedang Well, you are probably no evil user then, because the fix simply adds the right keybindings... that's it! I noticed that you've added 'waiting for upstream merge' to the...
Evil Mode: Can't select the text on a PDF sometimes (fixed in Spacemacs, waiting for upstream merge)
I have notified the Doom developers via their Discord 'development' channel. I guess they'll pick it up at some point. And I've notified the evil-collection guys now also...
Improve mouse-based selection of text (double click to select word, triple click to select sentence)
EDIT I've added a command for single word highlighting to that PR. END EDIT It is not yet merged, but with #29 you could use the keyboard to select a...
Improve mouse-based selection of text (double click to select word, triple click to select sentence)
To highlight a single word by typing it once can be achieved with the `pdf-keyboard-highlight` (the equivalent of `pdf-annot-keyboard-annotate` in the PR) by just typing the full word as 'From'...
Improve mouse-based selection of text (double click to select word, triple click to select sentence)
I tried to create a function to highlight sentences, but unfortunately that is not so trivial. Moreover, it seems that Emacs does not recognize triple mouse clicks in `pdf-view-mode`. Also,...
Improve mouse-based selection of text (double click to select word, triple click to select sentence)
It is all not so trivial indeed, but I managed to come up with an improved command. What makes it hard is that a sentence can be divided over multiple...
Improve mouse-based selection of text (double click to select word, triple click to select sentence)
Ah, the code after that line should not be there... I will remove it (and I have updated/improved a little the code also). I am more or less sure that...
Improve mouse-based selection of text (double click to select word, triple click to select sentence)
I would be happy to create a PR for this, but I would prefer to bind both the word and line highlighting functions. However, I can not find out how...
Improve mouse-based selection of text (double click to select word, triple click to select sentence)
@mooseyboots I guess your key-binding is not defined correctly. It is probably bound to some `pdf-sync` function. Maybe try `C-h k` to see if you can find out...
EDIT I thought I was checking out Spacemacs issues (but now I see that I selected the wrong browser tab), but I'll keep the comment here as it might still...