Plenti CMS Devlog: Template Strings & Open Source Musings
Jantcu
This is a Dev Vlog series where Plentico maintainers work on the git-backed CMS for the Plentico project (https://github.com/plentico/plenti). We are building in public, so feel free to watch along, ask questions, or even contribute if you're so inclined.
In this video we discuss the bug about not being able to use template strings and expressions in Plenti. Jim explains the problem and the challenges associated with it and Jesse suggests some ideas about interacting with the v8go API to overcome this problem.
Backticks issue: https://github.com/plentico/plenti/issues/121
Tan Li Hau's video on interacting with the Svelte compiler directly: https://www.youtube.com/watch?v=sEAzEXyTRT4&t=1305s
v8go repo: https://github.com/rogchap/v8go
Jesse's link about calling JS function from V8: https://stackoverflow.com/questions/59062300/how-to-call-a-javascript-function-from-v8-in-c ... https://www.youtube.com/watch?v=ZrNnpq_-BiE
475205135 Bytes