mirror of
https://github.com/typemill/typemill.git
synced 2025-07-30 19:00:32 +02:00
Version 1.2.5: Create Pages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Roadmap
|
||||
|
||||
There are a lot of plans for future releases of TYPEMILL, but it also follows the concept of simplicity. To prevent TYPEMILL from becomming a feature soup, it will strictly focus on the writers needs.
|
||||
There are a lot of plans for future releases of TYPEMILL, but it also follows the concept of simplicity. To prevent TYPEMILL from becomming a feature soup, it will strictly focus on the writers needs.
|
||||
|
||||
Here are some **milestones** of the past:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# Settings
|
||||
|
||||
As of Version 1.1.3 you can edit all settings in the new author panel of TYPEMILL. Just visit the url `yourwebsite.com/tm/login` and go to settings after the login. There you can edit:
|
||||
As of Version 1.1.3 you can edit all settings in the new author panel of TYPEMILL. Just visit the url `yourwebsite.com/tm/login` and go to settings after the login. There you can edit:
|
||||
|
||||
* The system (basic settings).
|
||||
* Themes (choose themes and configure it).
|
||||
@@ -13,6 +13,7 @@ All settings are stored in the `\settings` folder of TYPEMILL. It is not recomme
|
||||
|
||||
There are some settings that are not available via the author panel. Most of them are not really useful, but if you are a developer and if you develop a theme or a plugin locally, you probably want to display a detailed error report. To do so, simply add the following line to the settings.yaml:
|
||||
|
||||
|
||||
````
|
||||
displayErrorDetails: true
|
||||
````
|
@@ -1 +0,0 @@
|
||||
["# Quick Start for Writers","You are a pro and don't want to read the whole manual? No problem, this is a quick overview:","- **Setup**: Login to your system and setup the system, the themes and the plugins in the author panel.\n- **Content**: Organize your content in folders and markdown files and put them in the `\\content` folder of TYPEMILL. \n- **Markdown**: Use the Markdown syntax for your content files. Markdown Extra (e.g. tables, footnotes) is supported, too.\n- **Naming conventions**: Use prefixes like `01-` or `aa_` to sort your folders and files.\n- **Index files**: Add an `index.md` file to a folder to create content for the folder itself.\n- **F5**: After some changes, use the `F5` key to refresh the navigation manually.\n- **Lean back** and let TYPEMILL create a nice website for you.","\nThe TYPEMILL system ships with this user manual in the content folder. Check how the files are written and how the folders are organized."]
|
@@ -10,4 +10,5 @@ You are a pro and don't want to read the whole manual? No problem, this is a qui
|
||||
- **F5**: After some changes, use the `F5` key to refresh the navigation manually.
|
||||
- **Lean back** and let TYPEMILL create a nice website for you.
|
||||
|
||||
|
||||
The TYPEMILL system ships with this user manual in the content folder. Check how the files are written and how the folders are organized.
|
Reference in New Issue
Block a user