chrislicodes / obsidian-chess-study

A chess study helper and PGN viewer/editor for Obsidian.
GNU General Public License v3.0
32 stars 4 forks source link

Directional Linking is impossible in the move's comment #6

Closed Ilan2271 closed 7 months ago

Ilan2271 commented 9 months ago

Hi, I'd like to build my own chess database with a repertory of openings, but I can't link a move to a new not in the text space. It would be really helpful to explore variations.

Hope you could do something. Have a great day, and thanks for your amazing plugin.

chrislicodes commented 7 months ago

Hey! I am not sure I understand - can you explain this in different words again please? You want to be able to add links in the comment section?

latenitecoding commented 7 months ago

Hi, I'd like to build my own chess database with a repertory of openings, but I can't link a move to a new not in the text space. It would be really helpful to explore variations.

Hope you could do something. Have a great day, and thanks for your amazing plugin.

If I understand this request correctly, @Ilan2271 is asking for markdown linking within the comment section of the board. If that's correct, I'm not sure that this feature should be pursued. It maybe possible to accomplish, but it would require that the plugin parse the comments as markdown. In order to have file linking, users would also need to provide the relative path to the file and maintain that file path over time. Or at least the file ID that obsidian uses.

I think this kind of feature is just already done best by Obsidian. Users can turn off the comments on the board and write the comments below the board with full Obsidian support.

chrislicodes commented 7 months ago

I agree with @latenitecoding and will close this issue.