when exporting a --start-at location, it would be a good option to be able to allow other files in other directories to be exported if they are linked from there #76
Replies: 3 comments 2 replies
-
I'm not sure I understand exactly which behavior you would like to see. Could you please describe this in a little more detail, or provide an example? |
Beta Was this translation helpful? Give feedback.
-
functionality similar to this: https://github.com/klalle/ObsidianToHtmlConverter enabling an option to allow the export of md files/assets linked to from content in the --start-at location that may be in other (../../../SUB)directories that are not included in the --start-at path (../../media/xxx.png, etc) ... |
Beta Was this translation helpful? Give feedback.
-
I found this while trying to figure out how start-at resolved external links. I'm thinking that the behaviour (toggle-ably) should be:
I think the best way to handle this, without breaking existing behavior is to add a second flag (--recursive, --depth, or whatever) that takes an integer. The default would be 0 so that current start-at behavior won't change. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
EDITED FOR CLARITY
currently, if --start-at is used, if there are other files in other (../../../SUB)directories, there is no way to export them as well, it would be good to provide that option
Beta Was this translation helpful? Give feedback.
All reactions