普通视图

发现新文章,点击刷新页面。
昨天以前Montaigne

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:

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.

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
If you do that you menu would look like this

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
  • 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 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
All you need to do is to add metadata "fontFamily" with appropriate value. Like this

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.
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
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:
  • date
  • author
  • emoji

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: 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 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: You can also enable this for specific folder or note by setting metadata property “showPostNavigation” to “yes”. The result will look like this:

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:
  1. Create note called “index” - this will be your home page.
  2. 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 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.

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
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 inside the text would remain regular text links.

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
❌
❌