|
|
|
|
|
by opcon
3380 days ago
|
|
I've been half-heartedly looking for something exactly like this for a while, thank you for posting it! Instead of using Uppity, which appears to be abandoned (?), I found Navigate Up WE (https://addons.mozilla.org/en-US/firefox/addon/navigate-up-w...), which performs essentially the same functionality and appears to be maintained. Thanks again, this will be very useful! |
|
I have noticed a warning with uppity due to Mozilla's redesign of their extension support, but it's still working for me. Thanks for the tip to Navigate Up.
Not related to the bug, I'm curious what text editor you use. I use Vim, and the reason why I suggest writing links in your source files ending in .rst or .md is so that I can go from source to source in Vim, by putting the cursor over the filename and then gf. That, and then ctrl-o to go back, is very useful to me.
As rst and md are human readable, with a good editor like Vim, you could treat your source files as the wiki and never generate. Not that I would, but you could.
Do you use a different editor with similar capability?