nim_websitecreator icon indicating copy to clipboard operation
nim_websitecreator copied to clipboard

Nim fullstack website framework - deploy a website within minutes

Results 16 nim_websitecreator issues
Sort by recently updated
recently updated
newest added

Hi @juancarlospaco I propose that we change the licens from PPL to MIT.

enhancement

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...

good first issue

@juancarlospaco, should we add: ``` ``` https://github.com/ThomasTJdev/nim_websitecreator/blob/e3c68ec5d14088771ce87d59192212eb07cba7a0/nimwcpkg/nimfs/_indexes.nimf#L268

enhancement

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...

enhancement
next

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]...

enhancement
roadmap

The HTML editor for pages doesn't seem to handle `` well: ![image](https://user-images.githubusercontent.com/28556218/62005277-46273800-b131-11e9-8a3a-7ad04f403c62.png) The text `A more complete example` should be part of the page to be edited.

bug
help wanted

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,...

question