Andreas Runfalk
Andreas Runfalk
As far as I know there is no way to do this without plugins in Lektor. It is however what you're asking for is easy to do with plugins (see...
Do we want a "root-relative" URL style as well? i.e. `/blog/post/` instead of `../post/`.
I see, I wasn't aware `url_style` was an option right now. Maybe I should have checked that first.
If you want to generate the file `post-name` without any extension there are some problems. Lektor allows the user to add attachments to any page. Where would they be put?...
So, there are a few things to unpack. Firstly You can add your own `|url` in an extension as part of the env setup. I'm not sure if you can...
I see, the things that are a bit questionable is the Licensing. Would that affect end users of our packaged product? I guess you are suggesting that we use a...
Maybe we can auto-rebase the PRs if the contributor allows edits from maintainers?
Great work! I think lack of a proper Markdown editor has been a pain point of Lektor for a really long time. I haven't tried your fork yet but I'll...
@davidferguson I tried out your fork and I like it, great work! I tested it on Node 8.10 with Python 2.7. I've found one bug. I can't go to the...
Great work @davidferguson. I tried it out on a project of mine and I like the aesthetic a lot more. I like the `default_view` option as well. I think it...