1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-09 07:36:34 +02:00

Last fixes official release

This commit is contained in:
trendschau
2023-10-29 16:12:36 +01:00
parent 6c6e7b1a92
commit 66962e0b14
79 changed files with 871 additions and 587 deletions

View File

@@ -3,6 +3,8 @@ meta:
owner: Sebastian
created: '2023-06-12'
time: 22-36-14
modified: '2023-03-26'
title: 'Typemill provides detailed settings, and you have access to nearly all settings in the author panel. Learn the basics in this short video:'
modified: '2023-10-23'
title: 'Setup your website'
description: ' You will find all configurations and settings under the main navigation point settings with the following sub-navigation:'
hide: false
noindex: false

View File

@@ -1,8 +1,16 @@
meta:
navtitle: 'manage access'
title: 'Manage access'
description: ' Restrict Access for the Website'
heroimage: null
heroimagealt: null
owner: Sebastian
author: null
allowedrole: null
alloweduser: null
manualdate: null
modified: '2023-05-06'
created: '2023-06-12'
time: 22-36-36
modified: '2023-05-06'
title: 'Typemill has a build-in system to restrict access to pages or to the whole websites. You can activate both features in the system settings under the section "access rights". If you activate one of the features, then Typemill will use session cookies on all frontend pages. Learn all the details in the following video tutorial:'
description: ' Restrict Access for the Website'
hide: false
noindex: false

View File

@@ -1,8 +1,16 @@
meta:
navtitle: 'get help'
title: 'get help'
description: 'If you found a bug or if you have a question, then please open a new issue on GitHub. Do you need professional help, an individual theme or a special plugin?'
heroimage: null
heroimagealt: null
owner: Sebastian
author: null
allowedrole: null
alloweduser: null
manualdate: null
modified: '2023-05-13'
created: '2023-06-12'
time: 22-36-34
modified: '2023-05-13'
title: 'If you need any help, then please read the [documentation on typemill.net](https://typemill.net/typemill) first. You can also check these [video-tutorials](https://www.youtube.com/channel/UCyghKiX2kK9QIqTf1WT1Xxw) about the basics to create a typemill website.'
description: 'If you found a bug or if you have a question, then please open a new issue on GitHub. Do you need professional help, an individual theme or a special plugin?'
hide: false
noindex: false

View File

