rainbow icon indicating copy to clipboard operation
rainbow copied to clipboard

Several identical tags in the configuration file.

Open falshunov opened this issue 6 years ago • 2 comments

Hi, I'm making a configuration file with lots of parts in it. I will use this for telnet. The file looks like this (for example):

[filters] #part1 bold: Index #part2 bold: down

With this arrangement, only the last filter tag is triggered. How can I use multiple identical tags in the same configuration file?

P.S. Sorry for my english, this is Google translator.

falshunov avatar Mar 12 '18 04:03 falshunov

You can do like this as a workaround:

[filters]
bold: Index|down

See builtin configs for examples.

Related: #2

nicoulaj avatar Mar 12 '18 09:03 nicoulaj

It is not comfortable. The parts look better. I understand this is due to the peculiarity of the configparser. Maybe you can fix it?

falshunov avatar Mar 12 '18 15:03 falshunov