This file contains hidden or 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
import { createHeadlessEditor } from '@lexical/headless' // <= make sure this package is installed | |
import { $generateNodesFromDOM } from '@lexical/html' | |
import { | |
defaultEditorConfig, | |
defaultEditorFeatures, | |
getEnabledNodes, | |
sanitizeServerEditorConfig, | |
} from '@payloadcms/richtext-lexical' | |
import { JSDOM } from 'jsdom' | |
import { $getRoot, $getSelection } from 'lexical' |
This file contains hidden or 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
local M = { | |
"neoclide/coc.nvim", | |
branch = "master", | |
build = "yarn install --frozen-lockfile", | |
} | |
M.config = function() | |
-- Some servers have issues with backup files, see #649 | |
vim.opt.backup = false | |
vim.opt.writebackup = false |
This file contains hidden or 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
{"lastUpload":"2020-09-17T04:07:46.756Z","extensionVersion":"v3.4.3"} |
This file contains hidden or 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
{"lastUpload":"2019-12-22T14:52:32.797Z","extensionVersion":"v3.4.3"} |
This file contains hidden or 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
var fs = require("fs"); | |
const inquirer = require("inquirer"); | |
var questions = [ | |
{ | |
type: "input", | |
name: "name", | |
message: "object name", | |
}, |
This file contains hidden or 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
{"lastUpload":"2019-04-20T02:13:09.697Z","extensionVersion":"v3.2.9"} |
This file contains hidden or 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
{"lastUpload":"2019-09-01T10:26:54.984Z","extensionVersion":"v3.4.2"} |
This file contains hidden or 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
export ZSH="/Users/dinhmai/.oh-my-zsh" | |
POWERLEVEL9K_MODE="nerdfont-complete" | |
ZSH_THEME="powerlevel9k/powerlevel9k" | |
export UPDATE_ZSH_DAYS=7 | |
ENABLE_CORRECTION="true" | |
COMPLETION_WAITING_DOTS="true" |
This file contains hidden or 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
{"lastUpload":"2019-04-12T13:31:24.898Z","extensionVersion":"v3.2.8"} |
This file contains hidden or 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
Show hidden characters
{ | |
"presets": [ | |
"react-native", | |
"flow" | |
], |
NewerOlder