andrew-polk
andrew-polk
This change is [](https://reviewable.io/reviews/sillsdev/docu-notion/27)
If a page is no longer published or the folder name changes, the image files stick around. I'm not sure if the issue is specific to images. We should probably...
The installer is putting python in `C:\Users\UserName\AppData\Local\Programs\Python\Python37-32` but everything in the rest of the package expects python to be at `C:\Python37-32` so nothing works after that. Any ideas what is...
[This recent change](https://github.com/souvikinator/notion-to-md/commit/9d74e27cecfcf15c45c64df8df7f8b4261ba223c) broke all children with custom transformers when using `blocksToMarkdown`. I understand the change was made to prevent some duplicate markdown from being created (#62), but I think...
Pages can be included or excluded based on their tag in the database (e.g. Publish). If all pages in a given part of the outline are excluded based on the...
I'm not sure we need/want to fix this. (But I want to document it.) Even Notion's own UI doesn't show the images or give any way to modify or delete...
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues). ### Prerequisites - [X] I'm using the latest version of Docusaurus....
If text is entered in Notion as an image caption, it is lost in conversion. At the miminum, we should have a warning. We should figure out how we want...
See https://docusaurus.io/blog/preparing-your-site-for-docusaurus-v3#admonition-warning. With v3, you are supposed to use either :::danger or :::warning. :::caution will still show the yellow (caution) admonition, but it is deprecated. But in v2, :::warning produces...
For the Outline to work, you must use a "Link to page" basic block rather than mention page feature.  This doesn't work. It will cause the current page to...