mirror of
https://github.com/epistemic-technology/co-intelligence.git
synced 2026-07-22 06:45:17 +00:00
Stop models from using NodeJS apis.
This commit is contained in:
parent
2a4a733315
commit
be1bb89502
1 changed files with 1 additions and 0 deletions
1
.rules
1
.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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue