João Paulo Vanzuita
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    1
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    # InstaPy ROADMAP ## Intro This document have the intention to be a development guide for the next InstaPy iteration. ## Why do we need it ? 1. It's a good entry point for new incommers 2. Everyone goes to the same direction 3. We set clear goals ## Where are we now ? fsgewrsg **[bad]** 1. The code and documentation is a bit complex to manage 2. Community posted issues rarely get answered by core-devs or active users in the project. 3. Lack of testing has led to the tool being depractated in several instances, and no way to quickly indentify bugs. **[good]** 1. The best open source Instagram tool. 2. A lot of great features. 3. Big community with several active developers. ## Where do you want to go ? 1. Easier tool to final user (Full setup with a GUI / InstaPy Dashboard) 2. [Easier install process](https://github.com/timgrossmann/InstaPy/projects/3) 3. Good analytics tool to track progress and effectivity (InstaPy Dashboard) 4. Release schema 5. Have stable and (beta version or development version) 6. Leveraging the Instagram internal features, like suggestions, better (that's not much clear for me..) 7. Writing test for easier testing of PRs 8. Community backed feature requests with bounties on Bountysource 9. Better community engagement by prioritizing community wishes > [name=converge: let's set a small marketing team ? some people that want to contribute, but doesnt code, they can make monthly newlestter about InstaPy.] > [name=timgrossmann: Absolutely, that's what I was thinking about. We just need to find a few people who are interested. If you're reading this and you are, reach out to us in discord.] > [name=synchronizing: I agree with this as well. If money is something that the project wants to eventually achieve, we can use the open-souce-pay-us-template that every large project uses: create a stable open source release, and then open a live platform (i.e. InstaPy.io) that allows users to pay a monthly payment for access to a web app that gives all the benefits of the open source project, but without the headache of set-up. Charge a small fee of $5 dollars a month for something like 10 accounts -- or how much ever to balance AWS fees and profit. Create custom plans for businesses, and begin a side-business for managing large corporate accounts on Insta looking to increase engagement.] 11. Having InstaPy ambassador with quickly growing accounts. I recently talked to a friend of mine who's following a pretty new account that grew incredibly quick. No one knows how she can do it this quickly with real engagment. Finding someone who's interesting in rapidly growing their account with good support could show people what is capable when using InstaPy which in return would be good advertisement for InstaPy. >[name=converge: could you explain a little more ?] 13. InstaPy official Homepage >[name=converge: it's a big step, just don't know if this is the moment.] >[name=timgrossmann: True, I think we should only do this once we have a working gui and a less error prune version. I think we could generate some income from this which would help with adding bounties to task or giving back to the core contributors.] >[name=synchronizing: I would say that at the very least it would be benefitial to buy the domain and hold it as a simple directory for documentation of the app. Doesn't have to be extensive, but it would be benefitial. ] 14. Less complex documentation >[name=christophe-duc: 15. Replace current block actions by a finite state machine where all actions are possible all the time. The state machine defines what to do randomly and according to the user configured actions and amounts.] ## How we will get there ? 1. Building a new GUI on top of the API.json definition that allows easy generative creation of the GUI. - Extensible by InstaPy contributors without having to extend actual GUI code 2. Getting rid of separate chromedriver download and installing python dependencies with "one button click" or automatically checking them when running InstaPy for the first time. 3. Extending @converge's InstaPy-Dashboard (https://github.com/converge/instapy-dashboard) with more analytical features. Adding D3 for simple graph creation. >[name=synchronizing Docker-compose, in my honest opinion, should be the way to go for this case. Package it as a docker container and shoot it up to the Docker library. Docker will remove everyones headache of "how do I do this," specially with a proper GUI implemented on top of it.] 4. Considering the amount of updates we stInstaPy ROADMAP Intro This document have the intention to be a development guide for the next InstaPy iteration. Why do we need it ? It’s a good entry point for new incommers Everyone goes to the same direction We set clear goals Where are we now ? fsgewrsg [bad] The code and documentation is a bit complex to manage Community posted issues rarely get answered by core-devs or active users in the project. Lack of testing has led to the tool being depractated in several instances, and no way to quickly indentify bugs. [good] The best open source Instagram tool. A lot of great features. Big community with several active developers. Where do you want to go ? Easier tool to final user (Full setup with a GUI / InstaPy Dashboard) Easier install process Good analytics tool to track progress and effectivity (InstaPy Dashboard) Release schema Have stable and (beta version or development version) Leveraging the Instagram internal features, like suggestions, better (that’s not much clear for me…) Writing test for easier testing of PRs Community backed feature requests with bounties on Bountysource Better community engagement by prioritizing community wishes converge: let's set a small marketing team ? some people that want to contribute, but doesnt code, they can make monthly newlestter about InstaPy. timgrossmann: Absolutely, that's what I was thinking about. We just need to find a few people who are interested. If you're reading this and you are, reach out to us in discord. synchronizing: I agree with this as well. If money is something that the project wants to eventually achieve, we can use the open-souce-pay-us-template that every large project uses: create a stable open source release, and then open a live platform (i.e. InstaPy.io) that allows users to pay a monthly payment for access to a web app that gives all the benefits of the open source project, but without the headache of set-up. Charge a small fee of $5 dollars a month for something like 10 accounts -- or how much ever to balance AWS fees and profit. Create custom plans for businesses, and begin a side-business for managing large corporate accounts on Insta looking to increase engagement. Having InstaPy ambassador with quickly growing accounts. I recently talked to a friend of mine who’s following a pretty new account that grew incredibly quick. No one knows how she can do it this quickly with real engagment. Finding someone who’s interesting in rapidly growing their account with good support could show people what is capable when using InstaPy which in return would be good advertisement for InstaPy. converge: could you explain a little more ? InstaPy official Homepage converge: it's a big step, just don't know if this is the moment. timgrossmann: True, I think we should only do this once we have a working gui and a less error prune version. I think we could generate some income from this which would help with adding bounties to task or giving back to the core contributors. synchronizing: I would say that at the very least it would be benefitial to buy the domain and hold it as a simple directory for documentation of the app. Doesn't have to be extensive, but it would be benefitial. Less complex documentation christophe-duc: 15. Replace current block actions by a finite state machine where all actions are possible all the time. The state machine defines what to do randomly and according to the user configured actions and amounts. How we will get there ? Building a new GUI on top of the API.json definition that allows easy generative creation of the GUI. Extensible by InstaPy contributors without having to extend actual GUI code Getting rid of separate chromedriver download and installing python dependencies with “one button click” or automatically checking them when running InstaPy for the first time. Extending @converge’s InstaPy-Dashboard (https://github.com/converge/instapy-dashboard)InstaPy ROADMAP Intro This document have the intention to be a development guide for the next InstaPy iteration. Why do we need it ? It’s a good entry point for new incommers Everyone goes to the same direction We set clear goals Where are we now ? fsgewrsg [bad] The code and documentation is a bit complex to manage Community posted issues rarely get answered by core-devs or active users in the project. Lack of testing has led to the tool being depractated in several instances, and no way to quickly indentify bugs. [good] The best open source Instagram tool. A lot of great features. Big community with several active developers. Where do you want to go ? Easier tool to final user (Full setup with a GUI / InstaPy Dashboard) Easier install process Good analytics tool to track progress and effectivity (InstaPy Dashboard) Release schema Have stable and (beta version or development version) Leveraging the Instagram internal features, like suggestions, better (that’s not much clear for me…) Writing test for easier testing of PRs Community backed feature requests with bounties on Bountysource Better community engagement by prioritizing community wishes converge: let's set a small marketing team ? some people that want to contribute, but doesnt code, they can make monthly newlestter about InstaPy. timgrossmann: Absolutely, that's what I was thinking about. We just need to find a few people who are interested. If you're reading this and you are, reach out to us in discord. synchronizing: I agree with this as well. If money is something that the project wants to eventually achieve, we can use the open-souce-pay-us-template that every large project uses: create a stable open source release, and then open a live platform (i.e. InstaPy.io) that allows users to pay a monthly payment for access to a web app that gives all the benefits of the open source project, but without the headache of set-up. Charge a small fee of $5 dollars a month for something like 10 accounts -- or how much ever to balance AWS fees and profit. Create custom plans for businesses, and begin a side-business for managing large corporate accounts on Insta looking to increase engagement. Having InstaPy ambassador with quickly growing accounts. I recently talked to a friend of mine who’s following a pretty new account that grew incredibly quick. No one knows how she can do it this quickly with real engagment. Finding someone who’s interesting in rapidly growing their account with good support could show people what is capable when using InstaPy which in return would be good advertisement for InstaPy. converge: could you explain a little more ? InstaPy official Homepage converge: it's a big step, just don't know if this is the moment. timgrossmann: True, I think we should only do this once we have a working gui and a less error prune version. I think we could generate some income from this which would help with adding bounties to task or giving back to the core contributors. synchronizing: I would say that at the very least it would be benefitial to buy the domain and hold it as a simple directory for documentation of the app. Doesn't have to be extensive, but it would be benefitial. Less complex documentation christophe-duc: 15. Replace current block actions by a finite state machine where all actions are possible all the time. The state machine defines what to do randomly and according to the user configured actions and amounts. How we will get there ? Building a new GUI on top of the API.json definition that allows easy generative creation of the GUI. Extensible by InstaPy contributors without having to extend actual GUI code Getting rid of separate chromedriver download and installing python dependencies with “one button click” or automatically checking them when running InstaPy for the first time. Extending @converge’s InstaPy-Dashboard (https://github.com/converge/instapy-dashboard) with more analytical features. Adding D3 for simple graph creation. synchronizing Docker-compose, in my honest opinion, should be the way to go for this case. Package it as a docker container and shoot it up to the Docker library. Docker will remove everyones headache of "how do I do this," specially with a proper GUI implemented on top of it. Considering the amount of updates we stInstaPy ROADMAP Intro This document have the intention to be a development guide for the next InstaPy iteration. Why do we need it ? It’s a good entry point for new incommers Everyone goes to the same direction We set clear goals Where are we now ? fsgewrsg [bad] The code and documentation is a bit complex to manage Community posted issues rarely get answered by core-devs or active users in the project. Lack of testing has led to the tool being depractated in several instances, and no way to quickly indentify bugs. [good] The best open source Instagram tool. A lot of great features. Big community with several active developers. Where do you want to go ? Easier tool to final user (Full setup with a GUI / InstaPy Dashboard) Easier install process Good analytics tool to track progress and effectivity (InstaPy Dashboard) Release schema Have stable and (beta version or development version) Leveraging the Instagram internal features, like suggestions, better (that’s not much clear for me…) Writing test for easier testing of PRs Community backed feature requests with bounties on Bountysource Better community engagement by prioritizing community wishes converge: let’s set a small marketing team ? some people that want to contribute, but doesnt code, they can make monthly newlestter about InstaPy. timgrossmann: Absolutely, that’s what I was thinking about. We just need to find a few people who are interested. If you’re reading this and you are, reach out to us in discord. synchronizing: I agree with this as well. If money is something that the project wants to eventually achieve, we can use the open-souce-pay-us-template that every large project uses: create a stable open source release, and then open a live platform (i.e. InstaPy.io) that allows users to pay a monthly payment for access to a web app that gives all the benefits of the open source project, but without the headache of set-up. Charge a small fee of $5 dollars a month for something like 10 accounts – or how much ever to balance AWS fees and profit. Create custom plans for businesses, and begin a side-business for managing large corporate accounts on Insta looking to increase engagement. Having InstaPy ambassador with quickly growing accounts. I recently talked to a friend of mine who’s following a pretty new account that grew incredibly quick. No one knows how she can do it this quickly with real engagment. Finding someone who’s interesting in rapidly growing their account with good support could show people what is capable when using InstaPy which in return would be good advertisement for InstaPy. converge: could you explain a little more ? InstaPy official Homepage converge: it’s a big step, just don’t know if this is the moment. timgrossmann: True, I think we should only do this once we have a working gui and a less error prune version. I think we could generate some income from this which would help with adding bounties to task or giving back to the core contributors. synchronizing: I would say that at the very least it would be benefitial to buy the domain and hold it as a simple directory for documentation of the app. Doesn’t have to be extensive, but it would be benefitial. Less complex documentation christophe-duc: 15. Replace current block actions by a finite state machine where all actions are possible all the time. The state machine defines what to do randomly and according to the user configured actions and amounts. How we will get there ? Building a new GUI on top of the API.json definition that allows easy generative creation of the GUI. Extensible by InstaPy contributors without having to extend actual GUI code Getting rid of separate chromedriver download and installing python dependencies with “one button click” or automatically checking them when running InstaPy for the first time. Extending @converge’s InstaPy-Dashboard (https://github.com/converge/instapy-dashboard)ill have to make, releasing versions seems to be only reasonable when we have more stable versions (see 5.) Automatic detection of changed HTML-Elements through a diffing of the page structure from the last run to the new one (see https://github.com/google/incremental-dom) One option for the suggestions might be to engage in specific ways: go to some post of an account go to the comments go to the accounts of the commenter interact with the followers of that commenter. … Making people and espacially businesses realize that they can contribute to the project by showing respectill have to make, releasing versions seems to be only reasonable when we have more stable versions (see 5.) 5. Automatic detection of changed HTML-Elements through a diffing of the page structure from the last run to the new one (see https://github.com/google/incremental-dom) 6. One option for the suggestions might be to engage in specific ways: - go to some post of an account - go to the comments - go to the accounts of the commenter - interact with the followers of that commenter. 7. ... 8. Making people and espacially businesses realize that they can contribute to thInstaPy ROADMAP Intro This document have the intention to be a development guide for the next InstaPy iteration. Why do we need it ? It’s a good entry point for new incommers Everyone goes to the same direction We set clear goals Where are we now ? fsgewrsg [bad] The code and documentation is a bit complex to manage Community posted issues rarely get answered by core-devs or active users in the project. Lack of testing has led to the tool being depractated in several instances, and no way to quickly indentify bugs. [good] The best open source Instagram tool. A lot of great features. Big community with several active developers. Where do you want to go ? Easier tool to final user (Full setup with a GUI / InstaPy Dashboard) Easier install process Good analytics tool to track progress and effectivity (InstaPy Dashboard) Release schema Have stable and (beta version or development version) Leveraging the Instagram internal features, like suggestions, better (that’s not much clear for me…) Writing test for easier testing of PRs Community backed feature requests with bounties on Bountysource Better community engagement by prioritizing community wishes converge: let's set a small marketing team ? some people that want to contribute, but doesnt code, they can make monthly newlestter about InstaPy. timgrossmann: Absolutely, that's what I was thinking about. We just need to find a few people who are interested. If you're reading this and you are, reach out to us in discord. synchronizing: I agree with this as well. If money is something that the project wants to eventually achieve, we can use the open-souce-pay-us-template that every large project uses: create a stable open source release, and then open a live platform (i.e. InstaPy.io) that allows users to pay a monthly payment for access to a web app that gives all the benefits of the open source project, but without the headache of set-up. Charge a small fee of $5 dollars a month for something like 10 accounts -- or how much ever to balance AWS fees and profit. Create custom plans for businesses, and begin a side-business for managing large corporate accounts on Insta looking to increase engagement. Having InstaPy ambassador with quickly growing accounts. I recently talked to a friend of mine who’s following a pretty new account that grew incredibly quick. No one knows how she can do it this quickly with real engagment. Finding someone who’s interesting in rapidly growing their account with good support could show people what is capable when using InstaPy which in return would be good advertisement for InstaPy. converge: could you explain a little more ? InstaPy official Homepage converge: it's a big step, just don't know if this is the moment. timgrossmann: True, I think we should only do this once we have a working gui and a less error prune version. I think we could generate some income from this which would help with adding bounties to task or giving back to the core contributors. synchronizing: I would say that at the very least it would be benefitial to buy the domain and hold it as a simple directory for documentation of the app. Doesn't have to be extensive, but it would be benefitial. Less complex documentation christophe-duc: 15. Replace current block actions by a finite state machine where all actions are possible all the time. The state machine defines what to do randomly and according to the user configured actions and amounts. How we will get there ? Building a new GUI on top of the API.json definition that allows easy generative creation of the GUI. Extensible by InstaPy contributors without having to extend actual GUI code Getting rid of separate chromedriver download and installing python dependencies with “one button click” or automatically checking them when running InstaPy for the first time. Extending @converge’s InstaPy-Dashboard (https://github.com/converge/instapy-dashboard) with more analytical features. Adding D3 for simple graph creation. synchronizing Docker-compose, in my honest opinion, should be the way to go for this case. Package it as a docker container and shoot it up to the Docker library. Docker will remove everyones headache of "how do I do this," specially with a proper GUI implemented on top of it. Considering the amount of updates we stInstaPy ROADMAP Intro This document have the intention to be a development guide for the next InstaPy iteration. Why do we need it ? It’s a good entry point for new incommers Everyone goes to the same direction We set clear goals Where are we now ? fsgewrsg [bad] The code and documentation is a bit complex to manage Community posted issues rarely get answered by core-devs or active users in the project. Lack of testing has led to the tool being depractated in several instances, and no way to quickly indentify bugs. [good] The best open source Instagram tool. A lot of great features. Big community with several active developers. Where do you want to go ? Easier tool to final user (Full setup with a GUI / InstaPy Dashboard) Easier install process Good analytics tool to track progress and effectivity (InstaPy Dashboard) Release schema Have stable and (beta version or development version) Leveraging the Instagram internal features, like suggestions, better (that’s not much clear for me…) Writing test for easier testing of PRs Community backed feature requests with bounties on Bountysource Better community engagement by prioritizing community wishes converge: let’s set a small marketing team ? some people that want to contribute, but doesnt code, they can make monthly newlestter about InstaPy. timgrossmann: Absolutely, that’s what I was thinking about. We just need to find a few people who are interested. If you’re reading this and you are, reach out to us in discord. synchronizing: I agree with this as well. If money is something that the project wants to eventually achieve, we can use the open-souce-pay-us-template that every large project uses: create a stable open source release, and then open a live platform (i.e. InstaPy.io) that allows users to pay a monthly payment for access to a web app that gives all the benefits of the open source project, but without the headache of set-up. Charge a small fee of $5 dollars a month for something like 10 accounts – or how much ever to balance AWS fees and profit. Create custom plans for businesses, and begin a side-business for managing large corporate accounts on Insta looking to increase engagement. Having InstaPy ambassador with quickly growing accounts. I recently talked to a friend of mine who’s following a pretty new account that grew incredibly quick. No one knows how she can do it this quickly with real engagment. Finding someone who’s interesting in rapidly growing their account with good support could show people what is capable when using InstaPy which in return would be good advertisement for InstaPy. converge: could you explain a little more ? InstaPy official Homepage converge: it’s a big step, just don’t know if this is the moment. timgrossmann: True, I think we should only do this once we have a working gui and a less error prune version. I think we could generate some income from this which would help with adding bounties to task or giving back to the core contributors. synchronizing: I would say that at the very least it would be benefitial to buy the domain and hold it as a simple directory for documentation of the app. Doesn’t have to be extensive, but it would be benefitial. Less complex documentation christophe-duc: 15. Replace current block actions by a finite state machine where all actions are possible all the time. The state machine defines what to do randomly and according to the user configured actions and amounts. How we will get there ? Building a new GUI on top of the API.json definition that allows easy generative creation of the GUI. Extensible by InstaPy contributors without having to extend actual GUI code Getting rid of separate chromedriver download and installing python dependencies with “one button click” or automatically checking them when running InstaPy for the first time. Extending @converge’s InstaPy-Dashboard (https://github.com/converge/instapy-dashboard)ill have to make, releasing versions seems to be only reasonable when we have more stable versions (see 5.) Automatic detection of changed HTML-Elements through a diffing of the page structure from the last run to the new one (see https://github.com/google/incremental-dom) One option for the suggestions might be to engage in specific ways: go to some post of an account go to the comments go to the accounts of the commenter interact with the followers of that commenter. … - [ ] Making people and espacially businesses realize that they can contribute to the project by showing respecte project by showing respect to the developers by backing features with money. 9. Creating weekly/monthly ranking lists of features and wishes the community wants 10. Finding people with good content that are interested in automation. Using them as examples of what InstaPy can do 11. Adding a homepage for InstaPy (which later on includes download link for InstaPy - once released). Maybe advertising to create some revenue to be put back into InstaPy. 12. (14) Organize our document in Basic and Advanced features (check it also: https://gist.github.com/joyrexus/16041f2426450e73f5df9391f7f7ae5f) 13. End python 2.7 support 14. Fix QS to be aligend to ANY flow scenario and not based on current running function 15. Browser Class. Chrome/Firefox should have a separate class from instapy, and should handle executions/errors and must have a recovery method that WILL NOT fail the instapy flow. 16. instagram hack

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully