Giter Club home page Giter Club logo

word_tools's People

Contributors

dependabot[bot] avatar zhaohanson1 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

louismoura

word_tools's Issues

[TODO] Better color scheme

Too minimal right now. Black border with black text box and black display boxes all with white fill color.

Leading whitespace in diff

See below inputs.
First has 2 tab, Second has 3 tabs
In "Show Difference", tabs do not render, so looks the same

Two requests:
1. show tabs
2. allow "ignore leading/trailing whitespace"

{
	"students": [{
		"id": 1,
		"name": "A",
		"totalAverage": 72.03333333333335,
		"courses": [{
			"id": 1,
			"name": "Biology",
			"teacher": "Mr. D",
			"courseAverage": 90.10000000000001
		}, {
			"id": 2,
			"name": "History",
			"teacher": " Mrs. P",
			"courseAverage": 51.8
		}, {
			"id": 3,
			"name": "Math",
			"teacher": " Mrs. C",
			"courseAverage": 74.2
		}]
	}, {
		"id": 2,
		"name": "B",
		"totalAverage": 62.150000000000006,
		"courses": [{
			"id": 1,
			"name": "Biology",
			"teacher": "Mr. D",
			"courseAverage": 50.10000000000001
		}, {
			"id": 3,
			"name": "Math",
			"teacher": " Mrs. C",
			"courseAverage": 74.2
		}]
	}, {
		"id": 3,
		"name": "C",
		"totalAverage": 72.03333333333335,
		"courses": [{
			"id": 1,
			"name": "Biology",
			"teacher": "Mr. D",
			"courseAverage": 90.10000000000001
		}, {
			"id": 2,
			"name": "History",
			"teacher": " Mrs. P",
			"courseAverage": 51.8
		}, {
			"id": 3,
			"name": "Math",
			"teacher": " Mrs. C",
			"courseAverage": 74.2
		}]
	}]
}
{
	"students": [{
			"id": 1,
			"name": "A",
			"totalAverage": 72.03,
			"courses": [{
					"id": 1,
					"name": "Biology",
					"teacher": "Mr. D",
					"courseAverage": 90.1
				},
				{
					"id": 3,
					"name": "Math",
					"teacher": "Mrs. C",
					"courseAverage": 74.2
				},
				{
					"id": 2,
					"name": "History",
					"teacher": "Mrs. P",
					"courseAverage": 51.8
				}
			]
		},
		{
			"id": 2,
			"name": "B",
			"totalAverage": 62.15,
			"courses": [{
					"id": 1,
					"name": "Biology",
					"teacher": "Mr. D",
					"courseAverage": 50.1
				},
				{
					"id": 3,
					"name": "Math",
					"teacher": "Mrs. C",
					"courseAverage": 74.2
				}
			]
		},
		{
			"id": 3,
			"name": "C",
			"totalAverage": 72.03,
			"courses": [{
					"id": 1,
					"name": "Biology",
					"teacher": "Mr. D",
					"courseAverage": 90.1
				},
				{
					"id": 2,
					"name": "History",
					"teacher": "Mrs. P",
					"courseAverage": 51.8
				},
				{
					"id": 3,
					"name": "Math",
					"teacher": "Mrs. C",
					"courseAverage": 74.2
				}
			]
		}
	]
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.