Open ybalkind opened 6 months ago
Hey yeah, I think this is a good idea. Although it should already be possible. In the one of the corners of the codeblock, there should be a Clipboard button that copies the resulting List Index to your clipboard. Let me know if that works for ya
@SkepticMystic Awesome feature the clipboard, but in my case I already have the code block on 100+ pages. In 6 months that will be 1000+. At that point I'm completely tied into the plugin. If I stop using it my navigation system becomes obsolete unless I copy and paste the 1000+ code blocks. So ideally I'd want to be able to copy and paste those codeblocks into static text in bulk.
Is your feature request related to a problem? Please describe.
This extends from https://github.com/SkepticMystic/breadcrumbs/issues/542. As I use Breadcrumbs its views become my primary form of navigation between notes. If I stop using Breadcrumbs, or it stops being maintained or I stop using Obsidian, those views potentially stop working and navigating between notes or at least the ones with implicit links becomes very tricky.
Describe the solution you'd like
Some way to convert codeblock views into static markdown as insurance in the event that I need to stop using breadcrumbs. Since you already have the list index command, what would be needed as a new command that creates a list index that mirrors the settings of each breadcrumbs codeblock and pastes the result underneath the codeblock (or replaces it).
Describe alternatives you've considered
Additional context
(https://github.com/SkepticMystic/breadcrumbs/issues/542)