All of allmarks' features in detail
This is an unordered list of the most prominent features of allmark:
- Renders GitHub Flavored MarkDown
- Full text search (+ Autocomplete)
- Live-Reload / Live-Editing (via WebSockets)
- Document Tagging
- Tag Cloud
- Documents By Tag
- HTML Sitemap
- XML Sitemap
- robots.txt
- RSS Feed
- Print Preview
- JSON Representation of Documents
- Hierarchical Document Trees
- Repository Navigation
- Top-Level Navigation
- Bread-Crumb Navigation
- Previous and Next Items
- Child-Documents
- Image Thumbnails
- Markdown Extensions
- Image Galleries
- File Preview
- Displaying Folder Contents
- Video Player Integration
- Audio Player Integration
- Repository cross-links by alias
- Different Item Types (Repository, Document, Presentation)
- Document Meta Data
- Author
- Tags
- Document Alias
- Creation Date
- Last Modified Date
- Language
- Geo Location
- Default Theme
- Responsive Design
- Lazy Loading for images and videos
- Syntax Highlighting
- Presentation Mode
- Rich Text Conversion (Download documents as .rtf files)
- Image Thumbnail Generation
- HTTPS Support
- Reference custom SSL certificates via
.allmark/config
from the.allmark/certs
folder - Generates self-signed SSL certificates on-the-fly if no certificate is configured
- Reference custom SSL certificates via
- Basic-Authentication
- For an additional level of security allmark will only allow basic-authentication over SSL.
- You can add users to the
.allmark/users.htpasswd
file using the tool htpasswd
- Parallel hosting of HTTP/HTTPS over IPv4 and/or IPv6
- 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 underhttp://repo.com/!
. - You can use Emojis in your markdown code 👯
created at: 2015-08-03 modified at: 2015-08-03 author: Andreas Koch tags: Features, Documentation alias: features