gone icon indicating copy to clipboard operation
gone copied to clipboard

KISS wiki engine. Edits any text file. Written in Go.

Results 13 gone issues
Sort by recently updated
recently updated
newest added

When I add ?create I get an error of "Sorry, there's a conflict". Do you know why? This is from the log - ``` ?create: file to be created already...

For mobile phones, an alternative editing template should be available, which doesn't show the full-fledged editor, but a simple input field, whose contents will simply be appended to the page,...

enhancement
influences ui

When used as a Wiki, it is important to be able to list all files in a directory. I wouldn't make this the default behavior when accessing a directory, but...

I want to make _gone_ an application that fits many purposes, yet as simple as possible. Therefore, we need extension points (Open Closed Principle). This could include the possibility to...

enhancement

In the edit view, as alternative to using the text area, a user should be able to upload a file from his computer. The contents of that file will be...

enhancement
influences ui

Build steps like `go generate ./...`, `go test ./...` and `go install`, or even coverage analysis etc. can be automated by a custom build tool. We can write a `build.go`...

enhancement

Currently, not all human-readable (i.e. non-binary) files can be edited. This is because - our heuristics for detecting editable mime types in the `http/editor` package is quite bad, and -...

enhancement

The `httptest.ResponseRecorder` is something we did also implement. She should use the standard instead.

refactoring

Does it make sense to splatter metadata around in the content root in a dozen files and directories prefixed with `.`? Maybe we should think about introducing a single `.gone`...

enhancement

To improve performance, (rendered) content of pages should be cached -- especially for Markdown.

enhancement
improves performance