mgedmin / restview

ReStructuredText viewer

Home Page:https://pypi.python.org/pypi/restview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable link_local_files?

sirex opened this issue · comments

I have a RST file, with bunch of file names, for example:

`U1.txt`, `U1rez.txt`

These are not real files and I don't want links to these non-existent files. If would be nice if it could be possible to turn this feature off. Or at leas, before linking, restview could check if this file exists or not.

Or at leas, before linking, restview could check if this file exists or not.

That is an excellent idea!