Tagged Questions
24
votes
1answer
221 views
Quickly look-up usages, options and attributes of symbols
When I'm writing code in the front-end, I find myself very often looking up the list of options of a symbol over and over again in the documentation center. In most cases you find there a list of ...
3
votes
1answer
70 views
How to grab CellTags from a Cell?
I am in the process of creating a palette for a specialised "Save as HTML". For context please see this.
How can I grab the CellTags from a Cell[...] object? This is my first iteration, aka testing ...