This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write com.ideasoncanvas.MindNodeMac NSShowAppCentricOpenPanelInsteadOfUntitledFile -bool true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write com.ideasoncanvas.MindNodeMac MNCDefaultsMarkdownExportHeaderLevels 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write com.ideasoncanvas.MindNodeMac NSShowAppCentricOpenPanelInsteadOfUntitledFile -bool yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set folderPath to choose folder | |
set fileExtension to "opml" | |
tell application "Finder" | |
try | |
set the fileList to files of folderPath whose name extension is fileExtension | |
end try | |
end tell | |
tell application "/Applications/MindNode.app" | |
repeat with mindNodeFile in fileList | |
open (mindNodeFile as alias) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write com.ideasoncanvas.MindNodeMac MNTDefaultsDefaultStyleNodeHeightOffset 10.0f | |
defaults write com.ideasoncanvas.MindNodeMac MNTDefaultsDefaultStyleNodeWidthOffset 60.0f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The MindNode for Mac Add-On Pack can be enabled by all MindNode Pro customers. Normaly a new menu item called "Activate Additional Content" should appear under the MindNode Pro main menu item. This menu item is enabled after MindNode Pro checks our server to see if it's allowed to show this menu item (this allowed us to better time our MindNode for Mac release) or if MindNode Pro is unable to establish a conneciton it will always show the menu item after June 7th. | |
Some steps that might help debug an issue related to the menu item not appearing: | |
1. Ensure you are using MindNode Pro 1.11.2 or later. | |
2. Ensure "Check for important announcements" is enabled in the MindNode Pro settings. | |
3. Launch MindNode Pro, wait a minute, launch again. | |
4. Check if you have an app like little Snitch installed that prevents network connections. | |
5. Try to manually set the system clock to June 8th, launch MindNode Pro and set back the clock. | |
If this doesn't help, please send use a support email: https://mindnode.com/support |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. In Finder access the Preferences. | |
2. On the "Advanced" tab enabled "Show all filename extensions" | |
3. Go back to the iCloud Drive folder. You will notice that all documents have a .mindnode.folder extension. | |
4. Remove the .folder extension to fix the document. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# First Main Node | |
## Subnode Level 1 | |
# Second Main Node | |
## Subnode Level 1 | |
## Subnode Level 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@interface NSScrollView (Yosemite) | |
@property () NSEdgeInsets contentInsets; | |
@property () BOOL automaticallyAdjustsContentInsets; | |
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults delete com.mindnode.MindNodePro |
NewerOlder