Waylan Limberg
Waylan Limberg
A `PluginError` might make more sense. That way it would be an error unique to plugins. After all, MkDocs itself doesn't need any special exception types (except for the existing...
+1 to the original proposal. If it can be implemented cleanly with no weird side effects, I expect it would be a widely used feature. However, I am very much...
One final comment regarding sorting a long list of files: When/if a Plugin API (#206) is introduced, it is very likely that a hook could be used to provide any...
Sorting by number prefixes on filenames is not necessarily easier. If I have 50 documents in a directory, each prefixed with a number in order and I want to insert...
> By this opt-in way, it would add functionality without interfering with how MkDocs works now. Right. And I'm saying that the way users "opt-in" is by using a plugin...
@rathboma this was assigned the Post 1.0 milestone, so I don't expect any work to be done on this until after version 1.0 is released. We are currently working on...
The original proposal in the first comment could be implemented in MkDocs itself. However any other proposals mentioned in this discussion should be implemented as plugins.
> Are there plans to implement it? Not specifically. This is not something any of the project developers need, so we are not motivated to work on it. However, we...
@bitinn there is currently no support for this feature. As you note: "`nav` config is currently an either-or setting." You can't combine the two in any way at this time....
@ojacques that's interesting. Please feel free to add this to the list of known plugins on the [wiki][1]. [1]: https://github.com/mkdocs/mkdocs/wiki/MkDocs-Plugins