Feature: support any tag separator
So it allows to have multiple words tags. Breaking change: commas ',' are no longer a default separator. Fixes #594
This commit is contained in:
parent
48df9f45b8
commit
b3bd8c3e8d
38 changed files with 585 additions and 114 deletions
application/config
|
@ -368,6 +368,7 @@ class ConfigManager
|
|||
$this->setEmpty('general.default_note_title', 'Note: ');
|
||||
$this->setEmpty('general.retrieve_description', true);
|
||||
$this->setEmpty('general.enable_async_metadata', true);
|
||||
$this->setEmpty('general.tags_separator', ' ');
|
||||
|
||||
$this->setEmpty('updates.check_updates', false);
|
||||
$this->setEmpty('updates.check_updates_branch', 'stable');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue