nim_websitecreator
nim_websitecreator copied to clipboard
Nim fullstack website framework - deploy a website within minutes
Hi @juancarlospaco I propose that we change the licens from PPL to MIT.
The recaptcha library added a second overload for `initRecaptcha`. Consequently, `nimwcpkg/webs/captchas.nim:setupReCaptcha` must provide a third argument (either a `bool` or a `Provider`) for Nim to unambiguously resolve the call. This...
@juancarlospaco, should we add: ``` ``` https://github.com/ThomasTJdev/nim_websitecreator/blob/e3c68ec5d14088771ce87d59192212eb07cba7a0/nimwcpkg/nimfs/_indexes.nimf#L268
WIP
At the moment NimWC is full featured website package. We defined the main routes (/frontpage, /blog) and html pages (login, etc.), but we allow for plugins, where the user can...
`title*` is defined in the const-file for strings, but the `title*` should be updated with the value specified by the user in `config.cfg`. Otherwise `title` will always be "Nim Website...
CC @juancarlospaco, what do you think? Our recompile function is sometimes unstable. Suggestion: 1. Activate recompile from the browser UI 2. `NimWC launcher` stops `nimwc_main` subrunner 3. `NimWC launcher` moves...
ORM Swap
Today a new ORM was born: https://github.com/moigagoo/norm#norm-a-nim-orm https://nimble.directory/pkg/norm Its better than Gatabase: https://github.com/juancarlospaco/nim-gatabase Tentative plans: - [x] Remove Gatabase. - [ ] Add Norm. - [x] Deprecate Gatabase. - [x]...
The HTML editor for pages doesn't seem to handle `` well:  The text `A more complete example` should be part of the page to be edited.
When writing a blogpost, the user has full control on what to show - HTML, CSS and JS. But what if the user want's to access data from the database,...