Skip to content
#

notes

Here are 5,156 public repositories matching this topic...

Game-Programmer-Study-Notes

我的游戏程序员生涯的读书笔记合辑。你可以把它看作一个加强版的Blog。涉及图形学、实时渲染、编程实践、GPU编程、设计模式、软件工程等内容。Keep Reading , Keep Writing , Keep Coding.

  • Updated Oct 16, 2021
moorepants
moorepants commented Mar 2, 2022

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I draw a single figure on a A4 page and export to SVG. I then open the SVG in Inkscape and resize the document bounds to the extents of the drawing. It would be nice if Inkscape didn't need to be involved.

**Describe the solution you

davidmehren
davidmehren commented Aug 29, 2021

Which part of the project should be enhanced?
The MediaController in both the public and private APIs

Describe the solution you'd like
When uploading media, the ID of the note the upload belongs to is transferred in a header.
Currently, the business logic uses await this.noteService.getNoteByIdOrAlias(noteId); to create a Note instance from that. We should implement a custom para

type: enhancement good first issue
VodnikAngus
VodnikAngus commented Feb 8, 2022

There should be some kind of a slider for selecting a brush size instead of just buttons to adjust it. Maybe it doesn't have to be a visible slider but how Adobe does it: sliding with mouse over a number increases/decreases the number

enhancement good first issue

Improve this page

Add a description, image, and links to the notes topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the notes topic, visit your repo's landing page and select "manage topics."

Learn more