77:four : [ Encrypting your notes] ( #en )
88:five : [ Note taking features] ( #nt )
99:six : [ Changing Notebook 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 : [ FAQ] ( #faq )
1313
@@ -33,7 +33,7 @@ Then you extract the zip file and put the contents in a cloud synced or local fo
3333
3434Done! You can now create any number of notes in that folder. For hierarchy, you can use folders and sub-folders.
3535
36- Notes can be ` txt ` or ` md ` files and they will be encrypted with your password.
36+ Notes [ by default ] ( #custen ) , can be ` txt ` or ` md ` files and they will be encrypted with your password.
3737
3838By default, only ` diary ` folder (if it exists) is encrypted. You can learn more about changing this setting [ here] ( #custen ) .
3939
@@ -108,7 +108,7 @@ Then start `manager.py` again to re-encrypt your notes. This time you will be as
108108
109109
110110<a name =" custen " ></a >
111- ## :seven : Customizing which folders are encrypted
111+ ## :seven : Customizing which folders and files are encrypted
112112:point_up_2 : [[ back to top] ( #docs )]
113113
114114To customize which folders are encrypted, use the ` settings.json ` file in ` vscode_notebook/ ` directory.
@@ -131,6 +131,20 @@ You can also use the "*" symbol to select all folders. For example, in the follo
131131}
132132```
133133
134+ ----
135+
136+ You can also change which files are to be considered as notes, and thus encrypted. For that, change the ` note_extensions ` setting.
137+
138+ ``` json
139+ {
140+ "note_extensions" : [
141+ " txt" ,
142+ " md" ,
143+ " rst"
144+ ]
145+ }
146+ ```
147+
134148** NOTE** - You should edit ` settings.json ` file only when the notebook is in a decrypted state. Changing it when notebook is encrypted can cause
135149unintentional side-effects. ` "is_encrypted": false ` will be present in ` settings.json ` when notebook is decrypted.
136150
0 commit comments