makenote icon indicating copy to clipboard operation
makenote copied to clipboard

add ability to merge databases

Open ekm507 opened this issue 3 years ago • 1 comments

Hi! it might be a common practice to run makenote on two devices and add notes on different databases. makenote should have a way to merge them into one bigger file which has data from both of them. since time entries in tables are promised to ordered, merged results shall be ordered as well.

ekm507 avatar Nov 25 '22 18:11 ekm507

merging databases function is added now. also a function to export database (simply copying that to your directory) is added. functions to add:

  • merge database with current one without making duplicates
  • make backup of database in a pre-specified directory
  • makenote should have a config file and read parameters from it

ekm507 avatar Dec 02 '22 17:12 ekm507