Vincent Peugnet

Results 69 comments of Vincent Peugnet
trafficstars

Thanks for pointing this out ! The mass edit function seems to be a too small place to edit datas such as `custom-head`. In fact custom head is a strange...

Okay, this is made me think of deeper design problems. there are two possibilities : - default `custom-head` when you create a page - a new `global-head`, that is always...

Where should be stored this `global-head` ? Actually, `clobal-css` is stored only as a `.css` file in `/assets/global/`. Maybe this is not a good idea, if an user want to...

I agree that this obscure function should be removed. 👍️ Let's keep this for after your big UI update.

> Maybe exclude parsing within `` elements ? hehe, this is a good idea! @n-peugnet already suggest it in #232

> I guess that this custom field to give some context should be able to render anchor elements, maybe also other things? What do you think? Maybe I'll do something...

This would be lovely. It's a long time since I think of that too, but I have no clue of how to do it. So I have already created an...

Related to #188 I don't think Code Mirror 5 or 6 can do something at the level you're describing. Maybe another editor like the [Monaco editor](https://github.com/microsoft/monaco-editor) could do this. @jbidoret...