Replies: 2 comments 1 reply
-
#42 is the way to go for now, especially since the author has introduced markdown outputs. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Thanks for making this plugin, I discovered it 2 days ago and have been rethinking my whole logic based on it!
One thing that I "lost" in this new logic is having true obsidian links (
[[my_other_note]]
) between some pages.I briefly looked into how it could be implemented and from what I understand plugins can't "simulate" those links, that would be ideal and there could be a specific expression function to output links but as far as I understand this is not possible and quite logically.
So my second thought was to add an option to "expand" dataviews to MD (table, list etc) and using someking of
%
comment to keep track of the source dataview. I did not look deeply but #42 seems to address this partiallyDo you think it's worth looking into or do you have a better idea?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions