77:four : [ Encrypting your notes] ( #en )
88:five : [ Note taking features] ( #nt )
99:six : [ Changing SublimeNotebook password] ( #cp )
10- :seven : [ Customizing which folders are encrypted] ( #custen )
10+ :seven : [ Customizing which folders and files are encrypted] ( #custen )
1111:eight : [ Automatic git backups] ( #git )
1212:nine : [ Setting up better Markdown highlighting in Sublime Text] ( #mdext )
1313:keycap_ten : [ FAQ] ( #faq )
@@ -34,7 +34,7 @@ Then you extract the zip file and put the contents in a cloud synced or local fo
3434
3535Done! You can now create any number of notes in that folder. For hierarchy, you can use folders and sub-folders.
3636
37- Notes can be ` txt ` or ` md ` files and they will be encrypted with your password.
37+ Notes [ by default ] ( #custen ) , can be ` txt ` or ` md ` files and they will be encrypted with your password.
3838
3939By default, only ` diary ` folder (if it exists) is encrypted. You can learn more about changing this setting [ here] ( #custen ) .
4040
@@ -109,7 +109,7 @@ Then start `manager.py` again to re-encrypt your notes. This time you will be as
109109
110110
111111<a name =" custen " ></a >
112- ## :seven : Customizing which folders are encrypted
112+ ## :seven : Customizing which folders and files are encrypted
113113:point_up_2 : [[ back to top] ( #docs )]
114114
115115To customize which folders are encrypted, use the ` settings.json ` file in ` sublime_notebook/ ` directory.
@@ -132,6 +132,20 @@ You can also use the "*" symbol to select all folders. For example, in the follo
132132}
133133```
134134
135+ ----
136+
137+ You can also change which files are to be considered as notes, and thus encrypted. For that, change the ` note_extensions ` setting.
138+
139+ ``` json
140+ {
141+ "note_extensions" : [
142+ " txt" ,
143+ " md" ,
144+ " rst"
145+ ]
146+ }
147+ ```
148+
135149** NOTE** - You should edit ` settings.json ` file only when the notebook is in a decrypted state. Changing it when notebook is encrypted can cause
136150unintentional side-effects. ` "is_encrypted": false ` will be present in ` settings.json ` when notebook is decrypted.
137151
0 commit comments