vicmortelmans

Results 5 comments of vicmortelmans

I have the same problem when I set $EDITOR to be gvim in ~/.bashrc. When I make it vim, bulkrename is working!

Hi, I just noticed another problem caused by having the `` at the start of the ditamap: the topics that are listed somewhere in the `` are missing in the...

> My workaround is to rename `_index.html` to something else (e.g. `__index.html`), and add `slug = "index"`. > > This will create the page at `public//index.html` I suppose the above...

Hi, thanks!! I got the API working, mainly by inspecting the calls made by the web GUI. There are two fields in the posted data that I don't know what...

I suppose this is the same issue that I see here. An extract from my functional component: ``` const [date, setDate] = useState(formatDate(nextDate(0), 'yyyy-MM-dd')) // next Sunday const [jsonData, setJsonData]...