This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
import json | |
import webbrowser | |
from pathlib import Path | |
def open_google_doc(file_path): | |
# Read the file | |
with open(file_path, 'r') as file: | |
data = json.load(file) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"translatorID":"03d26c56-aebb-4082-9615-f3ddb28d424c", | |
"translatorType":2, | |
"label":"ZotSelect Mardown Link", | |
"creator":"Clement Moulin-Frier", | |
"target":"markdown", | |
"minVersion":"2.0", | |
"maxVersion":"", | |
"priority":200, | |
"inRepository":false, |