You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Haven't seen something like this in other block-based notetaking apps, but I think it could be a useful tool for guides that involve entering commands into the terminal.
The idea is to add templating to shell code blocks. So say you enter in something like this
scp <<<yourfilename>>> user@abcd.com:~/desktop
The UI would replace <<<yourfilename>>> with a text input where you can paste in your filename (ex. myfile.txt). And when you press copy, the command is automatically templated and formatted to scp myfile.txt user@abcd.com:~/desktop
Ik there are a lot more important things being developed, but it would be a cool feature to see in the future. I'd also be willing to work on it. I'm just a bit unfamiliar with the code base, and I have no experience contributing to open-source projects.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Haven't seen something like this in other block-based notetaking apps, but I think it could be a useful tool for guides that involve entering commands into the terminal.
The idea is to add templating to shell code blocks. So say you enter in something like this
The UI would replace
<<<yourfilename>>>with a text input where you can paste in your filename (ex. myfile.txt). And when you press copy, the command is automatically templated and formatted toscp myfile.txt user@abcd.com:~/desktopIk there are a lot more important things being developed, but it would be a cool feature to see in the future. I'd also be willing to work on it. I'm just a bit unfamiliar with the code base, and I have no experience contributing to open-source projects.
Beta Was this translation helpful? Give feedback.
All reactions