Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A basic notepad, like windows notepad, but has tabs (sort of) and has a really nice dark theme (imo). Made in WPF C# using MVVM (atleast i think it's MVVM...)

Notifications You must be signed in to change notification settings

NoonKnight/notepad2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notepad2

Window's notepad is blindingly light themed, so i decided to make my own dark theme version. It's fairly robust but it works

Some 'code-level' info about it

the items on the left are a separate control (NotepadItem or something), and their datacontext is a FileItemViewModel which contains a DocumentModel (containing path, filename, text, etc) and FormatModel (fontsize, wrapping, etc). When you select an item, it sets the main notepad view's datacontext as the item's datacontext you selected.

other things

it's completely opensource so you can edit it and stuff. would be nice if you credited me if you post it somewhere else (or dont... not too bothered tbh) :)

About

A basic notepad, like windows notepad, but has tabs (sort of) and has a really nice dark theme (imo). Made in WPF C# using MVVM (atleast i think it's MVVM...)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%