-
-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Help: format" option in the menu #116
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I’d say this makes most sense. That way it’s reasonably accessible but not always in your face, especially for people who already know Markdown or don’t even use it. :) |
Current progress: Merged into master, but disabled with a feature toggle. We have to clarify how to translate this stuff first. Then i will enable this feature. |
Will be fixed in Current content:Context based formattingA major design goal of the Notes app is to provide a distraction free tool. Though you will be able to format your texts with Markdown. For various of the below mentioned examples, you can use shortcuts so you can format your notes without typing in the codes below. TextIt's very easy to make some words bold and other words italic with Markdown. You can
ListsSometimes you want numbered lists:
Sometimes you want bullet points:
Alternatively,
CheckboxTo create a checkbox, use a list followed by brackets
Structured documentsSometimes it's useful to have different levels of headings to structure your documents. Start lines with a This is a third-tier headingYou can use one If you'd like to quote someone, use the > character before the line:
CodeThere are many different ways to style code with Markdown. If you have inline code blocks, wrap them in backticks: `var example = true` Markdown also supports something called code fencing, which allows for multiple lines without indentation: ```
And if you'd like to use syntax highlighting, include the language: ```javascript if (isAwesome){
return true
} UnsupportedWhile we try to continuously improve the support for Markdown, there are a few features which are not yet supported by Notes:
If you are interested in contributing support for one of those features, get in contact with us via GitHub or E-Mail. |
Good stuff! :) I'd only change 2 things:
|
It does 😆 I thought the exact same, and the app does point to nextcloud.com^^
I will adjust that in one of the next releases. I orientated at your link (GitHub flavored Markdown). |
You could also add it to the About menu, for newbies that's a nice way to learn how to use it and why is he viewing his notes this way.
The text was updated successfully, but these errors were encountered: