Skip to content

Commit 9a83da8

Browse files
committed
add warning about .notion-enhancer folder
1 parent 08c1cb8 commit 9a83da8

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

Diff for: about/contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Once relaunched, Notion will be running a version of the
244244
notion-enhancer with your changes included. You will need to
245245
repeat this every time you make changes.
246246

247-
> Note: this chain of arguments is intended for development/testing of
247+
> **Note:** this chain of arguments is intended for development/testing of
248248
> mods only. It overrides previous enhancements and skips backup to
249249
> re-insert the notion-enhancer quickly when modifying the contents
250250
> of the `desktop/insert` folder.

Diff for: advanced/tweaks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ injecting custom CSS into the client:
2020
its options in the sidebar. Click the "Upload file..." button beneath
2121
the "css insert" option and select the `.css` file you created.
2222

23-
> Note: previously, uploads were linked to the original files and
23+
> **Note:** previously, uploads were linked to the original files and
2424
> would reflect changes. This is no longer the case - uploaded files are
2525
> stored in memory and must be re-uploaded to reflect edits.
2626
>

Diff for: getting-started/installation.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,16 @@ will never be supported.
1616
Once you've installed the notion-enhancer, read the
1717
[Basic Usage](./basic-usage.md) page to get started with it.
1818

19-
> Note: though it is possible to have both vanilla Notion
19+
> **Warning:** the new version of the notion-enhancer handles storing local
20+
> configuration differently to previous versions. If you used notion-enhancer
21+
> prior to v0.11.0, please delete the `.notion-enhancer` folder to prevent any
22+
> issues that may arise.
23+
>
24+
> It can be found within your home/user folder, e.g. `~` on macOS and Linux
25+
> or `C:\Users\YourName` on Windows (enabling the "show hidden files" option
26+
> in your file manager may be necessary).
27+
28+
> **Warning:** though it is possible to have both vanilla Notion
2029
> and enhanced Notion installed at once, running both at
2130
> once may cause problems and should never be done.
2231

0 commit comments

Comments
 (0)