Replies: 1 comment
-
I solved it by using file creation from Obsidians API instead:
PS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to create a script to create and populate a big number of files in Obsidian to match a number of attachment files. When I run the script, it skips every 11th file with the error "TemplaterError: create_new depth limit (max:10)", but the loop keeps going, so I end with the following files: 1-10, 12-21, 23-32 etc.
Here's a shortened version of the script
Am I doing something wrong, or is this because of a limitation in the plugin? Any ideas for fixes or workarounds? As you probably can tell I'm no programmer, I just dabble...
Beta Was this translation helpful? Give feedback.
All reactions