allmark icon indicating copy to clipboard operation
allmark copied to clipboard

A cross-platform markdown web server

Results 31 allmark issues
Sort by recently updated
recently updated
newest added

i noticed after cloning the dockerfile doesn't work properly. It seem the directories are off if you want to do a ```docker build .``` from the working directory.

First place I checked when deploying with docker was the dockerfile as 80 wasn't working, nor was the docker logs command working (may take a look into this in a...

there is no mention of default port number 33001 , I had to figure that out looking at the screen shot :-) please mention the default port number in documentation

I created a markdown page that contained this string: "status=exited" When I try to search for the page on either status or exited it does not find any pages. It...

like the `/.git/` ... Actually a good feature would be to have filters like `/**/*.mkd` because yes, I use `.mkd` as an extension ... I am sure there are some...

The documentation may be lacking: How do I clean up ? `git reset --hard` ? I have errors when building: ``` ~/tmp/allmark (master) go run make.go -install -v # command-line-arguments...

would be amazing it this could be pointed at an s3 bucket and serve contents (and recursive contents) to a browser. taking account of permisisons for the current user...... I...

The use of the cli directory works, but makes go-get painful to use. This change adopts the standard cmd directory for main packages, and allows for go get github.com/andreaskoch/allmark/cmd/allmark. Note...

Since the vendor directory has largely been replaced by modules, it seems like a good time to simplify the repo and remove it. Needs andreaskoch/fulltext#1