Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlfwong/messenger-to-markdown
Chrome plugin to convert conversations on messenger.com to markdown
https://github.com/jlfwong/messenger-to-markdown
Last synced: 3 months ago
JSON representation
Chrome plugin to convert conversations on messenger.com to markdown
- Host: GitHub
- URL: https://github.com/jlfwong/messenger-to-markdown
- Owner: jlfwong
- Created: 2017-09-23T04:38:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T06:02:00.000Z (over 4 years ago)
- Last Synced: 2024-08-01T22:01:58.878Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 19
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - jlfwong/messenger-to-markdown - Chrome plugin to convert conversations on messenger.com to markdown (JavaScript)
README
# Messenger to Markdown
Use this extension to convert your currently active conversation on
[messenger.com][0] to markdown. Useful for pasting conversations elsewhere,
especially into a journal like [Day One][1]Works on Chrome and Firefox.
# Installation instructions
1. [Download this extension as a zip file][2]
2. Unzip it### Chrome
3. Go to `chrome://extensions` via the Chrome URL bar
4. Click the "Load unpacked extension..." button
5. Select the unzipped folder created in step 2### Firefox
3. Go to `about:debugging` via the URL bar
4. Click the "Load Temporary Add-on" button
5. Select any file inside the unzipped folder created in step 2[0]: https://www.messenger.com
[1]: http://dayoneapp.com/
[2]: https://github.com/jlfwong/messenger-to-markdown/archive/master.zip
[3]: https://developer.chrome.com/extensions/getstarted#unpacked# Example Conversation
![example conversation](https://i.imgur.com/4d303uf.png)
```
> **Jamie Wong** *Sunday 1:02pm*
> https://m.youtube.com/watch?v=14zkfDTN_qo
>
> **Chris Cooper** *Thursday 1:46am*
> lovvvee the arms haha
> i feel like shaping the reward isn't the way to solve that, but rather adding some kind of fatigue/energy cost for different muscles
>
> **Jamie Wong** *Thursday 1:48am*
> I think that is shaping the reward?
>
> **Chris Cooper** *Thursday 1:48am*
> the energy cost is
> but i wonder if you could model fatigue differently
> like muscles become less effective with time
>
> **Jamie Wong** *Thursday 1:49am*
> ah interesting
>
> **Chris Cooper** *Thursday 1:49am*
> like deltoids and triceps don't let you pwerfully flail your amrs to turn forever
> probably factoring energy into reward is the simplest though
>
> **Jamie Wong** *Thursday 1:51am*
> yeah, I think so
>
> **Chris Cooper** *Thursday 1:51am*
> i want them to evolve me a soccer playing ai
```