普通视图
昨天以前Montaigne
image test
2025年9月11日 08:00
file test
2025年2月23日 08:00
audio test
2025年2月23日 08:00
-
Montaigne
- Another long title for a post will it work or will be cut. Hard to…Post with a long title. “hello”
Another long title for a post will it work or will be cut. Hard to…
2025年2月9日 08:00
Post with a long title.
“hello”
-
Montaigne
- How to create multi author sitesIt's possible to have a blog with multiple authors. By default each post is authored by the site owner/creator. But if you're writing a blog with other people you can use `author` metadata property. If such property is specified you, name of the author would show up on the page like on the screenshot below. Author name would be a link to the author's page. You can create an author page by adding "authors" folder inside your site's folder. In that folder create one note per author. Eg for th
How to create multi author sites
2024年2月7日 08:00
It's possible to have a blog with multiple authors. By default each post is authored by the site owner/creator.
But if you're writing a blog with other people you can use `author` metadata property. If such property is specified you, name of the author would show up on the page like on the screenshot below.
Author name would be a link to the author's page.
You can create an author page by adding "authors" folder inside your site's folder. In that folder create one note per author. Eg for the example from above there is corresponding note called "Anton":
If your post has multiple authors just enumerate them inside "author" property and separate them with ",", like this:

-
Montaigne
- How to share notes on iPhoneSharing Notes on the iPhone might be a bit tricky if you didn't do this before. Step 1. Open your note and tap "Share" button. Step 2. You need to select "Collaborate" sharing mode. After you do that "Invite with Link" icon will appear. Tap on it. Step 3. You will see a sharing dialogue. Type email/phone number of the person with whom you want to share the link. Press "Share Link". Step 4. After you pressed "Share Link" the link itself will been your clipboard. Go to any application a
How to share notes on iPhone
2023年8月25日 08:00
Sharing Notes on the iPhone might be a bit tricky if you didn't do this before.
Step 1. Open your note and tap "Share" button.
Step 2. You need to select "Collaborate" sharing mode. After you do that "Invite with Link" icon will appear. Tap on it.
Step 3. You will see a sharing dialogue. Type email/phone number of the person with whom you want to share the link. Press "Share Link".
Step 4. After you pressed "Share Link" the link itself will been your clipboard. Go to any application and do "Paste" on any text field.
-
Montaigne
- How to add top menuIf you want to have menu on the top of the page(in the header), please add a table link this: You need a table with three columns: menu - name of the menu itemlink - menu item relative or absolute linktype - header If you do that you menu would look like this
How to add top menu
2023年8月4日 08:00
If you want to have menu on the top of the page(in the header), please add a table link this:
You need a table with three columns:

- menu - name of the menu item
- link - menu item relative or absolute link
- type - header
-
Montaigne
- How to start a newsletterIf you want to have a newsletter integrated with your Montaigne site do the following Go to https://recur.email or http://newsletter.new and signup for free account.Create your newsletter. If your newsletter is named "example" you will get dedicate signup page like "example.recur.email"Copy this link "https://example.recur.email" and insert it anywhere inside your Montaigne's note. Done! Now you have your own newsletter and people can subscribe to it from your site.
How to start a newsletter
2023年7月19日 08:00
If you want to have a newsletter integrated with your Montaigne site do the following
Done! Now you have your own newsletter and people can subscribe to it from your site.
- Go to https://recur.email or http://newsletter.new and signup for free account.
- Create your newsletter. If your newsletter is named "example" you will get dedicate signup page like "example.recur.email"
- Copy this link "https://example.recur.email" and insert it anywhere inside your Montaigne's note.
-
Montaigne
- How to change fontsIt's possible to change default font family for your whole site, specific folder or even note. Default font family is "helvetica". But you can use any of the following font families: san-serifavenirathelasgeorgiatimesbodonicalistogaramondbaskerville All you need to do is to add metadata "fontFamily" with appropriate value. Like this
How to change fonts
2023年4月27日 08:00
It's possible to change default font family for your whole site, specific folder or even note.
Default font family is "helvetica".
But you can use any of the following font families:

- san-serif
- avenir
- athelas
- georgia
- times
- bodoni
- calisto
- garamond
- baskerville
-
Montaigne
- FootnotesIt's possible to have nicely looking footnotes like in this example If you want to use them use Markdown syntax like this Eg "[1]" when the link occurs and "1. " when the footnote is added at the bottom. Colon ":" is important here. ↩
-
Montaigne
- How to customize your siteMontaigne allows you to express yourself with your site. You can customize various things. Eg you can change how navigation is done on your site. Read how to do that here. But what is special is that you can also change general look and feel of your 1) whole site 2) all the pages inside some specific folder 3) any specific note. You can do that either with global settings of your site that you can find at montaigne.io or using metadata. Metadata gives you the most of the control because it c
How to customize your site
2023年3月31日 08:00
Montaigne allows you to express yourself with your site. You can customize various things.
Eg you can change how navigation is done on your site. Read how to do that here.
But what is special is that you can also change general look and feel of your 1) whole site 2) all the pages inside some specific folder 3) any specific note.
You can do that either with global settings of your site that you can find at montaigne.io or using metadata. Metadata gives you the most of the control because it can be applied to any level.
If you want settings to be applied globally - change metadata inside your global 'index' note.
If you want settings to be applied to the notes in the specific folder - change metadata inside your folder's 'index' note.
If you want settings to be applied to the specific note - change metadata for that specific note.
You can also customize list view on your site. By default only Note title and date are displayed.
However by adding "previewProps" you can show more things.
Eg by adding "authors, date, rating" like this:
You will achieve following result:
You can show in preview any property you specify in your metadata plus some default ones:
| name | description | default |
| backgroundColor | Background color. | #ffffff |
| textColor | Main text color. | #000000 |
| secondaryTextColor | Secondary text or accent color. | #555 |
| linkColor | Link color. | #1F64CC |
| imageTextColor | Text color for image overlay. | #ffffff |
| titleColor | Title color. | #ffffff |
| emoji | Used as logo and favicon. | |
| rtl | Right to left support. | no |
| dateFormat | Date formatting. | MMM D, YYYY |
- date
- author
- emoji
-
Montaigne
- Navigation customizationSide menu#If you want to add site navigation you need to create menu table inside your root “index” note. This table should look like this: The result will look like this: Breadcrumbs#If you want to show folder name in front of your Note name for better navigation you can enable this setting for the whole site in the settings menu: You can also enable this for specific folder or note by setting metadata property “showBreadcrumbs” to “yes”. The result will look like this: Show prev and
Navigation customization
2022年12月4日 08:00
Side menu
If you want to add site navigation you need to create menu table inside your root “index” note. This table should look like this:Breadcrumbs
If you want to show folder name in front of your Note name for better navigation you can enable this setting for the whole site in the settings menu:Show prev and next posts
If you want to show links to the previous and next posts you can enable this setting for the whole site in the settings menu:-
Montaigne
- How to render codeIf you want to render code you need to pick “Monospaced” option in the formatting like this. After you do that, your code will be rendered with the grey background - GitHub style.
How to render code
2022年11月15日 08:00
If you want to render code you need to pick “Monospaced” option in the formatting like this.
After you do that, your code will be rendered with the grey background - GitHub style.

-
Montaigne
- How to have home page with no extra navigationIf you want to disable default navigation on the homepage and have default home page displayed you need: Create note called “index” - this will be your home page.Create metadata property “showChildren” and set it to “no”. You can check docs on metadata for more details. Also please check page on navigation customization.
How to have home page with no extra navigation
2022年11月14日 08:00
If you want to disable default navigation on the homepage and have default home page displayed you need:
You can check docs on metadata for more details.
Also please check page on navigation customization.
- Create note called “index” - this will be your home page.
- Create metadata property “showChildren” and set it to “no”.
-
Montaigne
- How to add page to the footerIf you want some page to be always accessible to your visitors on all pages you can add it to the footer. In order to do that set `showInFooter` metadata option to “true” or “yes”. Like this: This is useful for pages like “Contact”, “About” and “Help”. You can check docs on metadata for more details.
How to add page to the footer
2022年11月13日 08:00
If you want some page to be always accessible to your visitors on all pages you can add it to the footer.
In order to do that set `showInFooter` metadata option to “true” or “yes”. Like this:
This is useful for pages like “Contact”, “About” and “Help”.
You can check docs on metadata for more details.
-
Montaigne
- EmbedsWe will automatically embed 3rd party content via iframe if the provided link has oEmbed support. Think of it as something close to what Slack does with links. Currently we support: YoutubeSpotifyVimeoApple MusicApple PodcastsApple TVLoomIMDBDropbox CaptureWikipediaSoundCloud If you need rich previews for other platforms - please contact us.How does the embedding works?#If you create link in your note on a separate line - it will be embedded with rich preview. The links that are wrapped insid
Embeds
2022年10月15日 08:00
We will automatically embed 3rd party content via iframe if the provided link has oEmbed support. Think of it as something close to what Slack does with links.
Currently we support:
- Youtube
- Spotify
- Vimeo
- Apple Music
- Apple Podcasts
- Apple TV
- Loom
- IMDB
- Dropbox Capture
- Wikipedia
- SoundCloud
How does the embedding works?
If you create link in your note on a separate line - it will be embedded with rich preview. The links that are wrapped inside the text would remain regular text links.-
Montaigne
- Apple MapsIf you add a link to the Apple Map inside the note it will be automatically attached as a static image to your published note. So if you have map like this in your note It will be published like this on your website
Apple Maps
2022年10月15日 08:00
If you add a link to the Apple Map inside the note it will be automatically attached as a static image to your published note.
So if you have map like this in your note
It will be published like this on your website
