Levrault / LE-dialogue-editor

A standalone app to create complexe dialogue files
GNU General Public License v3.0
46 stars 3 forks source link

Split cache and other sections in the config file #43

Open kreghek opened 2 years ago

kreghek commented 2 years ago

Is your feature request related to a problem? Please describe. I want to store a dialogues using git. A lot of useful data items (locales, characters, variables) store in the config file. But a cache section changes is dirty changes from the point of view of git index. I dont want to store last_opened_file because it changes everytime.

Describe the solution you'd like Its better to split nessesary and auxiliary data into separated files. For example, store a cache in the separated cache file in a folder with main config. I think [path] is not necessary for dialogue itself and should to store separetely. Then I can to ignore this files in the git indexation.