React with Native

Bringing together React and React Native

GitHub

README

Writer functions

writer-functions (

OperationClassification

TODO: Ensure embedding this will embed the actual docs in my markdown renderer. I guess it might already do so!

TODO: It would be great to learn more about this topic and see if I can make more cross-environment packages. A great use case would be to create a wrapper around the current fs-orm to enable using it at the frontend too.

OperationClassification node-cjs)

Api reference
getFrontmatterSchema()

Gets the frontmatterSchema of any markdown model. This should contain all elements that are required to be in the frontmatter of the markdown

Input
-
Output
📄 getFrontmatterSchema (exported const)

Gets the frontmatterSchema of any markdown model. This should contain all elements that are required to be in the frontmatter of the markdown

Internal
Show internal (18)
getFileContents()

Gets the contents of a file in the project

Input
projectRelativeFilePathstring
Output
getWriterWebPagesMenu()
Input
-
Output
getWriterWebPages()
Input
-
Output
moveFile()
Input
projectRelativePathstringCan be file only for now
Output
newFile()
Input
projectRelativeFilePathstring
Output
newFolder()
Input
projectRelativeFolderBasePathstring
Output
processAssetUpload()

Used for the markdown reader to immediately process a asset upload. If we want to validate this, it would be good to allow a second parameter that checks if you have access to the file

Input
assetsBackendAsset[]
Output
renameFilename()
Input
projectRelativeFilePathstring
Output
saveFileContents()
Input
projectRelativeFilePathstring
Output
📄 getFileContents (exported const)

Gets the contents of a file in the project

📄 getWriterWebPagesMenu (exported const)
📄 getWriterWebPages (exported const)
📄 moveFile (exported const)
📄 newFile (exported const)
📄 newFolder (exported const)
📄 processAssetUpload (exported const)

Used for the markdown reader to immediately process a asset upload. If we want to validate this, it would be good to allow a second parameter that checks if you have access to the file

📄 renameFilename (exported const)
📄 saveFileContents (exported const)