Skip to content

Commit

Permalink
docs: mention discussion thread in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanChain committed Nov 30, 2023
1 parent 6d0afc8 commit de97227
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ export const settingsConfig: SettingSchemaDesc[] = [
description:
'Configure [MathLive keybindings](https://cortexjs.io/mathlive/guides/shortcuts/#key-bindings).' +
'\n\nBy default, this plugin includes `ctrl+b` to insert `\\mathbf` as an example. ' +
"You can add your own and delete this example if you don't want it.",
"You can add your own and delete this example if you don't want it.\n\n" +
'You can also check [this discussion](https://github.com/AllanChain/logseq-live-math/discussions/14) ' +
'for more examples.',
key: 'keybindings',
type: 'object',
default: [
Expand All @@ -101,7 +103,9 @@ export const settingsConfig: SettingSchemaDesc[] = [
description:
'Configure [MathLive inline shortcuts](https://cortexjs.io/mathlive/guides/shortcuts/#inline-shortcuts).' +
'\n\nBy default, this plugin inserts `\\mathrm{Logseq}` when you type `Logseq` as an example. ' +
"You can add your own and delete this example if you don't want it.",
"You can add your own and delete this example if you don't want it.\n\n" +
'You can also check [this discussion](https://github.com/AllanChain/logseq-live-math/discussions/14) ' +
'for more examples.',
key: 'inlineShortcuts',
type: 'object',
default: {
Expand Down

0 comments on commit de97227

Please sign in to comment.