-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Clarify the read_env
documentation for pandoc.read
#10863
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
re 1: "erzatz" is a perfectly good English word (borrowed from German): re 2: good idea re 3: this could be clarified re 4: yes, same paths, unless you explicitly specify a path/content pair re 5: the only thing you can do is read the files re 6: no, because sandboxing means that no I/O can be performed by the reader. |
You're right, it's a correct English word. Nevertheless it's quite confusing, it's an exotic word that doesn't seem commonly used in this context. WDYT about "virtual filesystem" or "sandbox filesystem"? IMO common terms like these would make this feature easier to discover and understand. It took me a good while to crack what "ersatz filesystem" means, I was expecting a 3rd party tool or a new technique I've never seen before. |
"virtual file system" would be okay with me. |
FWIW, I really like the term "ersatz file system". I think its very precise and fitting. But I'm German, so maybe that doesn't count. |
"virtual" is Latin, "ersatz" is German. Which one seems more obscure will depend on your point of reference, I guess! |
"Virtual file system" is a great term, it's widely used in the English-speaking software developer community. Just search for this term in Google, you'll get thousands of results about technologies similar to what |
Followed the wikipedia link: unfortunately, the definition given there of virtual file system doesn't correspond to what we have here. This isn't an abstract layer for accessing a file system; it's a "fake file system" that doesn't involve accessing the real file system at all. |
Explain the problem.
The documentation for
read_env
parameter ofpandoc.read
says:I can't fully understand this piece, IMO it's missing some details:
Pandoc version?
3.7.0.1
The text was updated successfully, but these errors were encountered: