SOLID support
-
Hi,
Is anyone doing a plugin supporting Sir Tim Berners Lee’s SOLID project?
It is basically a way to decentralize the Web and allow users to control their own data. Here is some info about it:
https://solid.mit.edu
https://solid.inrupt.com/
https://www.inrupt.com/blog/one-small-step-for-the-webWhat I found interesting is that the control of data is done by their owners. Furthermore, after getting myself a POD, I realized that there is the concept of a Pad / Notepad. As this can be exposed through an URI, I believe that Notepad++ can be extended to support reading and editing of these notes.
I am a C# developer without much spare time at the moment. I do plan to start such a plugin using .Net. However, if anyone has such a project under way, I do not see the need to do it myself, except for the educational value of the process. I may be able to contribute a bit.
-
As starting point see https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net
-
Thank you!