Document Template
2 TopicsMarkDown Document Template in a SharePoint Document Library
When dropping a MarkDown document into a SharePoint Online document library, it works decently: SharePoint more or less renders the MarkDown and it's even possible to edit the file online using SharePoint's built-in text editor. So, I made a MarkDown document template and added it to the "New" button. When creating a MarkDown document in the library this way, it doesn't behave like I hoped and expected: What I hoped and expected: * A copy of the MarkDown template is created in the current folder in the document library. ... so I could open this copy for editing by SharePoint's built-in text editor. If the document library is synced with my local drive, I can also use my favorite editor to edit the MarkDown file. (I secretly also hoped SharePoint would be able to parse MarkDown's metadata, but that would probably be too much to ask for - it seems to handle PDF metadata, so metadata isn't limited to Office document types) What happens: * A download dialog is opened to download a copy of the MarkDown template to my local machine. ... without any connection to the SharePoint library. Is it possible to get the behavior I want: that a copy of the template is made in the document library? I am not scared to do some programming to achieve this if needed.9.7KViews4likes0CommentsInsert Json object to docx template without 3rd party
Hi everyone, Is there a way to insert Json objects to an existing docx template without using a 3rd party. So far I've got everything I need to put everything together but there seems to be no way to transfer all json data to my docx template, if you do not use a 3rd party. Is this correct or is there a workaround? Somthing like this link, but without 3rd party(Plumsail or Muhimbi): https://plumsail.com/docs/actions/v1.x/flow/how-tos/documents/create-docx-from-template.html