Commit Graph

131 Commits

Author SHA1 Message Date
Sunny Srivastava
fc239151ee Use custom new Notion url format instead of hardcoded default one 2021-08-26 21:13:28 +05:30
Alexey Leshchenko
c683df0a55 Fix width issues 2021-08-22 15:09:40 +03:00
Alexey Leshchenko
08102a8c2e Fix disappearing list markers 2021-08-10 22:40:23 +03:00
Alexey Leshchenko
9c5a0d7aac Fix excess padding below images 2021-08-10 22:31:18 +03:00
Leonardo Cavaletti
4bd84256e0
Merge pull request #70 from bryanhpchiang/master
Fixed parsing for notion.site URLs
2021-07-22 17:16:12 +01:00
Bryan Chiang
8be7011f3f Fixed parsing 2021-07-21 19:48:59 -07:00
Leonardo Cavaletti
acb1f9b9a4
Merge pull request #66 from douglasjarquin/patch-1
Update the intercom html tag pointer
2021-07-17 17:26:14 +01:00
Douglas Jarquin
bcf2a02b28
Update the intercom html tag pointer
The intercom tag is an iframe, not a div.
2021-07-07 00:18:55 -04:00
Leonardo Cavaletti
d0b4dbf76d
Merge pull request #64 from Akash-Sharma-1/master
Added Javascript based click for toggle buttons
2021-06-21 12:21:02 +01:00
Akash Sharma
c80f64ed10
Update notionparser.py 2021-06-18 22:36:29 +05:30
Eduardo Colabardini
fa45d4e5a6 Use specific Chrome version 2021-06-02 22:15:21 -03:00
Alexey Leshchenko
d8e5c9b351 Exclude emojis + Append styles instead of overwriting 2021-05-21 09:16:55 +03:00
Alexey Leshchenko
e9691ae206 Fixes the iOS extra image bottom padding issue
(cherry picked from commit 3206d61ee1ef92c41480c178a29eddeb3de7594f)
2021-05-21 08:19:39 +03:00
Leonardo Cavaletti
b8a59cda17
Merge pull request #52 from flipio-ru/encoding
Set saved page encoding to utf-8
2021-04-18 14:15:12 +01:00
Alexey Leshchenko
75688d74b0 Encoding = utf-8 2021-04-17 20:20:43 +03:00
Leonardo Cavaletti
001c332839 CSS improvements 2021-03-04 09:22:02 +00:00
Leonardo Cavaletti
f580af4a8e
Merge pull request #35 from aahnik/master
Updated "built with" site list
2021-02-12 13:41:31 +00:00
Aahnik Daw
262ae5c67e
Added my site to list of built with Loconotion 2021-02-12 14:52:31 +05:30
Leonardo Cavaletti
4c4c5069a4 Added no-links config option to skip links scraping 2021-02-07 12:56:51 +00:00
Leonardo Cavaletti
71fbbb2cec Fixed token in font urls assembling 2021-02-07 10:04:33 +00:00
Leonardo Cavaletti
222e6288ac Fixed fonts / KaTex fonts parsing 2021-02-07 09:09:28 +00:00
Leonardo Cavaletti
c6d67ef0eb Fixed crash when parsing <a> tags without href 2021-02-06 16:25:28 +00:00
Leonardo Cavaletti
3f6715a3b4 Updated .gitignore 2021-02-06 16:05:41 +00:00
Leonardo Cavaletti
f9a1dc4ddf CSS fixes 2021-02-06 15:56:23 +00:00
Leonardo Cavaletti
125203a580 Merge remote-tracking branch 'origin/master' 2021-02-06 15:55:46 +00:00
Leonardo Cavaletti
c49239b7fe
Merge pull request #23 from aehernandez/remove-view-select
Remove collection selectors since they don't work anyways
2020-12-30 17:15:09 +01:00
Leonardo Cavaletti
f8f533353a
Merge pull request #22 from aehernandez/dark-mode
Dark mode
2020-12-30 17:14:47 +01:00
Alain Hernandez
93d36eb338 Remove collection selectors since they don't work anyways
This is specifically the selectors next to collections (List, gallery, timeline, etc.)
2020-12-19 19:10:27 -05:00
Alain Hernandez
90f5abaa06 dark mode docs 2020-12-19 18:59:28 -05:00
Alain Hernandez
a404b5a34f Run dark mode script hack based on configuration parameter 2020-12-19 18:58:51 -05:00
Leonardo Cavaletti
a007681f72
Merge pull request #20 from safaorhan/master
Bump up chrome driver version
2020-12-15 11:10:23 +00:00
Ahmet Safa Orhan
707bc4cd81
Bump up chrome driver version
Bump up chrome driver version to match the latest stable google chrome
2020-12-15 08:11:35 +03:00
Leonardo Cavaletti
d9d8009be7
Merge pull request #18 from candu/master
Support for Notion inline "alias" links
2020-11-28 15:50:01 +00:00
Evan Savage
a3d22a24e8 Support for Notion inline "alias" links
These use an SVG icon, and (for now, at least) sometimes have the full
"https://www.notion.so" domain in the `href`.  Made a small CSS patch to
deal with the SVG icon getting too much height by default, and updated
the subpage detection to handle these `href` values.
2020-11-25 08:19:33 -05:00
Nijat Ismayilzada
dd2a4028f5 Added support for dark-themed notion pages (--dark-theme option) 2020-11-20 22:56:57 +00:00
Leonardo Cavaletti
16bb75dfd0
Merge pull request #16 from joonatanjak/patch-2
Fix subpage links in tables for Safari
2020-11-20 09:40:26 +00:00
Joonatan Jakobson
92473cdc45
Fix subpage links in tables for Safari
The `pointer-events: none;` style tag will make the link unclickable by some browsers (tested on iOS and MacOS Safari). This pull request adds a line of code, which will delete this tag.
2020-11-19 23:57:11 +02:00
Leonardo Cavaletti
44b1b6d22d
Merge pull request #15 from joonatanjak/patch-1
Fix subpage links in tables
2020-11-19 08:51:34 +00:00
Joonatan Jakobson
60e08a6c0a
Fix subpage links in tables
This makes the subpage links in tables not look like default HTML links.
2020-11-19 02:43:00 +02:00
Leonardo Cavaletti
58e776b423
Merge pull request #13 from dosoft/master
Set timeout as integer parameter
2020-10-27 20:19:41 +00:00
Leonardo Cavaletti
37af2da9ae
Merge pull request #14 from NoahSaso/noah-clean-file-ext
Clean up encoded query params from file extension
2020-10-27 20:19:34 +00:00
Noah Saso
67bdfe24c4 Clean up encoded query params from file extension 2020-10-26 15:38:13 -07:00
Oleg Danilov
4cdf3372ab Set timeout as integer parameter 2020-10-26 13:31:48 +03:00
Leonardo Cavaletti
160ea4ec29
Merge pull request #5 from NanoBjorn/docker-container
Docker support
2020-10-18 15:08:26 +01:00
Leonardo Cavaletti
b1705ed799 Revised table rows parsing method 2020-10-02 09:27:12 +01:00
Gleb Novikov
71891a7901 Added docker section to readme 2020-09-27 16:47:09 +03:00
Gleb Novikov
b7ce8d6714 Added Dockerfile, docker-compose and fixed init_chromedriver 2020-09-27 16:39:32 +03:00
Leonardo Cavaletti
c1329e050c CSS fixes for mobile layouts and database views 2020-08-15 17:59:41 +01:00
Leonardo Cavaletti
c8f14a6678 Added support for lazy loaded page elements, and --timeout argument 2020-08-15 16:09:27 +01:00
Leonardo Cavaletti
29bf4969e2 Added support for emoji spreadsheets 2020-08-15 13:29:47 +01:00