python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Read the fields of the container of a collection
I have a container for example: students.{title, description, children=student} and student={title, ...}
# students.ini
[model]
name = Students
[fields.title]
label = Title
type = string
[fields.des...
matrixise
Votes: 0
Answers: 1
Encoding mailto: fields with Lektor, email cloaking with Lektor
I want to "encode" mailto: fields on my web-page using Javascript to avoid SPAM. (This is also known as Email cloaking.)
I saw some implementation of this Idea here.
Now I'd like to add this...
bigla
Votes: 0
Answers: 0
Is it possible to open Lektor admin interface in production/deployed mode?
I want to allow content creators access to admin page and let them create and edit blog posts. This as far as I know is currently only possible if Lektor is running in development mode - then one can ...
primoz
Votes: 0
Answers: 1
Lektor server doubles subfolder in url without obvious reason
I am trying to export an existing php-based dynamic webpage into a lektor project which up to now really worked well.
Unfortunately one problem is giving me a headache:
While my navigation works perfe...
Homer
Votes: 0
Answers: 1