التخزين
There are multiple ways of storing notes in Butterfly. Either by using your device storage, or by using the cloud storage (WebDAV).
Data directory
Section titled “Data directory”The data directory is the directory where documents, templates, and packs are stored.
On desktop you can find it in ~/Documents/Linwood/Butterfly.
على الهاتف المحمول في getExternalFilesDir(null)/Linwood/Butterfly.
يمكنك أيضا تغييره في الإعدادات تحت البيانات.
في هذا الدليل سوف تجد مجلد ‘Documents’ و ‘Templates’ و ‘Packs’.
بيانات التطبيق مخزنة في المتصفح الخاص بك. يتم تخزينها في مخزن محلي. افتح أدوات المطور في المتصفح الخاص بك وسوف ترى البيانات.
المنصات الأصلية
Section titled “المنصات الأصلية”By default, the application saves the data in your documents folder in a subfolder called “Linwood/Butterfly”. This folder is created when you save data for the first time. يمكن تغيير هذا المجلد في الإعدادات.
التخزين البعيد
Section titled “التخزين البعيد”The application data can be stored on a remote server. هذا مفيد إذا كنت تريد مشاركة البيانات مع أشخاص آخرين أو إذا كان لديك أجهزة كمبيوتر متعددة. حاليا لا يدعم سوى بروتوكول “WebDAV”.
لإضافة خادم بعيد ، انتقل إلى الإعدادات وانقر على بعيد. ثم انقر على إضافة جهاز التحكم عن بعد. ثم انقر على إضافة جهاز التحكم عن بعد.
إضافة عنوان URL للخادم البعيد واسم المستخدم وكلمة المرور. بعد ذلك يمكنك تحديد المجلد حيث يتم تخزين البيانات.
To get the WebDAV URL, please visit the documentation:
Nextcloud (يجب أن يبدو مثل هذا: https://nextcloud.example.com/remote.php/dav/files/username/، استبدال username' و nextcloud.example.com\` بالقيم الصحيحة)
Instructions for NextCloud
Section titled “Instructions for NextCloud”How to get the URL
Section titled “How to get the URL”- Go to
Files
- Press the button on the bottom of the sidebar
Files settings
- Scroll down to the
WebDAVsection, then copy the full URL shown inside
- Switch to Butterfly, and paste the URL in the URL input box in Butterfly

How to get the password and username
Section titled “How to get the password and username”- Go to your Nextcloud account info by pressing the profile picture on the corner
- Then, press
Settings
- In the Security tab, scroll down to
Devices & sessions - Enter any name for the app name input box
- “Butterfly Connection” is a good name to use, as it is identifiable and clear.
- Press the button called
Create new app password
- After authenticating, copy the app password username shown on the page, and paste it in the username input box in Butterfly

- Finally, copy the password and paste it in the password input box in Butterfly

Finalizing the connection setup
Section titled “Finalizing the connection setup”After doing the above, press the Connect button.
If you have done everything correctly, there will be some new stuff down the popup.

Type the name of this connection in the Name inputbox, you can name it anything.
Then, for the Directory inputbox, you need to type where should Butterfly store stuff inside this cloud storage.
For example:
if you type ButterflyDocs for Directory, Butterfly will store all your files inside the ButterflyDocs folder in your cloud storage.
Lastly, after typing the name of the folder you want Butterfly to store your notes in, press Create.
That’s it. Syncing to the cloud should work now. 🎉
المزامنة دون اتصال
Section titled “المزامنة دون اتصال”هذه الميزة تسمح لك بتعديل الملفات الخاصة بك على الخوادم البعيدة عندما تكون غير متصل. افتح القائمة المنبثقة على ملف أو مجلد وانقر على ’مزامنة\`. سيؤدي هذا إلى تنزيل الملف أو المجلد وحفظه محلياً. لمزامنة الدليل الجذر بأكمله، انقر فوق علامة الاختيار في مربع حوار إنشاء أو انقر على جهاز التحكم في الإعداد وانقر على علامة الاختيار في قسم الإدارة.
وهناك بعض القيود:
- لا يمكنك حذف ملف أو مجلد عندما تكون غير متصل.
- لا يمكنك إضافة أو تحرير أو حذف قوالب عندما تكون غير متصل.
طرق التخزين الأخرى
Section titled “طرق التخزين الأخرى”إذا كنت على جهاز أصلي يمكنك أيضا مزامنة دليل التطبيق مع المنصة المفضلة لديك. Google Drive has an official app on Windows and there are unofficial ones on the Play Store. On Linux you can also use the native remote storage system and change your data directory to this or add a new external storage if you click on the add connection button.
Supported file types
Section titled “Supported file types”Butterfly supports importing SVG, Butterfly Note (.bfly), Butterfly Raw Note (.tbfly).
Butterfly Note (.bfly)
Section titled “Butterfly Note (.bfly)”This file type is the recommended format for saving notes.
It is a zip archive containing the information (mostly in JSON files) about the note. These included JSON files aren’t optimized to be readable by a human in its raw form.
Butterfly Raw Note (.tbfly)
Section titled “Butterfly Raw Note (.tbfly)”This file is recommended for use with version control software like git.
This file is not a zip archive; instead it is a JSON file. It contains all the information about the note in a single JSON file that is optimized for being readable and nicely formatted. It is slower to load than the normal Butterfly Note.
This file type doesn’t save information about the note! When this file is imported into Butterfly, it is treated as a single image.
Use this ONLY when the note shouldn’t be modified by Butterfly.