https://github.com/wangfenjin/tabdown
Start (GitHub-Flavored) Markdown from new tabs in your favourite web browsers.
https://github.com/wangfenjin/tabdown
Last synced: 9 months ago
JSON representation
Start (GitHub-Flavored) Markdown from new tabs in your favourite web browsers.
- Host: GitHub
- URL: https://github.com/wangfenjin/tabdown
- Owner: wangfenjin
- License: mit
- Created: 2016-12-24T03:30:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T11:42:13.000Z (almost 5 years ago)
- Last Synced: 2025-02-10T02:13:45.528Z (11 months ago)
- Language: HTML
- Homepage: https://wangfenjin.com/markdown-editor/
- Size: 3.96 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TabDown
Start (GitHub-Flavored) Markdown from new tabs in your favourite web browsers.
### How to install:
* [Chrome Extensions](https://chrome.google.com/webstore/detail/tabdown/edhcokobegnpjbjhkpoadfeonghjcecn?hl=zh-CN&gl=001)
* [Firefox Addons](https://addons.mozilla.org/en-US/firefox/addon/tabdown/)
* Safari Extensions is on the way, need apply Apple's developer programs.
### Why build this:
I encounter [Papier](https://getpapier.com) on Safari and found it very helpful to me. But it has a bug that sometimes new tab from google will be redirect to it's extension page.
I searched around and think it will be very interesting to make an extension so I can customize the feature by myself.
### Basic useful feature list:
* Ctrl+S / Cmd+S to save the file
* Ctrl+Shift+S / Cmd+Shift+S to choose to save as Markdown or HTML
* Drag and drop a file into here to load it
I'm no good at writing sample / filler text, so go write something yourself.
Look, a list!
* foo
* bar
* baz
And here's some code! :+1:
```javascript
$(function(){
$('div').html('I am a div.');
});
```
This is [on GitHub](https://github.com/WangFenjin/tabdown) so let me know if I've b0rked it somewhere.
### Project Structure
* All extension share the same code from markdown-editor
* background.js and manifest.json used by chrome/Firefox
* Info.plist and opentab.html used by Safari
### Stuff used to make this:
* jbt [markdown-editor](https://github.com/jbt/markdown-editor)