- Markdown/Foam
- XML
- C#
- C++
- Rust
- CSV
- Git
- Themes
- Others
- Open this directory in VSCode, view .vscode/extensions.json.
- Press Ctrl/Cmd+Shift+P, Show Recommended Extensions, then click download icon in WORKSPACE RECOMMENDATIONS panel title
- Press Ctrl/Cmd+Shift+P, Open User Settings (JSON), then copy .vscode/settings.json content to your settings.json, and save it.
- Press Ctrl/Cmd+Shift+P, Open Keyboard Shortcuts (JSON), then copy .vscode/keybindings.json content to your keybindings.json, and save it.
- Copy file from snippets to %appdata%\Code\User\snippets or Press Ctrl/Cmd+Shift+P, Snippets: Configure User Snippets to custom.
Edit ~/.crossnote/style.less
or %USERPROFILE%\.crossnote\style.less
file and add the following code:
.markdown-preview.markdown-preview {
font-family: 'FiraCode Nerd Font Propo', 'Cascadia Code', Menlo, Monaco, Consolas, 'Courier New', 'LXGW WenKai Mono', 'WenJin Mincho Plane 3', 'WenJin Mincho Plane 2', 'WenJin Mincho Plane 0', monospace;
}