|
|
|
|
|
by a3n
3380 days ago
|
|
And thanks for the bug report on github. :) 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? |
|
I like writing the wiki content in Vim, but for viewing it I think I prefer it as a webpage.
Following file links in Vim is really useful though, I should use it more often!