-
Včetně extensions, jestli používá Copilota apod
-
See from the most recent deploy of the getlektor website, https://travis-ci.org/lektor/lektor-website.
There are what appear to be some unclosed file objects around line 680:
```
U docs/api/templ…
-
Steps to reproduce for me:
1) install lektor-simplemde
2) `lektor server`
3) open in browser, edit any page
4) click a subpage or parent page in the left sidebar
Result:
The SimpleMDE editin…
-
Pictures from my phone camera are named by date/time, such as: "2015-11-13 09:33:45.jpg"
When using them in lektor, it gets confused when I click on the attachment in the admin. So I can't add metada…
-
Reminder from https://github.com/lektor/lektor-website/pull/181#issuecomment-384457655
from that comment:
Only markdown is really handled, basically, because most Lektor content types that are s…
-
We run lektor from GitLab CI/CD. It would be really nice if a failing (sass compile /) webpack build would bubble up to lektor to make it return 1 instead of 0 like [its documentation says](https://w…
-
Looks like Lektor complety broken on latest MacOs
When I try to run `lektor server`
```
dubov@Mac-mini-Leonid bin % ./lektor --project /Volumes/My\ Book/Documents/Code/leonid.dubov.name/lektor_…
-
I'm on macOS 10.14.x with Python 3.7.2. I added the plugin to lektor and my `config/atom.ini` is
```
[blog]
name = My Blog feed
source_path = /blog
item_model = blog-post
url_path = /blog/feed…
-
When nesting flow blocks I'm starting to receive `RecursionError`s in the admin screen which I didn't see before:
```
File "/home/nils/Projekte/wspz/.env/lib/python3.11/site-packages/lektor/data…
-
```
U feed.xml
E feed.xml (RuntimeError: To use absolute URLs you need to configure the URL i
```
This happens if you do not set `url` in the main `.lektorproject` file. Explanation from https:/…