You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of writing all of the files to a sub-directory of content/obsidian/ , I'm trying to write all of the files directly to content/ I tried to following command-line:
While this does write all of the files to the content dir, it creates links with triple slashes, such as:
[Belief in conspiracy theories is like the belief in myth](///belief-in-conspiracy-theories-is-like-the-belief-in-myth/)
I will look at this a little later, but I think I understand where links are built (omh.go convertNote method), but not certain if that is the right place to repair this, or if there is another way to accomplish what I'm looking for.
The text was updated successfully, but these errors were encountered:
Instead of writing all of the files to a sub-directory of
content/obsidian/
, I'm trying to write all of the files directly tocontent/
I tried to following command-line:~/go/bin/omh -O ~/notes -H ~/code/quickstart -p / -i 'public'
While this does write all of the files to the
content
dir, it creates links with triple slashes, such as:[Belief in conspiracy theories is like the belief in myth](///belief-in-conspiracy-theories-is-like-the-belief-in-myth/)
I will look at this a little later, but I think I understand where links are built (omh.go convertNote method), but not certain if that is the right place to repair this, or if there is another way to accomplish what I'm looking for.
The text was updated successfully, but these errors were encountered: