iamrlm's blog

By iamrlm, history, 3 weeks ago, In English

Welcome to the guide on how to install and use the "My Codeforces Journal" Chrome extension! This extension helps Codeforces users easily track and log the problems they have solved by storing the details directly into a Google Spreadsheet. ( If you install this extension do let me know in the comments : ) )

I am not adding this on the chrome store, because Google charges $5 for that (╥﹏╥)

Follow the steps outlined in this video to get started.

Links:

Features:

  • Few-click Storage: Easily save the current Codeforces problem with a single click.

  • Spreadsheet Integration: Link your own Google Spreadsheet to store and organize problems.

  • Problem Details: Stores key information such as problem URL, name, and rating.

Installation Steps:

  1. Check out: My Codeforces Journal

Usage:

  1. Open any Codeforces problem page.
  1. After solving the problem, click the extension icon and then "Add Problem."
  1. Fill in the form and submit to save the details to your spreadsheet.

Common Errors & Solutions:

  • "Error! Something bad happened!": Ensure the Codeforces ID is correct.
  • "APPSCRIPT NOT FOUND!": Verify the AppScript URL and authorization.
  • "Solve the problem first, then submit!": Make sure the problem is recently solved within the last 40 submissions.

For more detailed instructions and troubleshooting, refer to the README file in the repository My Codeforces Journal.

  • Vote: I like it
  • +12
  • Vote: I do not like it

»
3 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

This is really cool!

Is it possible to add support for multiple sheets? ie. something like a dropdown menu which will allow you to specify which sheet to save the entry for a particular problem to.

  • »
    »
    3 weeks ago, # ^ |
    Rev. 3   Vote: I like it 0 Vote: I do not like it

    Thanks (ꈍᴗꈍ) ! Well yeah it is possible to add a feature like this. I'll try to add this feature this week. But wait when you are talking about multiple sheets, are you talking about different spreadsheets we can create using ctrl/cmd + N? or you are talking about the sheets we can add using shift + F11

    Anyways both of these features can be added, but adding support for multiple sheets created by ctrl/cmd + N will require the user to deploy multiple AppScript projects, but in other case, the user will only have to use a dropdown button to select multiple sheets created using shift + F11

    • »
      »
      »
      3 weeks ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      I meant the sheets created using shift + F11

      • »
        »
        »
        »
        3 weeks ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        Yeah this can be added easily ! Will add this feature in the upcoming week! Thank you for the feature suggestion !

»
3 weeks ago, # |
  Vote: I like it +1 Vote: I do not like it

Could you add an option in the form to enter the time spent on a particular problem? It can also autofill the rating and tags of the problem.

Sorry, I haven’t used the extension yet—just a suggestion. And by the way,

Spoiler
  • »
    »
    3 weeks ago, # ^ |
    Rev. 3   Vote: I like it 0 Vote: I do not like it

    Thanks for such sweet words (ꈍᴗꈍ)

    Adding the time spent on a problem feature can be added, as it has been implemented by other platforms like Leetcode, so I can also do that. The rating and tags are already getting added, it is just not shown in the form.