David Ferguson

Results 96 comments of David Ferguson

>I think not resizing dynamically is bad. I'll have a look into whether it's possible to do. >Another thing I think is important is that the preview should not be...

>I agree that I very much would like this field to dynamically resize. I've just added dynamically resizing into my fork now, for both the wysiwyg and markdown editors. >I...

@nixjdm @runfalk Most of those issues/comments raised have now been addressed. >The only quibble I have left is a very minor style opinion. By default, since we have Rich Text...

Aside from implementing those fixes/improvements, I've also replaced the standard editor image and link widgets with custom ones that better integrate with the Lektor system. The Image widget has three...

Hmm, odd. I've just tried this on a different machine and did a fresh clone using: ``` git clone https://github.com/davidferguson/lektor cd lektor git checkout friendly-markdown virtualenv --python=/usr/bin/python3 venv source venv/bin/activate...

Ah, that could be it. I've never tested with flowblocks, and thinking on how I did it, that could well be the case. I'll investigate.

Added a few fixes, and moved the utility functions that are common to both flow and chooser to a separate file `flowformat.jsx`. It would probably be worth looking at merging...

(Hopefully) the last commit for this - adds an option to specify the width of the `` element: `select_width`, which takes the same width values that the standard `width` option...

I was mid-way typing out a reply to this, but @uwekamper has already discussed much of what I was going to say! We use Lektor for a large website, and...

> In that case I wonder why @davidferguson uses his own CommandLineDiskImager program (forked from Win32DiskImager), rather than using the image-writing code from Etcher? I use CommandLineDiskImager for Windows because...