Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: obsidianmd/obsidian-sample-plugin Loading
base: master
Choose a base ref
...
head repository: alessandrobelli/notion-to-obsidian Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 14 files changed
  • 3 contributors

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    228aae7 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. a lot

    - now migrating is working correctly for yaml frontmatter
    - relations are imported as names. Import also the other database to create the link
    - todo: list databases: https://developers.notion.com/reference/post-search and list them in the app to select the ones you want
    - todo: need to handle better the state of buttons
    - buttons are aligned at the bottom
    alessandrobelli committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    395532c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. lots of improvements

    - better suggestions.
    - now you can click select the database from a list
    - initial readme
    - better UI
    alessandrobelli committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    2d36d28 View commit details
    Browse the repository at this point in the history
  2. new image in readme

    alessandrobelli committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    23fafb0 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Update README.md

    alessandrobelli committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    a5f3acc View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Property filters

    - click on the database
    - hide dbs
    - uncheck the properties you don't want to import
    alessandrobelli committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f08936e View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. bugfix properties import

    - properties where not listed when using the ones fetched in the global call
    - better name and version
    alessandrobelli committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    8b28858 View commit details
    Browse the repository at this point in the history
  2. bugfix

    - margin removed
    - better migration
    alessandrobelli committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    492b90d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. semantic linking

    - now the relation inside the yaml are like lists
    - added semantic linking to enable database folders in obsidian
    alessandrobelli committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    ffcfd43 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. lots of improvements

    - now datanames are squashed into one word for YAMl best practices
    - better handling of file names
    - now you actually fetch page content, and more
    alessandrobelli committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    8e05135 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Update notionHandling.js

    - better code formatting
    alessandrobelli committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    e6ea177 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. readme - notion api secret.

    notionhandling.js - handle urls and images
    InfantLab committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    8d5c7ff View commit details
    Browse the repository at this point in the history
  2. image handle

    InfantLab committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    fd00721 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Merge pull request #2 from InfantLab/master

    Explain Notion API in Readme.md + fetchBlockContent fixes
    alessandrobelli committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    6f2dd86 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Bump axios from 1.4.0 to 1.6.0

    Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.6.0.
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v1.4.0...v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    67e9149 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Merge pull request #3 from alessandrobelli/dependabot/npm_and_yarn/ax…

    …ios-1.6.0
    
    Bump axios from 1.4.0 to 1.6.0
    alessandrobelli committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    7b9c89b View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Bump follow-redirects from 1.15.2 to 1.15.6

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.6)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    a8f3bfa View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Merge pull request #5 from alessandrobelli/dependabot/npm_and_yarn/fo…

    …llow-redirects-1.15.6
    
    Bump follow-redirects from 1.15.2 to 1.15.6
    alessandrobelli committed May 23, 2024
    Configuration menu
    Copy the full SHA
    62c468e View commit details
    Browse the repository at this point in the history
Loading