Tips

使用技巧

  1. Export current branch and produce a new .nyf database file(导出当前分支并生成新的nyf数据库文件)

    Select the 'Share - Export branch to .nyf file' menu item, you'll need to determine a destination .nyf file name and path.

    可以使用【导出 - 导出nyf分支】来生成新的nyf数据库文件。

  2. Import a branch from another .nyf database(从其他.nyf数据库导入分支)

    Select the 'Share - Import data from .nyf file' menu item, then select a .nyf file, and choose a branch to import.

    可以使用【导入 - 导入nyf分支】来导入其他nyf数据库的分支。

  3. An easy way to open a database as Readonly(用只读方式打开数据库文件)

    When you open a database from either in the 'Recently used databases' menu or the file system, with the [Ctrl] key held down, the database will open as Readonly.

    当你在【文件 - 近期使用过的库】中打开数据库文件的时候,同时按Ctrl键,这样就会以只读方式打开数据库文件。

  4. Behaviour on pressing the Tab or Shift+Tab key in HTML editor.(在HTML编辑器中使用Tab和Shift+Tab)

    The behaviour on pressing the Tab key in the HTML editor depends on the current selection.

    根据当前选择,在HTML编辑器里按Tab键的效果不一样。

    If there's no text currently selected, pressing Tab simply inserts a Tab character, (by default, a couple of ' ' HTML entities are inserted at caret, and you can customize the Tab width in the Options dialog box), while Shift+Tab simply moves input focus backwards to the outline or label views.

    如果当前没有文本被选中,按Tab键会插入一个Tab字符(默认是一些空格,可在【查看 - 选项 - 编辑】中修改),按Shift+Tab将会把焦点移到大纲或者标签。

    If the selection is not empty, pressing Tab triggers the 'Indent' action to increase indentation for the selected content, while Shift+Tab decreases indentation.

    如果有文本被选中,按Tab会触发增加缩进的效果,按Shift+Tab则减少缩进。