Akuli
Akuli
"Replace all visible matches" button would be good
@rdbende Would you like to do a couple items from the list? I can do most of them.
For special things in yaml syntax, the code in https://stackoverflow.com/questions/24090177/how-to-merge-yaml-arrays might be a good way to test if everything highlights nicely.
I was thinking of just taking all lines containing `url =`, but I looked at a couple `.git/config` files I have on this computer: ``` $ grep 'url =' {porcu,typeshed}/.git/config...
This is a feature, not a bug. If you're in the middle of 4-space indentation, you can type a curly brace and it will align nicely. Below `|` represents the...
It is important to note that this only happens if the list is all on one line.
Apparently this is still a problem with the new syntax highlighter. I tested with this line (that I actually wanted to edit with Porcupine): ``` default = {'Plain Text': {'filename_patterns':...
This time, it's tested 1am gibberish :)
It is an entry point created in setup.py: https://github.com/Akuli/porcupine/blob/ed13a8264ccc3c222bfe52c3b3dc1389dc70d957/setup.py#L48
Please fork the repo, edit the README in your fork like you imagined it to be, and make a pull request. We can then talk about what edits I actually...