Skip to content

Instantly share code, notes, and snippets.

@ChrisK91
ChrisK91 / Edit_Images_Externally_Windows.py
Last active April 30, 2019 17:42
Edit images externally in Windows
# -*- mode: Python ; coding: utf-8 -*-
# 2018-04-12, V1.01 Win
# Based on "Edit Images Externally, Updated (Mac OSx)"
# Original addon: https://ankiweb.net/shared/info/1575330182
#
# This edit only has the only change, to simply specify the program you want to
# open the pictures in, as requested by OtterBrah
#
# License: GNU GPL, version 3 or later; http://www.gnu.org/copyleft/gpl.html
@ChrisK91
ChrisK91 / View HTML source with JavaScript and CSS styles.py
Created February 17, 2018 16:15
Reupload of the "View HTML source with JavaScript and CSS styles" add on for anki
# -*- mode: Python ; coding: utf-8 -*-
# • View HTML source with JavaScript and CSS styles
# https://ankiweb.net/shared/info/1128123950
# https://github.com/ankitest/anki-musthave-addons-by-ankitest
# License: GNU GPL, version 3 or later; http://www.gnu.org/copyleft/gpl.html
# Copyright (c) 2016 Dmitry Mikheev, http://finpapa.ucoz.net/
#
# Menu Cards - View Source code Body Alt+F3
# shows HTML source with JavaScript and CSS styles
# but without jQuery Menu Cards
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using System.Configuration;
using System.Net;
namespace Utilities.Settings