Add ignore line and skip line, more name checks

lines starting with ";" are skipped, empty lines are ignored
if the first line is empty (no name set) an error is thrown
check that title is alphanumeric only

Add a config folder for the config files (ignored)

update readme file
This commit is contained in:
2025-05-30 09:29:06 +09:00
parent 3771fd987c
commit ff9e95ff9a
3 changed files with 27 additions and 4 deletions

2
configs/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*
!.gitignore