quiki icon indicating copy to clipboard operation
quiki copied to clipboard

a file-based web engine and server featuring a productive source language, markdown, image generation, categories, templates, and revision tracking

Results 58 quiki issues
Sort by recently updated
recently updated
newest added

https://github.com/yuin/goldmark look into whether this does what we need it do instead of blackfriday since it is more commonmark compliant and there are issues with blackfriday being included as a...

When attempting to install quiki with go get github.com/cooper/quiki as of https://quiki.app/get-started, it fails with ``` package github.com/russross/blackfriday/v2: cannot find package "github.com/russross/blackfriday/v2" in any of: /usr/lib/golang/src/github.com/russross/blackfriday/v2 (from $GOROOT) /home/yala/go/src/github.com/russross/blackfriday/v2 (from...

allow pages to be moved from wiki interface and adminifier file list * allow moving multiple pages to different folder at once * do not allow external pages to be...

feature
wiki

allow renaming pages from wiki interface and also from web UI. * each file rename should be a separate commit. * also purge caches and maybe re-pregenerate for that page...

feature
wiki

allow deleting pages from wiki interface and also from web UI. * each file deletion should be a separate commit. * also purge caches for that page when deleted. *...

feature
wiki

Maybe relative images in markdown should be symlinked to the actual image directory of the wiki. ```md [image](image.png) ``` might do like ``` ln -s /whatever/the/markdown/file/base/is/image.png mywiki/images/image.png ``` if that...

feature
wiki
markdown

``` @category.sort: created descending; /* normal way */ @category.sort: name a-z; /* a-z and z-a will be aliased */ @category.sort: modified newest-first; /* newest- and oldest- first/last aliased */ ```

feature
wiki

``` @category.display_as: posts; /* specify whether to show as posts or a list/etc. */ @category.display_author; /* show author of each post on a category posts view */ @category.display_date; /* same...

feature
wiki

I would like the parser to keep track of where variables are defined and then a new component which can generate source code after changing the values of variables. The...

feature

I think we can fairly reliably infer whether variables in models are strings or booleans. If it is displayed anywhere, it is a string. If it is used in a...

feature
wiki