SoftwareEngineeringStudyProjects / KnowYourKnowledge

Combination of Personal Knowledge Management and Learning Management System. This is a study project aimed at creating relatively big codebase for object-oriented programming and similar courses.
MIT License
2 stars 4 forks source link

In CLI add command, read from config.txt only the current_collection value #46

Closed kzhereb closed 1 year ago

kzhereb commented 1 year ago

Use Config class to read config.txt file Read current_collection value Use this value to load TextNoteCollection, add note, then save it to the same file

kzhereb commented 1 year ago

Due to FileBuilder API, decided to use two settings from config current_collection specifies title of collection (not filename, not full path) collection_directory specifies directory where collections are stored Should work as of 82285e850ff76f9330d007d44285d179ec44d48d