andreaskoch / allmark

A cross-platform markdown web server
https://allmark.io
Other
314 stars 73 forks source link

Missing parts in documentation #25

Open boschkundendienst opened 6 years ago

boschkundendienst commented 6 years ago

Hi, thanks for the great tool.

I have a question:

The documentation says:

  1. Markdown Extensions

    • Image Galleries
    • File Preview
    • Displaying Folder Contents
    • Video Player Integration
    • Audio Player Integration
    • Repository cross-links by alias
  2. Document Meta Data

    • Author
    • Tags
    • Document Alias
    • Creation Date
    • Last Modified Date
    • Language
    • Geo Location

26.Short links If you assign an alias to a document you can reach that document via short/direct link (e.g. http://repo.com/!an-alias). An overview of all available short links can be reached under http://repo.com/!.

but I can not find out how to use these features, eg. defining an alias or set Document Meta Data. Is there any documentation about this?

Also in comparison of your homepage (hosted with allmark) could you explain a little bit more how to integrate tag clouds etc. and is there a way to create a startpage with links to other documents instead of showing them all together on the startpage?

Thanks in adavance.

Peter

hiouyuu commented 6 years ago

from code:

Alias and tag should be write in the last of markdown file. As in the following:

# title
Description

Content

——
date: 2018-03-23

tags:
 - tag1
 - tag2

alias:
 - alias1
 - alias2