MarquisLP / World-Scribe

An Android app for fictional world-building
MIT License
41 stars 7 forks source link

Prohibit Article names that contain a slash or dot #61

Closed MarquisLP closed 3 years ago

MarquisLP commented 3 years ago

Because the app uses the local file system, the characters "/" and "." are reserved. When an Article is created with either of these characters, the app will create duplicate Articles, or Articles named "invalid".

There are two features we can implement to prevent this. Ideally, we should implement both.