Mayuran Visakan
                                            Mayuran Visakan
                                        
                                    Managed to get round this with dataview and metaedit fyi.
Just essentially using metaedits api in a dataviewjs block in order to change the location: parameter in metadata directly.
I'd also love this. Thanks for all your work!
This may be a significant change for users who already use the `$x` syntax for tabstops but could I suggest changing the tabstop syntax entirely to `#x` instead? This would...
(Note, I'm also having issues with automatic conversion of numbers to latex i.e. `23 -> $23$`)
I've seen one plugin use this to style pdf exports inside a markdown post processor: ```ts const view = plugin.app.workspace.getActiveViewOfType(MarkdownView); if (view && view.editor) { ... } else { //PDF...
This would be brilliant! Can't believe how good this plugin is!!
Hi! Was just wondering whether this was still something you guys were considering? I've realised that dataview inline fields wouldn't be the best to deal with right now (at least...
Can I ask what the procedure is for adding general tikz packages just for my knowledge. As far as I can tell, it includes checking whether they are in base...
I'm also interested in potentially making some FRs to this plugin, was any progress made on a CONTRIBUTING doc?