Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split, merge, and delete functionality #159

Merged
merged 14 commits into from
Feb 5, 2020
Merged

Split, merge, and delete functionality #159

merged 14 commits into from
Feb 5, 2020

Conversation

vkbo
Copy link
Owner

@vkbo vkbo commented Feb 1, 2020

This PR adds the functionality to:

  • Permanently delete files from the project. When a file is deleted again from the Trash folder, the user is given the option to permanently remove the file from the project and delete it from disk.
  • Merge a folder of documents into a single document. This creates a copy of the content in a folder and merges everything into a single document. The originals can be deleted if the user wants to, but this is not done automatically.
  • (ToDo) Split a single file into a folder of files split by header level. The header level, 1-4, to split on can be selected by the user. The original document is not deleted.

This PR completes Issue #63.

@vkbo vkbo merged commit bc98e4d into master Feb 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant