Skip to content

Commit

Permalink
chore(html): added message in index
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoTomeES committed Mar 9, 2022
1 parent 9a8c189 commit 4ce2779
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ can import them into a Notion table.
You can try with the file `bookmark.html` that are in the repo. This file
has my own dev bookmarks.

To use the website you only need to drag and drop the file in the input or select it and automaticatly will be download the bookmark in CSV.
To use the website you only need to drag and drop the file in the input or select it and automatically will be download the bookmark in CSV.

![Notion example](./img/notion.jpg 'Notion')

Expand Down
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bookmark To CSV For Notion</title>
<title>HTML Firefox Bookmark to CSV</title>
<script type="module">
import { readFile, removeExtension } from './modules/index.js';

Expand All @@ -28,6 +28,12 @@
</script>
</head>
<body>
<h1>HTML Firefox Bookmark to CSV</h1>
<p>
You only need to drag and drop the HTML bookmark in the input or select it
and automatically will be download the bookmark in CSV.
</p>
<p>Later you can import it as table in Notion.</p>
<input type="file" accept=".html" />
</body>
</html>

0 comments on commit 4ce2779

Please sign in to comment.