First, loved the tool, great job.
We are trying to use this as a tool to manage github markdowns in confluence and overwrite any changes made by any user directly in confluence and sync any changed added in github markdown files.
Please let me know if it's possible. Worst case I have to lock edits in each file but still wonder if we can have those as part of configuration file.
something like
"syncExistingPages": true, // Enable syncing for existing pages
"deleteStalePages": false // Whether to delete pages not found in markdown
"forceOverwrite": true // option to force overwriting pages
First, loved the tool, great job.
We are trying to use this as a tool to manage github markdowns in confluence and overwrite any changes made by any user directly in confluence and sync any changed added in github markdown files.
Please let me know if it's possible. Worst case I have to lock edits in each file but still wonder if we can have those as part of configuration file.
something like