mohamed yahia
mohamed yahia
@dcsline there is an easier solution to your problem that will come with the new release of pdf-lib ( look PR NO #986 ). Hopefully, that means that splitting your...
I can make a simple python program to change 'n/a' in the documentation to '-' so it will be less ambiguous if it will help.
Also, I can uniform descriptions of attributes across different components. ### Example before :   ### Become:  
@superiums This can be done using Markdowndb's new computed fields feature. For example, the following: ```Typescript function getFirstHeading(fileObject: any, ast: any){ let firstHeading: any = null; // Use unist-util-visit to...
@rufuspollock Sure, I will work on this on Monday.
@rufuspollock @olayway I updated the PR. - Added test case for single dimension `[[image.png|100]]` - Applied the refactoring suggestions - Updated tests - Added changeset All tests are running correctly.
I can complete this task within a few hours if you believe it's ok to proceed.
@olayway I have tested this, and it works fine. Can you check if this is the case?
@KevinModica Let me look into this and get back to you. Maybe there's an easy way to include those math symbols without MDX syntax errors.
@rufuspollock The issue is not simple, but I managed to make some progress. The canvas files in Obsidian have their unique structure, which requires studying for a while. (It consists...