mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #596] Shortcut for "code fence" - or custom strings (request) #304
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#304
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @myicq on GitHub (Aug 24, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/596
Current behavior
In Markdown, the signs to use for "code fence" is ```, which works great for enUS keyboards.
Expected behavior
on certain non-english keyboards, the ` character is a dead key, used to type other accented letters. On my daDK keyboard, I have to type Shift´ followed by space. That is 3 keyboard actions for each `.
It would be great to have a shortcut to type this code fence.
Or even better: allow for a certain number of strings to be assigned to a shortcut, example: Ctrl-0..9 (or similar), these strings should be user-defined, locally. Reason: I may need different strings from the next user.
Windows Boostnote.next, version 0.8.2
@Rokt33r commented on GitHub (Aug 28, 2020):
You can do it with Three tildes(
~~~). Is it still difficult to use tildes?@Flexo013 commented on GitHub (Sep 13, 2020):
Even with dead keys the
`can be followed by another`instead of another space. That way you don't need extra key presses.Another option is to use multiple keyboard layouts, and switch between them with Win+Space.