From be1bb89502d3d0077bb70f2a7fce83ca0dbdb5a1 Mon Sep 17 00:00:00 2001 From: Mike Thicke Date: Mon, 2 Jun 2025 14:38:45 -0400 Subject: [PATCH] Stop models from using NodeJS apis. --- .rules | 1 + 1 file changed, 1 insertion(+) diff --git a/.rules b/.rules index 9bed458..7982d3d 100644 --- a/.rules +++ b/.rules @@ -17,3 +17,4 @@ - Avoid inline styles. Use CSS classes and styles.css instead. - Use Obsidian CSS variables for styling whenever possible. - Use comments very sparingly, except for function and class documentation. The code should speak for itself and comments just get in the way. Only use comments when the code is complex or when it's not immediately obvious what the code is doing. +- Do not use NodeJS apis. Using NodeJS apis prevents the plugin from being usable with Obsidian mobile.