docu-notion icon indicating copy to clipboard operation
docu-notion copied to clipboard

Download Notion pages as markdown and image files, preserving hierarchy and enabling workflow properties. Works with Docusaurus.

Results 42 docu-notion issues
Sort by recently updated
recently updated
newest added

Doing a "Link to Page" ![image](https://github.com/sillsdev/docu-notion/assets/8448/53dfb87b-7f61-468d-8cb8-ddf709234fa1) gives you a new block (not inline). The markdown that docu-notion gets is a nice relative path: `[How to Embed a Bloom Library Collection...

bug

Currently, the standard notion-to-md library is utilized for parsing any sub-content within a block. For example, if there's a column-list containing blocks of content, these blocks will not be processed...

Console logging all options including notion's private token seem very unsafe for people who use docu-notion in a workflow and forget to set token to read-only : https://github.com/sillsdev/docu-notion/blob/a73e04035bab0ad65e54e8565b21b6e5a23e7317/src/run.ts#L64

Unless I did something wrong with my setup, It seems notion has changed the `href` which now only uses the page id instead of the old `https://www.notion.so/SomePageTitle-PageID` format. This is...

Hi, has anyone come up with a plugin to support database (table view) conversion into md table ? As of now, the workaround seem to be the use of docu-notion's...

As mentioned in the title, the C++ code block is being converted to C++ rather than CPP, so the highlighting for the C++ code is not being applied.

**Describe the bug** A clear and concise description of what the bug is. `Error: Notion page not found` thrown when site is not public It gets the first stage completely...

Hello! This is my first time attempting to use docu-notion, and docusaurus in general, so please forgive me if I may be missing anything obvious. ### What I've done I...

I am running from the `main` branch, and I am constantly getting 502s. According to the notion docs, rate limit requests should be `429` (https://developers.notion.com/reference/request-limits) but I suspect that their...

Created a plugin for frontmatter as some of the comments in the codebase suggested. This is helpful for people that might want to create their custom frontmatter. E.g. Adding `created_time`...