kmlbgn
kmlbgn
Notion has changed the type for its @ links , also the `href` is now absolute and only uses the page id instead of the old `SomePageTitle-PageID` format. ``` {...
It seems my recent loconotion runs are producing pages with bad html structure which I'm struggling to troubleshoot: - Some pages have no inner margin left/right, content starts and ends...
New error just dropped from nowhere (was working in the past). Don't know why, don't know how. The page being parsed is simple, has a medium sized table (50ish entries...
There seems to be a bug in notion that spawns a persistent "notion-unknown-block" div which stalls the notion_page_loaded() call, and timeout has not effect (related #110). I am unable to...
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...
I'm getting this error while running the simple script in the README.md. I'm on MacOS.
The browse feature keeps the last browsed user in cache and if that user is offline when you click the browse tab it stays stuck searching for file. Restarting the...