2023-03-18 04:19:04 +00:00
|
|
|
# Newton Editor
|
|
|
|
A Python and Gtk+ quasi-IDE.
|
2023-03-18 04:17:38 +00:00
|
|
|
|
|
|
|
### Requirements
|
|
|
|
* PyGObject
|
|
|
|
* setproctitle
|
|
|
|
* pyxdg
|
|
|
|
|
|
|
|
### Note
|
2023-11-12 07:22:43 +00:00
|
|
|
Currently very much a WIP effort.
|
|
|
|
|
|
|
|
* Move respetive sub folder content under user_config to the same places in Linux. Though, /user/share/newton can go to ~/.config folder if prefered.
|
|
|
|
* In additiion, place the plugins folder in the same app folder you moved to /usr/share/newton or ~/.config/newton .
|
2023-10-11 04:05:46 +00:00
|
|
|
|
|
|
|
# Images
|
|
|
|
![1 Newton default view. ](images/pic1.png)
|
2023-10-28 02:59:16 +00:00
|
|
|
![2 Newton search and replace plus menu shown. ](images/pic2.png)
|
|
|
|
![3 Newton displaying inline colors. ](images/pic3.png)
|
2023-11-12 07:34:52 +00:00
|
|
|
![4 Newton as transparent with youtube playing below it. ](images/pic4.png)
|