First,
This is really awesome community plugin, it really does a lot of work and it's really helpful!
One issue I found is that if the book title has a series number in it "Agent in Place (Gray Man, #7)", the # creates a problem since it's one of the illegal file name characters: #^[]|.
A solution would be to regex it and replace # with 'No.': "Agent in Place (Gray Man, No. 7)". Otherwise when I create click on the title it tries to create the stub obsidian note but it gets truncated to, in this case, "Agent in Place (Gray Man,"
Thank you for this plugin though!
First,
This is really awesome community plugin, it really does a lot of work and it's really helpful!
One issue I found is that if the book title has a series number in it "Agent in Place (Gray Man, #7)", the # creates a problem since it's one of the illegal file name characters: #^[]|.
A solution would be to regex it and replace # with 'No.': "Agent in Place (Gray Man, No. 7)". Otherwise when I create click on the title it tries to create the stub obsidian note but it gets truncated to, in this case, "Agent in Place (Gray Man,"
Thank you for this plugin though!