Hi,

I'm using the Insert Views module to embed a View inside the body of a node. The view is filtered by Taxonomy ID which works fine as long as I pass over the argument manually by using [view:standard_view=100=36]. (In that case: Taxonomy ID = 36). Yet, I would prefer to give authors the opportunity to use the filter tag like that: [view:standard_view] without worrying what the current Taxonomy ID is and let the Views Argument Handling Code take care of that (determine which Taxonomy ID the current node belongs to).

The problem is that I can't access the node object from with within the Views Argument Handling Code. Is there a way I can work around that or make the node object readable to the view?

Thanks a lot!
riemann