Developer Information YourOtherMind 2013


This page contains information for those wishing to work with the YourOtherMind depot on Github.

About YourOtherMind

YourOtherMind is a writing environment consisting of the following components:

Quick Links

  • Transaction System
How To Compile
– Instructions coming once the code is available

Required DLLS

SQLite.Interop.dll

Decision History

  • Mid – December 2012 Choose Winforms over GTK despite using MonoDevelop for possibility of using legacy code for subsystems. This makes leverage ‘old code’ (for good or bad) easier.
  • December 2012Choose to resume work on YourOtherMind. Choose to convert project to MonoDevelop mostly so that I could use a new version of C# and experiment with part of the tool infrastructure used by Unity.
  • AddIn Development

    YourOtherMind AddIns can bring the following types of functionality into the main application.

    • NoteTypes – May add new Note Types (must also be able to remove the registered notetype if the Addin is removed)
    • One-off – No interaction addin, like memory tracker
    • Receive Information – Takes existing information and does something with it.
    • Receive Information and Return It – an example of this would be the Word Lookup addin, that looks for synonyms and definitions and allows a new word to be selected to replace the one being viewed

    These pages provide more specific informatino about Addins.


    License

    YourOtherMind 2013 is released under the following license:

    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the “Software”), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in
    all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    THE SOFTWARE.

    Return to Main YourOtherMind Page or the YourOtherMind page on Github

    One Response

    1. How to Add An AddIn
      at ·

      […] have been made to the main development page with a better overview of the components used to construct […]

    Leave a Reply