You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Table of Contents
21
21
##Background
22
22
_If you encounter any issues, want to request an additional feature, or provide assistance, feel free to open a Github issue._
23
23
24
-
This tool provides a way to export[Bookstack](https://github.com/BookStackApp/BookStack) pages and their content (_text, images, metadata, etc._) into a relational parent-child layout locally with an option to push to remote object storage locations. See[Backup Behavior](#backup-behavior) section for more details on how pages are organized.
24
+
This tool provides a way to export[Bookstack](https://github.com/BookStackApp/BookStack) pages and their content (_text, images,attachments,metadata, etc._) into a relational parent-child layout locally with an option to push to remote object storage locations. See[Backup Behavior](#backup-behavior) section for more details on how pages are organized.
25
25
26
26
This small project was mainly created to run as a cron job in k8s but works anywhere. This tool allows me to export my docs in markdown, or other formats like pdf. I use Bookstack's markdown editor as default instead of WYSIWYG editor and this makes my notes portable anywhere even if offline.