Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Until a proper save/load functionality is implemented, the only thing I can offer is to create a list of points of interest externally (like this) and load it (Settlement > Landmarks > Load) when you need it. The items from your list will be distributed across a city randomly. It is not very convenient, but it's better than typing in all the names every time you regenerate a city.

(+1)

Does it need to be a text file, and are the quotes required? I cannot get word docx documents to work.

(+1)

It needs to be a JSON file containing a single array of strings, therefore quotes are required and so are square brackets at the beginning and at the end of the file. See the example: link. Docx definitely won't work (since it's XML, not JSON).