Even after all this, I'm still fine-tuning the system I use. I've done my best to leave my preferences out of the decision-making process here. For example, while I love text-heavy notes apps with support for Markdown (which shouldn't really be a surprise), I recognize that other ...
using System; using System.Linq; using System.Xml.Linq; using Microsoft.Office.Interop.OneNote; class Program { static void Main(string[] args) { var onenoteApp = new Application(); string notebookXml; onenoteApp.GetHierarchy(null, HierarchyScope.hsSections, out notebookXml); var doc = ...
using System; using System.Linq; using System.Xml.Linq; using Microsoft.Office.Interop.OneNote; class Program { static void Main(string[] args) { var onenoteApp = new Application(); string notebookXml; onenoteApp.GetHierarchy(null, HierarchyScope.hsSections, ...
Helping out on the discussion group for making notes “permanent”I saw this question on the discussion group a few days ago: "I am new to onenote, I have set up...Author: JohnGuin Date: 03/25/2010Math and OneNote and artLooking around my email last night, I found this note I ...
Back in May, I wrote a little about A/B testing for OneNote and used napkin math as an example. We...Date: 11/13/2013OneNote Tip: print to OneNote in portrait or landscape modeI got an email from a OneNote user that was printing to OneNote and noticing that all of his......
Searching for tags in your notes (for example, “Important” or “Question”) now displays matching tags in a separate search results pane, making it even easier to find and follow up on important notes. LEARN MORE Search for text phrases, not just keywords ...
Here's an example of what the Cornell method would look like in reality. Imagine you're having a meeting to decide whether or not you should hire another employee. You note down the crux of what everyone said in the right-hand column, attribute the opinions to people on the left (or ...
Capture ideas when inspiration strikes. Bring your notes, to-dos, and schedule together to tame life’s distractions and accomplish more—at work, at home, and ev…
become available for other developers to incorporate. Many developers of free software are heartened and encouraged by the resulting cooperation. However, in the case of software used on network servers, this result may fail to come about. The GNU General Public License permits making a modified ...
Using multiple monitors is one example. It’s something that isn’t a knock-’em-dead upgrade, but can definitely enhance productivity. Guthrie explains why it excites him: “Most developers have a multimonitor setup at work. Visual Studio in the past didn’t let you leverage those monit...