@@ -28,6 +28,7 @@ Headlines are simply done with hash chars like this:
### Third Level Headline
A third headline is more decent and lower prioritized than a second level headline.
@@ -55,6 +56,7 @@ A paragraph is a simple text-block separated with a new line above and below.
A paragraph is a simple text-block separated with a new line above and below.
## Soft Linebreak
@@ -70,6 +72,7 @@ He said: "again"
For a soft linebreak (eg. for dialoges in literature), add two spaces at the end of a line and use a simple return.
She said: "Hello"
@@ -87,6 +90,7 @@ For bold text use two **asterix** or two __underscores__.
For italic text use one *asterix* or one _underscore_.
For bold text use two **asterix** or two __underscores__.
@@ -110,6 +114,7 @@ For an ordered list use whatever number you want and add a dot:
For an unordered list use a dash
* like
@@ -137,6 +142,7 @@ Easily created for example with three dashes like this:
Easily created for example with three dashes like this:
---
@@ -156,6 +162,7 @@ You can even use a download-link like []()
This is an ordinary [Link](http://typemill.net).
Links can also be [relative](/info).
@@ -186,6 +193,7 @@ The same rules as with links, but with a !
The same rules as with links, but with a !
![](media/tmp/kai-dahms-v0nbnxlwjzk-3unsp-1.webp)
@@ -207,6 +215,7 @@ You can link an image with a nested syntax like this:
You can link an image with a nested syntax like this:
[![alt-text](media/files/markdown.png){.imgClass}](https://typemill.net)
@@ -228,6 +237,7 @@ You can controll the image position with the classes .left, .right and .middle l
![](media/tmp/kai-dahms-v0nbnxlwjzk-3unsp-1.webp)
The first image should float on the left side of this paragraph. This might not work with all themes. If you are a theme developer, please ensure that you support the image classes "left", "right" and "center". You can add these classes manually in the raw mode or you can assign them in the visual mode when you edit a picture (double click on it to open the dialog). Images in a separate line are rendered with the html5 elements `figure` and `figcapture`.
@@ -254,6 +264,7 @@ There are always some women and men with wise words
There always some women and men with wise words
> But I usually don't read them, to be honest.
@@ -273,6 +284,7 @@ Add the footnote text at the bottom of the page like this:
You can write footnotes[^1] with markdown.
Scroll down to the end of the page[^2] and look for the footnotes.
@@ -291,6 +303,7 @@ Footnotes won't work with the visual editor right now, so please use the raw mod
You won't see the abbreviation directly, but if you write HTML or W3C somewhere, then you can see the tooltip with the explanation.
*[HTML]: Hyper Text Markup Language
@@ -311,6 +324,7 @@ Orange
Apple
: Pomaceous fruit of plants of the genus Malus in
the family Rosaceae.
@@ -322,18 +336,18 @@ Orange
You can create different notices if you add a '!', '!!', '!!!', '!!!!' before a line. This will wrap the content into a div-class with the classes `notice1`, `notice2`, `notice3` and `notice4`. You can also span notices over several lines. This logic follows some other CMS like Grav, Lektor or Yellow and it is not compatible with other markdown processors or editors.
> ! Notice 1
> !
> ! Please note that you can use **markdown** inside of the notice so you can *format* your text here.
Notice 2
Please note that you can use **markdown** inside of the notice so you can *format* your text here.
! **Notice 3**
! Notice 1
!
! Please note that you can use **markdown** inside of the notice so you can *format* your text here.
!! **Notice 2**
!!
!! Please note that you can use **markdown** inside of the notice so you can *format* your text here.
!!! **Notice 3**
!!!
!!! Please note that you can use **markdown** inside of the notice so you can *format* your text here.
## Tables
````
@@ -348,6 +362,7 @@ Please note that you can use **markdown** inside of the notice so you can *forma
| Name | Usage |
|---|---|
| My Name | For Me |
@@ -364,6 +379,7 @@ Let us create some `<?php inlineCode(); ?>` like this
Let us create some `<?php inlineCode(); ?>` and now let us check, if a codeblock works:
````
@@ -381,6 +397,7 @@ Use four apostroph like this:
## Math
Please activate the math-plugin to use mathematical expressions with LaTeX syntax. You can choose between MathJax or the newer KaTeX library. MathJax is included from a CDN, KaTeX is included in the plugin. So if you don't want to fetch code from a CDN, use KaTeX instead. The markdown syntax in TYPEMILL is the same for both libraries.
@@ -396,6 +413,7 @@ inline \(x = \int_{0^1}^1(-b \pm \sqrt{b^2-4ac})/(2a)\) math
inline $x = \int_{0^1}^1(-b \pm \sqrt{b^2-4ac})/(2a)$ math
inline \(x = \int_{0^1}^1(-b \pm \sqrt{b^2-4ac})/(2a)\) math
@@ -415,6 +433,7 @@ x = \int_{0^1}^1(-b \pm \sqrt{b^2-4ac})/(2a)
$$
x = \int_{0^1}^1(-b \pm \sqrt{b^2-4ac})/(2a)
$$

View File

@@ -105,18 +105,45 @@
* DONE: Captcha integration
* DONE: Solution for logo and favicon
* FIXED: Raw editor jumps if you edit long text at the end
* Reference feature
* Typemill Utilities
* DONE: Typemill Utilities
* DONE: Update CSS for themes
* DONE: test with different user rights
* Markdown secure rendering
* finish youtube component
* Handle formdata centrally ???
* BUG: Error fields in account form not styled correctly
* DONE: Update CSS for themes
* BUG: Codefield jumps on editing
* False for owner on live?
## Dark Mode
* DONE: system
* DONE: content-navigation
* DONE: visual editor preview
* DONE: visual editor edit modes
* DONE: raw editor
* DONE: meta
* DONE: other tabs
* DONE: modals
* DONE: medialib
* DONE: publish-bar.
## Feedback GitHub
* FIXED: Website restriction
* NO ERROR: Change slug of blog
* FIXED: undefined array key "title" in TwigMetaExtension on line 25
* FIXED: CSS for navigation
* DONE: Test with 8.2.7 (deprecation reports)
* NOT REPRODUCED: Meta from home folder?
* automatic generated password in firefox
* FIXED: upload hero image in landinpage
* FIXED: Restriction for custom css to 10000 characters
* NOT REPRODUCED: Custom css löschen => false
## later
* Handle formdata centrally ???
* Reference Feature
* Clear cache
* Show security Log
* User search only for +10 users
@@ -161,7 +188,8 @@
## Upgrade
* Delete content of system folder
* Switch server to php 8.0 at least
* Delete content of system folders
* Upload new content of system folder with folders typemill and vendor
* Backup and delete settings file
* upload new index.php file

View File

@@ -2,17 +2,13 @@ meta:
navtitle: 'To Dos'
title: 'A list of open tasks'
description: ' Visual Editor with more stuff'
heroimage: null
heroimagealt: null
owner: Sebastian
author: null
heroimage: media/live/screenshot-2023-08-03-at-15-23-44-setup-3.png
heroimagealt: ''
owner: 'Sebastian, testauthor'
author: ''
allowedrole: ''
alloweduser: null
manualdate: null
modified: '2023-06-19'
created: '2023-06-19'
time: 15-15-01
reference: null
referencetype: null
hide: false
noindex: false